I know it is an old problem, and I've looked upon everywhere trying to find a solution but got nothing.
Here is my problem:
vlc 1.02, transcode 720p source(1280*720) with sout options, everything OK
vlc 1.02, transcode 480p 576p NTSC or PAL, with the same sout options(except the vfilter size and aspect) but got wrong aspect(twice as original, eg. 1.5 to 3 and 1.25 to 2.5)
here is my sout option with 720*480 source:
Code: Select all
":sout=#duplicate{dst='transcode{vcodec=h264,vb=2048,deinterlace,scale=1,vfilter=canvas{width=720,height=480,aspect=3:2}}:std{access=file,mux=ts,dst=record.ts}',dst=display}"