07/12/12 21:54:33 PD54Yn6q0
>>322
し、指定してない場合は?
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>"
-pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>"
-timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x352
-padtop 20 -padbottom 20 -r 29.97 -b 1024 -qmax 8 -an
"<%OutputFile%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>"
-pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>"
-timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x352
-padtop 20 -padbottom 20 -r 29.97 -b 1024 -qmax 8 -acodec aac
-ac 2 -ar 44100 -ab 64 "<%OutputFile%>.MP4""
こんな感じなのだが・・・