plasmasphere.net -プラズマスフィア ドットネット-

Diary

携帯動画変換君 最新ffmpeg用設定(PSP高画質用)

2011/02/17(Thu) 00:02

Veohやニコニコ動画のflv変換など、新しいffmpeg用に書き直した携帯動画変換君の設定を作りました。 PSPの高画質用です。

[Info]
Title=PSP高解像度設定:H.264 16:9 MP4(FFMPEG置き換え版)

[Item0]
Title=PSP 720x480/画質A/1PASS/192kbps
TitleE=PSP 1PASS/H.264 Deint/720x480/1500/192kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -flags bitexact -vcodec libx264 -deinterlace -coder 1 -vlevel 13 -bufsize 128 -g 250 -s 720x480 -aspect 16:9 -b 1500k  -maxrate 1800 -acodec libfaac -ac 2 -ar 48000 -ab 384k -f psp -vol 256 "<%OutputFile%>.mp4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg""

[Item2]
Title=PSP 720x480/画質A/2PASS/192kbps
TitleE=PSP 2PASS/H.264 Deint/720x480/1500/192kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%OutputFile%>" -timestamp "<%TimeStamp%>" -flags bitexact -vcodec libx264 -deinterlace -coder 1 -vlevel 13 -bufsize 128 -g 250 -s 720x480 -b 1500k -maxrate 1800 -acodec libfaac -ac 2 -ar 48000 -ab 384k -f psp -vol 256 "<%OutputFile%>.mp4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%OutputFile%>" -timestamp "<%TimeStamp%>" -flags bitexact -vcodec libx264 -deinterlace -coder 1 -vlevel 13 -bufsize 128 -g 250 -s 720x480 -b 1500k -maxrate 1800 -acodec libfaac -ac 2 -ar 48000 -ab 384k -f psp -vol 256 "<%OutputFile%>.mp4""
Command2="rm "<%OutputFile%>-0.log""
Command3=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputFile%>.jpg""

Transcoding_PSP.iniとかで、default_setting に保存してください。
PSPで再生できる最高のビットレート帯にしてますので、変換処理は遅いと思います。
ここまでいらねって人は、SPaRBさんで紹介してるファイル落とすと幸せになれるかもしれません。

出力したファイルは、メモリースティックのルートにあるVIDEOフォルダにつっこんだらOKです。
無い場合は作ったらOKです。


似てるっぽいネタ


 
© 1999- plasmasphere.net All rights reserved.