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"}