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

Revision 105, 360 bytes (checked in by miya, 2 years ago)

add Filter::ConvertVideo

  • Property svn:executable set to *
Line 
1 "[% converter_dir %]\cores\ffmpeg" -y -i "[% cache %]" -title "[% title %]" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -qscale 25 -maxrate 1500 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "[% output_file %].MP4"
2 "[% converter_dir %]\cores\ffmpeg" -y -i "[% cache %]" -f image2 -ss 5 -vframes 1 -s 160x120 -an "[% output_file %].THM"
Note: See TracBrowser for help on using the browser.