Jittery sound on slow-motion converts

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
friction
New Cone
New Cone
Posts: 1
Joined: 23 Feb 2011 08:36

Jittery sound on slow-motion converts

Postby friction » 23 Feb 2011 08:42

Hi Guys,

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
The file opens up and plays at 70% the normal speed, great.

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"}
The file is sucessfully converted and all is well.

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"}
Then the sound goes all jittery and crappy. What am I missing?

Rémi Denis-Courmont
Developer
Developer
Posts: 15324
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Jittery sound on slow-motion converts

Postby Rémi Denis-Courmont » 23 Feb 2011 17:08

You need to resample the audio track. If you simply playback, this will be automatic, but it cannot be automated in streaming (since it requires decoding and re-encoding).
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 47 guests