|
Revision 105, 0.7 kB
(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 %]" -timestamp -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "[% output_file %]" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "[% output_file %].MP4" |
|---|
| 2 |
"[% converter_dir %]\cores\ffmpeg" -y -i "[% cache %]" -title "[% title %]" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "[% output_file %]" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "[% output_file %].MP4" |
|---|
| 3 |
rm "[% output_file %]-0.log" |
|---|
| 4 |
"[% converter_dir %]\cores\ffmpeg" -y -i "[% cache %]" -f image2 -ss 5 -vframes 1 -s 160x120 -an "[% output_file %].THM" |
|---|