07/04/10 01:22:50 uhTZaFbC
変換君でDVD720x480素材を上下60ずつCropしてアスペクト比16:9で
720x480にしたいんですけどこれじゃダメですか?
PSP上でのアスペクト比は諦めてますが、Cropができないのはどうにかしたいです。
Command0=""<%AppPath%>¥cores¥ffmpeg" -deinterlace -y -i "<%InputFile%>" -title "<%Title%>"
-async 1 -pass 1 -passlogfile "<%TemporaryFile%>" -bitexact -vcodec h264 -coder 1 -bufsize 128
-g 250 -vprofile main -vlevel 21 -croptop 60 -cropbottom 60 -aspect 16:9 -s 720x480 -r 29.97
-b 768 -vol 768 -acodec aac -ac 2 -ar 48000 -ab 64 -f mp4 "<%TemporaryFile%>_1.MP4""
Command1=""<%AppPath%>¥cores¥ffmpeg" -deinterlace -y -i "<%InputFile%>" -title "<%Title%>"
-async 1 -pass 2 -passlogfile "<%TemporaryFile%>" -bitexact -vcodec h264 -coder 1 -bufsize 128
-g 250 -vprofile main -vlevel 21 -croptop 60 -cropbottom 60 -aspect 16:9 -s 720x480 -r 29.97
-b 768 -vol 768 -acodec aac -ac 2 -ar 48000 -ab 64 -f mp4 "<%TemporaryFile%>_1.MP4""
Command2=""<%AppPath%>¥cores¥QT3GPPFlatten" "<%TemporaryFile%>_1.MP4" "<%TemporaryFile%>_2.MP4"
-c QT_H264_QVGA_AAC.ini -t mpg4"
Command3=""<%AppPath%>¥cores¥ATOMChanger" "<%TemporaryFile%>_2.MP4" "<%OutputPath%><%Title%>.MP4"
"Camouflage_MOVIE_for_iPod.ini" "<%Title%>""