JyotsnaT / xuggle

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

OGG metadata support in API #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Failed to get song duration for any FLAC- encoded file via Xuggler API.
Need OGG metadata support in the API.
See http://www.buckazoid.com/jmdc/javadoc/index.html as a sample.
2.
3.

What is the expected output? What do you see instead?

What operating system and JVM version are you using.
 WinXP Java 1.6
Attach relevant log/output files.

Original issue reported on code.google.com by lk31...@gmail.com on 2 Mar 2009 at 7:57

GoogleCodeExporter commented 9 years ago
Actually a feature request, and would have to bubble through to FFMPEG.

Original comment by art.cla...@gmail.com on 2 Mar 2009 at 8:01

GoogleCodeExporter commented 9 years ago
In theory this could use the new FFMPEG MetaData api.  Patches welcome, but 
it's not
high on our list.

Original comment by art.cla...@gmail.com on 3 Mar 2009 at 7:02

GoogleCodeExporter commented 9 years ago
Bumping up so that I check if FFmpeg av_metadata_* supports this.

Original comment by art.cla...@gmail.com on 6 Jul 2009 at 5:53

GoogleCodeExporter commented 9 years ago
And it turns out that FFmpeg doesn't expose OGG metadata with av_metadata, so we
can't expose this until they do.

Original comment by art.cla...@gmail.com on 6 Jul 2009 at 6:04

GoogleCodeExporter commented 9 years ago
And once they do, we'll get it automatically.  So this becomes an FFmpeg 
feature request.

Original comment by art.cla...@gmail.com on 16 Jan 2010 at 2:54