Page 1 of 1
file audio output = just noise
Posted: 23 Aug 2005 22:37
by vanity
I often use "mplayer -dumpaudio" to play with video. Since this doesn't work with .ogm I tried VLC's file audio output module. The resulting .wav had the right length but was just noise in QuickTime Player. I tried u16 and s16. Perhaps a problem with endianness?
Re: file audio output = just noise
Posted: 23 Aug 2005 23:17
by fkuehne
... or the correct transcoding. You may want to have a look at the stream-output-functionality of VLC. Everything is explained in the
Streaming-HOWTO.
Saving audio to WAV usually works fine for me using s16l. These files are playable with QT without any problems.
Posted: 24 Aug 2005 22:21
by vanity
The streaming command line stuff is too complicated for my taste.
But I found ogmtools with ogmdemux that gave me a clean ogg audio file that my wave editor could use, so I'm happy ;-)