Setting aspect ratio via command line
Posted: 20 Jun 2013 13:45
I am streaming an XviD MPEG4 variant rtsp stream to disk. The resulting file shows a display aspect ratio of 1.11111 (10:9) in the metadata when viewed with MediaInfo.
The command line docs suggest you can set the aspect ratio by an option but I'm having no joy with it:
vlc.exe rtsp://192.168.20.102:554/ch0_unicast_firststream --sout="#duplicate{dst=display, dst={std{access=file, mux=avi, dst='c:\users\rja\desktop\aspectratiotest.avi'}}}" --no-sout-audio --aspect-ratio=4:3
Any suggestions as to what is wrong there?
Thanks,
Richard
The command line docs suggest you can set the aspect ratio by an option but I'm having no joy with it:
vlc.exe rtsp://192.168.20.102:554/ch0_unicast_firststream --sout="#duplicate{dst=display, dst={std{access=file, mux=avi, dst='c:\users\rja\desktop\aspectratiotest.avi'}}}" --no-sout-audio --aspect-ratio=4:3
Any suggestions as to what is wrong there?
Thanks,
Richard