ogg vorbis audio in avi files
Hi, I have a file that is said to have "ogg" audio (which is probably vorbis) embedded in an avi that can't be played by mplayer (also tried xine and vlc, same thing) http://www.vebfilm.net/video/DLD-Teaser_384x216_(xvid+ogg).avi It says: Kann Codec für Audioformat 0x6771 nicht finden! (which means "can't find codec for audio format 0x6771) This blog entry talks about it, but it only has some weird solution with a windows-dll: http://www.linux-ren.org/modules/everestblog/?p=16 I tried to add an entry to codecs.conf both with libvorbis and ffmpeg, but that didn't work out. -- Hanno Böck Blog: http://www.hboeck.de/ GPG: 3DBD3B20 Jabber: jabber@hboeck.de
On Mon, Sep 25, 2006 at 03:15:27AM +0200, Hanno Böck wrote:
I have a file that is said to have "ogg" audio (which is probably vorbis)
Yes, people keep confusing containers and codecs .. *sigh*
embedded in an avi that can't be played by mplayer (also tried xine and vlc, same thing) http://www.vebfilm.net/video/DLD-Teaser_384x216_(xvid+ogg).avi
It says: Kann Codec für Audioformat 0x6771 nicht finden! (which means "can't find codec for audio format 0x6771)
This blog entry talks about it, but it only has some weird solution with a windows-dll: http://www.linux-ren.org/modules/everestblog/?p=16
That doesn't sound so weird, do you have vorbis.acm? Does anyone?
I tried to add an entry to codecs.conf both with libvorbis and ffmpeg, but that didn't work out.
Yes, indeed. Just adding the format to either stanza in codecs.conf is not enough. Diego
On Mon, Sep 25, 2006 at 09:50:03AM +0200, Diego Biurrun wrote:
On Mon, Sep 25, 2006 at 03:15:27AM +0200, Hanno Böck wrote:
I have a file that is said to have "ogg" audio (which is probably vorbis)
Yes, people keep confusing containers and codecs .. *sigh*
embedded in an avi that can't be played by mplayer (also tried xine and vlc, same thing) http://www.vebfilm.net/video/DLD-Teaser_384x216_(xvid+ogg).avi
It says: Kann Codec für Audioformat 0x6771 nicht finden! (which means "can't find codec for audio format 0x6771)
This blog entry talks about it, but it only has some weird solution with a windows-dll: http://www.linux-ren.org/modules/everestblog/?p=16
That doesn't sound so weird, do you have vorbis.acm? Does anyone?
This seems to be it, but I'm not sure since I cannot test on x86 now. http://www.free-codecs.com/download/Vorbis_Ogg_ACM.htm Diego
On Mon, 25 Sep 2006 10:02:55 +0200 Diego Biurrun <diego@biurrun.de> wrote:
http://www.vebfilm.net/video/DLD-Teaser_384x216_(xvid+ogg).avi
audiocodec vorbisacm format 0x6771 driver acm dll "vorbis.acm" http://hmcs.scu.edu.au/student/System/vorbis.acm and the sample works fine. tested with mplayer 1.0pre8 on win32. -compn
On Mon, Sep 25, 2006 at 02:41:58PM -0400, compn wrote:
On Mon, 25 Sep 2006 10:02:55 +0200 Diego Biurrun <diego@biurrun.de> wrote:
http://www.vebfilm.net/video/DLD-Teaser_384x216_(xvid+ogg).avi
audiocodec vorbisacm format 0x6771 driver acm dll "vorbis.acm"
http://hmcs.scu.edu.au/student/System/vorbis.acm
and the sample works fine. tested with mplayer 1.0pre8 on win32.
Works fine? For me audio is *much* quicker than video... Diego
participants (3)
-
compn -
Diego Biurrun -
Hanno Böck