I've Downloaded the new vlc 0.9.2
Now I've some problems again.
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" file1.avi :sout="#transcode{vcodec=mpgv,scale=1,acodec=mpga,channels=2,canvas-width=576,canvas-height=432,canvas-aspect=4:3}:duplicate{dst=std{access=file,dst=file2.mpg}} :sout-transcode-width=576 :sout-transcode-height=432 :sout-transcode-fps=30
This produces a video with height=432 but with larger width then 576. If I use the command without :sout-transcode-height=432 the width is 576 but height is smaller then 432. Both videos are 16:9 but should be 4:3.
With the old Version 0.8.6i it worked, I used the same arguments, I just changed "standard" to "duplicate{dst=std".
Something else: I found a bug. If I use C:\"Program Files"\ViedoLAN\VLC\vlc.exe (worked with 0.8.6i) it interprets Files"\VideoLAN\VLC\vlc.exe as first argument. Throws an not playable error.
Edit: changed mpga to mp3. mpga will produce output file without hearable audio but with audio track.
Edit: I changed now canvas options in vfilter=canvas{width=576.... and tried vfilter=croppadd{paddtop=60... -> both didn't work.