Slow audio playback
Posted: 05 Jan 2010 16:38
I'm trying to make VLC 1.03 (on Windows XP) force audio to play faster in an audio-video file. I have an (incorrectly built) file where the audio plays back too slowly (and at a lower pitch). The audio sounds fine when VLC (with no-audio-time-stretch option set) plays back the entire file at 2.00x. (Of course, the video then plays too fast.) The file's audio sample rate is 22050 Hz (from codec information). To double the rate and correct pitch, I try the command:
However, the file plays exactly the same. Either the aout-rate option doesn't work or I'm using the wrong command.
What's the proper command to double audio playback rate?
I'd show verbose output, but VLC doesn't appear to show any on Windows XP.
Code: Select all
vlc file.flv :no-audio-time-stretch :aout-rate=44100 vlc://quit
What's the proper command to double audio playback rate?
I'd show verbose output, but VLC doesn't appear to show any on Windows XP.