I'm trying to transcode some videos so they have exactly the same codec, aspect ratio etc...
I'm using
Code: Select all
vlc 45b2404483.mp4 -I dummy --aspect-ratio 4/3 --monitor-par 4/3 --autoscale --noaudio --no-sout-audio --sout '#transcode{width=384,height=288,deinterlace,vcodec=theo,vb=1200,fps=25,acodec=vorb,ab=128,channels=2}:std{access=file,mux=ogg,dst=conv/45b2404483.ogv,noaudio}' vlc://quit
It looks --monitor-par does not influence the pixel size, so i'm wandering if ther's a way to force the pixel aspect ratio when transcoding ?
Thanks