07/04/11 23:09:24 wol4fJo0
YouTubeのflv(同じ?)変換できたよ。>>483
Command0=""<%AppPath%>\cores\ffmpeg" -deinterlace -y -i "<%InputFile%>" -title "<%Title%>" -async 1 -bitexact -
vcodec h264 -coder 1 -bufsize 128 -g 250 -vprofile main -vlevel 21 -aspect 4:3 -croptop 60 -cropbottom 60 -s
480x272 -r 29.97 -b 768 -vol 768 -acodec aac -ac 2 -ar 48000 -ab 64 -f mp4 "<%TemporaryFile%>_1.MP4""
Command1=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.MP4" "<%TemporaryFile%>_2.MP4" -c
QT_H264_QVGA_AAC.ini -t mpg4"
Command2=""<%AppPath%>\cores\ATOMChanger" "<%TemporaryFile%>_2.MP4" "<%OutputPath%><%Title%>.MP4"
"Camouflage_MOVIE_for_iPod.ini" "<%Title%>""
Command3=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%
OutputFile%>.JPG""
Command4="rm "<%OutputFile%>-0.log" "<%TemporaryFile%>_1.MP4" "<%TemporaryFile%>_2.MP4"