書き直し 「>は>と置き換えないといけないのに忘れてる」
というわけで、P905iTV.iniがこれならどうだい>
>>237 [Info]
Title=P905ITV用 ID:nfb9FvzW0
[Item0]
Title=フルワイド1pass640x360/2000/4410/64
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>"
-bitexact -vcodec xvid -s 640x360 -r 29.97 -b 2000 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
[Item1]
Title=VGA1pass640x480/2000/4410/64(上下が黒帯の場合用)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>"
-bitexact -vcodec xvid -s 640x480 -r 29.97 -b 2000 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
[Item2]
Title=フルワイド2pass640x360/2000/4410/64
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x360 -r 29.97 -b 2000 -an -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x360 -r 29.97 -b 2000 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
Command2="rm "<%TemporaryFile%>-0.log""
Command3="rm "<%TemporaryFile%>.3gp""
[Item3]
Title=VGA2pass640x480/2000/4410/64(上下が黒帯の場合用)
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x480 -r 29.97 -b 2000 -an -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>"
-title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x480 -r 29.97 -b 2000 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
Command2="rm "<%TemporaryFile%>-0.log""
Command3="rm "<%TemporaryFile%>.3gp""