[Info]
Title=機種別設定:MP4ファイル, PSP向け設定(直接出力)
TitleE=Model: MP4, for PSP (Direct, renamed)
Description=PSP/CLIE PEG-VZ90で使われているMP4形式に変換します。メモリースティックの\MP_ROOT\100MNV01\に出てきたファイル(.MP4, .THM)をそのままコピーしてください。または出力先ディレクトリを前述のフォルダに指定してください。ファイル名は適当なものに変更され出力されます。AVC設定はPSPファームウェアバージョン2.00以降専用です。AVCで変換したファイルはファイルの置き場所が\MP_ROOT\100ANV01\になりますのでご注意ください。 
DescriptionE=for PSP/CLIE PEG-VZ90, MP4 format. Put your converted files to \MP_ROOT\100MNV01\ in the MemoryStick.
-----2005/10/29追記-----
''h264での出力について''
作者さんの別ページ[[ウェアラブル奮闘日記:http://www.nurs.or.jp/~calcium/wearable/index.html]]にてh264対応版が試験公開中。
-ビットレートの設定が利かず品質ベースでの出力となるため場合によってはビットレートを超えます。
-試験公開版ということを理解して使いましょう
-----2005/10/29追記-----

[Item0]
Title=QVGA/15fps/216kbps モノラル/48kbps
TitleE=QVGA/15fps/216kbps Mono/48kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 216 -acodec aac -ac 1 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""

[Item1]
Title=QVGA/15fps/216kbps ステレオ/96kbps
TitleE=QVGA/15fps/216kbps Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 216 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
ffmpeg環境の構築に苦しんでたので非常に助かりました。

[Item2]
Title=QVGA/15fps/384kbps モノラル/48kbps
TitleE=QVGA/15fps/384kbps Mono/48kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 384 -acodec aac -ac 1 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
以下はうちで使ってる iPod 用定義です。
「間違ってる」とか「こっちのほうが良い」とかあれば教えてください。

[Item3]
Title=QVGA/15fps/384kbps ステレオ/96kbps
TitleE=QVGA/15fps/384kbps Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 384 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
p.s. ちなみに H264 じゃなくて mpeg4 です。あんなに巨大なディスクがあるのに、長時間かけて H264 にする価値無いですし。

[Item4]
Title=QVGA/15fps/512kbps モノラル/48kbps
TitleE=QVGA/15fps/512kbps Mono/48kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 512 -acodec aac -ac 1 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
p.s.2 あ、そうそう、iTunes6.0(6.0.1含む)は日本語ファイル名の扱いが苦手なようです。
'''あうあうあう 第2話『ほげほげほげ』 (640x480 DivX511 120f).m4v'''をiTunesに読み込めないときは、
'''あうあうあう 第2話.m4v'''とかにリネームしてみると幸せになれるかも。

[Item5]
Title=QVGA/15fps/512kbps ステレオ/96kbps
TitleE=QVGA/15fps/512kbps Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 14.985 -b 512 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
(by 書き込んだ人)

[Item6]
Title=QVGA/29.97fps/768kbps ステレオ/128kbps
TitleE=QVGA/29.97fps/768kbps Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -b 768 -acodec aac -ac 2 -ar 24000 -ab 64 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
[Info]
Title=m4vファイル, MPEG4一般設定
TitleE=General: mp4, MPEG4 ipod setting
Description=ipod で再生可能な設定です。

[Item7]
; -muxvb 768 : fake 768kbps in Headder
Title=QVGA/29.97fps/1500kbps ステレオ/128kbps
TitleE=QVGA/29.97fps/1500kbps Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 24000 -ab 64 -muxvb 768 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
[Item0]
Title=QVGA標準画質15fpsモノラル
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 300 -acodec aac -ac 1 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

[Item8]
Title=QVGA/29.97fps/QB4 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB4 Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 4 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
[Item1]
Title=QVGA標準画質15fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 300 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

[Item9]
Title=QVGA/29.97fps/QB7 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB7。AStereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 7 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
[Item2]
Title=QVGA高画質15fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 600 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

[Item10]
Title=QVGA/29.97fps/QB10 ステレオ/96kbps
TitleE=QVGA/29.97fps/QB10 Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 320x240 -r 29.97 -qscale 10 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
[Item3]
Title=QVGA高画質29.97fpsステレオ
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 29.97 -b 850 -acodec aac -ac 2 -ar 44100 -ab 64 -f mp4 "<%OutputFile%>.m4v""

; ------------------ marlov74 and runtime of Team XBMC found these settings. www.xboxmediacenter.com ------------------
; Very very thanks to http://forums.ps2dev.org/viewtopic.php?t=1007
[Item11]
Title=368x208/29.97fps/768kbps ステレオ/128kbps
TitleE=368x208/29.97fps/768kbps Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -b 768 -acodec aac -ac 2 -ar 24000 -ab 64 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""

[Item12]
; -muxvb 768 : fake 768kbps in Headder
Title=368x208/29.97fps/1500kbps ステレオ/128kbps
TitleE=368x208/29.97fps/1500kbps Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 24000 -ab 64 -muxvb 768 -f psp "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""
 その他:http://www.milkstand.net/fsgarage/archives/000761.html 参考

[Item13]
Title=368x208/29.97fps/QB4 ステレオ/96kbps
TitleE=368x208/29.97fps/QB4 Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 4 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""

[Item14]
Title=368x208/29.97fps/QB7 ステレオ/96kbps
TitleE=368x208/29.97fps/QB7 Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 7 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""

[Item15]
Title=368x208/29.97fps/QB10 ステレオ/96kbps
TitleE=368x208/29.97fps/QB10 Stereo/96kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 368x208 -r 29.97 -qscale 10 -acodec aac -ac 2 -ar 24000 -ab 48 -f psp -muxvb 512 "<%OutputPath%>M4V<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>M4V<%RandomNumber5%>.THM""

; ------------------ H.264
[Item16]
Title=AVC QVGA/29.97fps/384kbps ステレオ/128kbps
TitleE=AVC QVGA/29.97fps/384kbps Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM""

[Item17]
Title=AVC QVGA/29.97fps/VBR QB25 ステレオ/128kbps
TitleE=AVC QVGA/29.97fps/VBR QB25 Stereo/128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -qscale 25 -maxrate 1500 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM""

;[Item18]
;Title=AVC QVGA/29.97fps/384kbps 2pass
;Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "<%OutputFile%>" -pass 1 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4""
;Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec h264 -coder 1 -bufsize 128 -g 250 -s 320x240 -r 29.97 -b 384 -passlogfile "<%OutputFile%>" -pass 2 -acodec aac -ac 2 -ar 48000 -ab 64 -f psp "<%OutputPath%>MAQ<%RandomNumber5%>.MP4""
;Command2="rm "<%OutputFile%>-0.log""
;Command3=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -f image2 -ss 5 -vframes 1 -s 160x120 -an "<%OutputPath%>MAQ<%RandomNumber5%>.THM""


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS