Jittery sound on slow-motion converts
Posted: 23 Feb 2011 08:42
Hi Guys,
If I open a file from the command line like this:
The file opens up and plays at 70% the normal speed, great.
If I convert a file to mp4 like this:
The file is sucessfully converted and all is well.
However if I do both, like this:
Then the sound goes all jittery and crappy. What am I missing?
If I open a file from the command line like this:
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" --rate 0.7 in.flv
If I convert a file to mp4 like this:
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" in.flv --sout=#transcode{vcodec=h264,acodec=mp4a}:file{dst="out.mp4"}
However if I do both, like this:
Code: Select all
"c:\Program Files\VideoLAN\VLC\vlc.exe" --rate 0.7 in.flv --sout=#transcode{vcodec=h264,acodec=mp4a}:file{dst="out.mp4"}