root/plagger/trunk/assets/plugins/Filter-ConvertVideo/5.tt

Revision 105, 1.0 kB (checked in by miya, 2 years ago)

add Filter::ConvertVideo

  • Property svn:executable set to *
Line 
1 "[% converter_dir %]\cores\ffmpeg" -y -maxfr 30 -i "[% cache %]" -title "[% title %]" -bitexact -vcodec h264 -coder 0 -bufsize 256 -g 250 -vlevel 13 -fixaspect -s 320x240 -b 600 -maxrate 768 -qmin 2 -qmax 51 -passlogfile "[% output_file %]" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f mp4 "[% cache %].m4v"
2 "[% converter_dir %]\cores\ffmpeg" -y -maxfr 30 -i "[% cache %]" -title "[% title %]" -bitexact -vcodec h264 -coder 0 -bufsize 256 -g 250 -vlevel 13 -fixaspect -s 320x240 -b 600 -maxrate 768 -qmin 2 -qmax 51 -passlogfile "[% output_file %]" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f mp4 "[% cache %].m4v"
3 rm "[% output_file %]-0.log"
4 "[% converter_dir %]\cores\QT3GPPFlatten" "[% plagger_drive %]\[% cache %].m4v" "[% plagger_drive %]\[% cache %]_2.m4v" -c QT_H264_QVGA_AAC.ini -t mpg4
5 rm "[% cache %].m4v"
6 "[% converter_dir %]\cores\ATOMChanger" "[% cache %]_2.m4v" "[% output_file %].m4v" "Camouflage_MOVIE_for_iPod.ini" "[% title %]"
7 rm "[% cache %]_2.m4v"
8 "[% converter_dir %]\cores\AddiTunes" "[% output_file %].m4v"
Note: See TracBrowser for help on using the browser.