JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Wrap new ffmpeg meta-data features #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't know exactly what the features are, but in an email thread on the
xuggler-users mailing list, Art said:
"The ffmpeg team introduced a new metadata interface in April but we have
not wrapped it yet."

It'd be great if the new interface--assuming it allows more
meta-data--could be wrapped.  Thanks lots!

Original issue reported on code.google.com by dave.feltenberger on 3 Jun 2009 at 12:09

GoogleCodeExporter commented 9 years ago
Hi
If it's possible with ffmpeg API (I don't really know it yet), I would like to 
have a
wrapper to retrieve data like MP3 tags from audio files :
  Title
  Author
  Album
All data that can be retrieved can be useful to me

Thanks a lot for your work

Original comment by thibault...@gmail.com on 6 Jun 2009 at 4:05

GoogleCodeExporter commented 9 years ago
Understood.  We're considering this for the next release and will update soon.

Original comment by art.cla...@gmail.com on 15 Jun 2009 at 7:46

GoogleCodeExporter commented 9 years ago
Added as of r727 and will be in Xuggler 3.1.

See the IMetaData object that can be gotten from IContainer and IStream objects.

Please note that we can only expose meta-data that FFmpeg exposes, and only set
Metadata that FFmpeg allows to be set.  Today FFmpeg can read and set MP3 data, 
but
cannot read or set FLV data for example (although we have patched FFmpeg and
submitted the patch, to allow reading of FLV metadata).

Original comment by art.cla...@gmail.com on 1 Jul 2009 at 10:54