[[F905i]] / 最新ffmpeg用設定

|選べる設定3種類:|[[通常ffmpeg(スタンダード)>F905i]]|>最新ffmpeg(新し物好き)|[[x264cli(玄人向け)>http://www30.atwiki.jp/f905i/pages/14.html#id_138bd32e]]|
*最新ffmpeg用変換設定 [#ad40913b]
[[D905i]]でxXxさんが作成された設定を転載・一部変更させて頂きました。xXxさんありがとうございました!
&color(white){一番下からQVGAを除いた全ての設定が入っているZIPをダウンロードできます。};
**H.264で圧縮  (ベース:xXxさん提供) [#k979531d]
-圧縮率の高いH.264を使用することで、ファイルサイズを抑えることが出来ます。ただし、変換時間は長くなるので注意してください。
-WMVの変換はAvisynthを使用したほうがいいかもしれません。
-フルワイド表示で変換時に本体側で幅を拡大するような設定にしてあります。
***2pass [#a16cbf94]
-12.02 %%黄色部分を再修正しました%%&color(yellow){全体的に再修正してみました};

--[Item*]←*を適当な数字に
Title=[フルワイド(16:9). ]H.264 2pass (画質・圧縮優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "x264_2pass" -threads auto -r 30000/1001 -vcodec libx264 -b 512k -s 640x352 -me_method umh -g 150 -qcomp 0.7 -qblur 0.5 -qmin 10 -qmax 51 -qdiff 4 -subq 6 -me_range 16 -coder vlc -sc_threshold 50 -flags loop -flags2 mixed_refs -keyint_min 30 -rc_eq "blurCplx^(1-qComp)" -cmp chroma -level 30 -refs 3 -complexityblur 20 -deblockalpha 0 -deblockbeta 0 -i_qfactor 0.714286 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "x264_2pass" -threads auto -r 30000/1001 -vcodec libx264 -b 512k -s 640x352 -me_method umh -g 150 -qcomp 0.7 -qblur 0.5 -qmin 10 -qmax 51 -qdiff 4 -subq 6 -me_range 16 -coder vlc -sc_threshold 50 -flags loop -flags2 mixed_refs -keyint_min 30 -rc_eq "blurCplx^(1-qComp)" -cmp chroma -level 30 -refs 3 -complexityblur 20 -deblockalpha 0 -deblockbeta 0 -i_qfactor 0.714286 -acodec libfaac -profile aac_low -vol 256 -ac 2 -ar 48000 -ab 128k -f 3gp "<%TemporaryFile%>_1.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp" -c 3GPP(H264).ini"
Command3=""<%AppPath%>\cores\tempDel.bat""
Command4="rm "<%AppPath%>\x264_2pass.log""
Command5="rm "<%AppPath%>\x264_2pass-0.log""

--[Item*]←*を適当な数字に
Title=[帯付きワイド(4:3)]H.264 2pass (画質・圧縮優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "x264_2pass" -threads auto -r 30000/1001 -vcodec libx264 -b 512k -s 640x480 -me_method umh -g 150 -qcomp 0.7 -qblur 0.5 -qmin 10 -qmax 51 -qdiff 4 -subq 6 -me_range 16 -coder vlc -sc_threshold 50 -flags loop -flags2 mixed_refs -keyint_min 30 -rc_eq "blurCplx^(1-qComp)" -cmp chroma -level 30 -refs 3 -complexityblur 20 -deblockalpha 0 -deblockbeta 0 -i_qfactor 0.714286 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "x264_2pass" -threads auto -r 30000/1001 -vcodec libx264 -b 512k -s 640x480 -me_method umh -g 150 -qcomp 0.7 -qblur 0.5 -qmin 10 -qmax 51 -qdiff 4 -subq 6 -me_range 16 -coder vlc -sc_threshold 50 -flags loop -flags2 mixed_refs -keyint_min 30 -rc_eq "blurCplx^(1-qComp)" -cmp chroma -level 30 -refs 3 -complexityblur 20 -deblockalpha 0 -deblockbeta 0 -i_qfactor 0.714286 -acodec libfaac -profile aac_low -vol 256 -ac 2 -ar 48000 -ab 192k -f 3gp "<%TemporaryFile%>_1.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp" -c 3GPP(H264).ini"
Command3=""<%AppPath%>\cores\tempDel.bat""
Command4="rm "<%AppPath%>\x264_2pass.log""
Command5="rm "<%AppPath%>\x264_2pass-0.log""

**XviDで圧縮 (ベース:xXxさん提供) [#fc1f777a]
-変換が早めなXviDを使用することで、変換時間を短縮することが出来ます。圧縮率も優れていますが、H.264に及ばない面があるのでファイルサイズが大きくなるかもしれません。

***2pass [#o58a1e5d]
--[Item*]←*を適当な数字に
Title=[フルワイド(16:9). ]XviD  2pass (画質・速度優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "XviD_2pass" -re -vcodec libxvid -s 640x480 qscale 4 -qmin 2 -qmax 31 -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "XviD_2pass" -re -vcodec libxvid -s 640x480 qscale 4 -qmin 2 -qmax 31 -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -acodec libfaac -profile aac_low -vol 256 -ac 2 -ar 48000 -ab 192k -f 3gp "<%TemporaryFile%>_1.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp" -c 3GPP(MobileMP4).ini"
Command3=""<%AppPath%>\cores\tempDel.bat""
Command4="rm "<%AppPath%>\XviD_2pass-0.log""

--[Item*]←*を適当な数字に
Title=[帯付きワイド(4:3)]XviD  2pass (画質・速度優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "XviD_2pass" -re -vcodec libxvid -s 640x480 qscale 4 -qmin 2 -qmax 31 -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "XviD_2pass" -re -vcodec libxvid -s 640x480 qscale 4 -qmin 2 -qmax 31 -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -acodec libfaac -profile aac_low -vol 256 -ac 2 -ar 48000 -ab 192k -f 3gp "<%TemporaryFile%>_1.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp" -c 3GPP(MobileMP4).ini"
Command3=""<%AppPath%>\cores\tempDel.bat""
Command4="rm "<%AppPath%>\XviD_2pass-0.log""

**注意事項 [#g50deac2]
-FFmpegは[[rev.10707以降:http://oss.netfarm.it/mplayer-win32.php]]を使って下さい。ffmpeg_latest.exeにリネームして上のiniを使用すると今までの設定と共存可能です。
-Quicktimeのバージョンは''7.2以下''でないと[[上手く行きません>質問する前に]]。

-どちらの設定を使用する際も[[tempDel.bat:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=tempDel.bat&refer=F905i%2Fnewffmpeg]]を、それに加えて
-H.264の設定を使用する場合は[[3GPP(H264).ini:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=3GPP%28H264%29.ini&refer=mencoder]]を、
-XviDの設定を使用する場合はと[[3GPP(MobileMP4).ini:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=3GPP%28MobileMP4%29.ini&refer=mencoder]]を\cores\フォルダに入れて下さい。
-以上のファイルはバージョンβ3のZIPアーカイブにしてまとめてあります。

-3GPP(H.264/MobileMP4).iniは音声:LC,HE,Enh・映像:(176x144),(320x240),(640x480)/(320x180),(640x360)に対応してます。
-着信に設定する場合は10MB以下にファイルサイズを抑え、出来たファイルを[[着もと:http://www.chitora.jp/]]に通した後、最後にiモード経由で端末に移せばOKです。
-上記以外の画面サイズ設定[QVGA(16:9)]は320x180、[QVGA(4:3)]は320x240です。
-1pass設定は下のリンクからダウンロードできます。

***ダウンロード [#lfd927a4]
-&color(white){必要なファイルを全てまとめたものは[[こちらからダウンロード:http://kossie.net/up/src/kos1399.zip]]できます。};バージョン:β3
%%[[旧バージョン:http://kossie.net/up/src/kos1358.zip]]%% バージョン:β2
2MBを超えていたため外部にアップロードしました。すみません

-まとめたファイルの中身
--[[最新版ffmpeg:http://oss.netfarm.it/mplayer-win32.php]] + [[必要なファイル:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=excludeBin.zip&refer=F905i%2Fnewffmpeg]]
-[[iniのみ:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=Transcoding_F90x.ini&refer=F905i%2Fnewffmpeg]]

#pcomment(below)


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