Cropped Video - Subtitles Aspect Ratio not Correct
Posted: 26 Feb 2011 02:51
VLC media player 1.1.7
1. create cropped video
2. create uncropped video
this is not a problem with XBMC
this is not a problem with GoFlex TV
1. create cropped video
Code: Select all
handbrakecli --input VIDEO_TS --encoder x264 --quality 23 --strict-anamorphic --cfr --subtitle 1 --output cropped.mp4
2. create uncropped video
Code: Select all
handbrakecli --input VIDEO_TS --encoder x264 --quality 23 --strict-anamorphic --cfr --subtitle 1 --crop 0 --output nocrop.mp4
this is not a problem with XBMC
this is not a problem with GoFlex TV