07/06/05 23:29:39 V82fjUSm
これで変換すると、何かビデオコーデック表記なしの非対応データになるんだが
一体何が悪いんだろうか。
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128
-g 300 -s 640x480 -padleft 40 -padright 40 -async 1000 -r 30.00 -b 4000 -acodec aac -ac 2 -ar 48000 -ab 112 -muxvb 768 -muxab 128 -f psp "<%OutputFile%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.THM""
誰か知恵を貸してくれ…。