I have tried this:
Code: Select all
vlc -I dummy -vvv test.m2ts --sout=#transcode{vcodec=mpgv,vb=8192,vfilter=canvas{width=720,height=576,aspect=4:3}}:standard{access=file,mux="ts",dst="result.mpg"}
0.8.6i does not change the aspect ratio or resolution (tried different resolutions) - it does change the bitrate though.
this:
Code: Select all
vlc -I dummy -vvv test.m2ts --sout=#transcode{vcodec=mpgv,vb=8192,vfilter=canvas{aspect=4:3}}:standard{access=file,mux="ts",dst="result.mpg"}
this :
Code: Select all
vlc -I dummy -vvv test.m2ts --sout=#transcode{vcodec=mpgv,vb=8192,width=768,height=576,aspect=4:3}:standard{access=file,mux="ts",dst="result.mpg"}
Is there a way to add the black bars to widescreen video?