Difference between revisions of "Video Tools"
From RobolaboWiki
(Created page with "<h1> Convert MTS to AVI </h1> <pre> ffmpeg -i <INPUT_FILE.mts> -threads 2 -deinterlace -f avi -r 25 -vcodec libxvid -vtag XVID \ -aspect 16:9 -maxrate 1800k -b 1500k -qmin...") |
(No difference)
|
Revision as of 14:51, 1 June 2012
Convert MTS to AVI
ffmpeg -i <INPUT_FILE.mts> -threads 2 -deinterlace -f avi -r 25 -vcodec libxvid -vtag XVID \ -aspect 16:9 -maxrate 1800k -b 1500k -qmin 3 -qmax 5 -bufsize 4096 -mbd 2 -bf 2 -trellis -aic \ -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 128k -ac 2 <OUTPUT_FILE.avi>