If anyone wants min_max version of the above. So you can keep the
bit-rate, within a certain boundry. Then here you go...
[Item18]
Title=368x208/29.97fps/450kbps ƒXƒeƒŒƒI/128kbps
TitleE=368x208/29.97fps/450kbps_min_max Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -bitexact -vcodec xvid -s 368x280 -r 29.97 -b 450 -maxrate 540 -minrate 180 -bt 16 -acodec aac -ac 2 -ar 24000 -ab 64 -vol 180 -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -b 450 -maxrate 540 -minrate 180 -bt 16 -acodec aac -ac 2 -ar 24000 -ab 64 -vol 180 -f 3gp "<%TemporaryFile%>.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%TemporaryFile%>_2.3gp" -c QT_3GPP(MobileMP4)_368x208_AAC.ini"
Command3="rm "<%TemporaryFile%>.3gp""
Command4=""<%AppPath%>\cores\ATOMChanger" "<%TemporaryFile%>_2.3gp" "<%OutputFile%>.MP4" "Camouflage_MP4_for_PSP_ForceQVGA.ini""
Command5="rm "<%TemporaryFile%>_2.3gp""
Command6=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f singlejpeg -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.THM""
bit-rate, within a certain boundry. Then here you go...
[Item18]
Title=368x208/29.97fps/450kbps ƒXƒeƒŒƒI/128kbps
TitleE=368x208/29.97fps/450kbps_min_max Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -bitexact -vcodec xvid -s 368x280 -r 29.97 -b 450 -maxrate 540 -minrate 180 -bt 16 -acodec aac -ac 2 -ar 24000 -ab 64 -vol 180 -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -b 450 -maxrate 540 -minrate 180 -bt 16 -acodec aac -ac 2 -ar 24000 -ab 64 -vol 180 -f 3gp "<%TemporaryFile%>.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%TemporaryFile%>_2.3gp" -c QT_3GPP(MobileMP4)_368x208_AAC.ini"
Command3="rm "<%TemporaryFile%>.3gp""
Command4=""<%AppPath%>\cores\ATOMChanger" "<%TemporaryFile%>_2.3gp" "<%OutputFile%>.MP4" "Camouflage_MP4_for_PSP_ForceQVGA.ini""
Command5="rm "<%TemporaryFile%>_2.3gp""
Command6=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f singlejpeg -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.THM""

Comment