When using the following cmd line (VLC Win 1.0.5) the saved file is 1024x576 with a DAR of 16:9 but the image is cropped or has black bars added, depending on adding --no-canvas-padd or --canvas-padd
Code: Select all
vlc --aspect-ratio=16:9 dshow:// :sout=#transcode{vcodec=theo,vb=800,acodec=vorb,ab=128,channels=2,samplerate=44100,vfilter=canvas{width=1024,height=576,aspect=16:9}}:duplicate{dst=std{access=file,mux=ogg,dst=C:\test.ogg},dst=display}
Code: Select all
vlc" --aspect-ratio=16:9 dshow:// :sout=#transcode{vcodec=theo,vb=800,acodec=vorb,ab=128,channels=2,samplerate=44100,width=1024,height=576}:duplicate{dst=std{access=file,mux=ogg,dst=C:\test.ogg},dst=display}