[haiku-commits] Re: r39225 - haiku/trunk/src/add-ons/media/plugins/ffmpeg

  • From: "Clemens Zeidler" <clemens.zeidler@xxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 01 Nov 2010 01:44:48 +1300

Am 01.11.2010, 01:24 Uhr, schrieb Stephan Assmus <superstippi@xxxxxx>:


I think the BMessage is fine. For example, I'm not sure if the current tag
list is complete there is the year tag missing in the ffmpeg list but I
still found the year tag in the message.

Must come from somewhere else then, perhaps grep the code? Probably best to grep the code for usage of the FFmpeg meta data API.


I think it comes directly from the audio file because I can't find the year tag in the code...


Sure, I mean other clients (FFmpeg demuxers) of the FFmpeg internal meta data API. We just need to make an effort to map all different names used in FFmpeg for the same thing to the same tag name in the BMessage during conversion. If for example the FFmpeg Vorbis plugin were to use "auth" and the FFmpeg MP3 plugin uses TATH or whatever it was, then we need to make sure it always ends up as "author" in the BMessage readable through our own API. My goal is just that we insulate Haiku applications from the actual container format and different naming conventions for the same thing.


Ok fine.

Any quick idea why I can't read any tags form ogg files? All other files I tested are working fine but there are no tags returns by the av_metadata_get method for my ogg files...

        Clemens

Other related posts: