jerhinesmith
jerhinesmith

Reputation: 15492

Edit M4V Video Metadata

So far my google-fu has failed me, so I'm hoping someone here can help:

How can I programmatically modify video metadata (specifically in my case, m4v video files)?

I'm most familiar with Ruby and C#, but I can be fairly language agnostic on this -- that is, if there's a specific language that is good at modifying file metadata, I have no problems spending the required time to learn it well enough to accomplish what I'm trying to do.

Upvotes: 2

Views: 4121

Answers (2)

EnabrenTane
EnabrenTane

Reputation: 7466

Consider asking http://www.ffmpeg.org/contact.html in #ffmpeg

I don't think they use ID3 tags.

Upvotes: 1

Machinarius
Machinarius

Reputation: 3731

This question is pretty similar to:

View/edit ID3 data for MP3 files

I have searched for the library so you dont have to:

http://download.banshee.fm/taglib-sharp/

Even tho it has linux on its name it is for mono, so it should compile fine in Visual Studio :)

Hope it helps.

Upvotes: 4

Related Questions