I have an mkv file muxed with H.264 video and AAC audio. The mkv file looks good as I specified the aspect ratio in mkvmerge tool. But after I convert it to TS file (keep the original tracks :sout-all), the aspect ratio always change to 5/4 even the video width and height info are correct.
Code: Select all
vlc XXX.mkv :sub-file=XXX.idx :subsdec-align=0 :freetype-rel-fontsize=8 :sout=#transcode{scale=1,scodec=dvbs}:std{access=file,mux=ts,dst=XXX.ts} :sout-all --sout-ts-sdtdesc="Blah,Blah" vlc://quit