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

*最新ffmpeg用変換設定 [#ad40913b]
[[D905i]]でxXxさんが作成された設定を転載・一部変更させて頂きました。xXxさんありがとうございました!
&color(white){一番下からQVGAを除いた全ての設定が入っているZIPをダウンロードできます。};
**H.264で圧縮  (ベース:xXxさん提供) [#k979531d]
-圧縮率の高いH.264を使用することで、ファイルサイズを抑えることが出来ます。ただし、変換時間は長くなるので注意してください。
-WMVの変換はAvisynthを使用したほうがいいかもしれません。
***2pass [#a16cbf94]
--[Item*]←*を適当な数字に
Title=[帯付きワイド(4:3)]H.264 2pass (画質・圧縮優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "x264_2pass" -qmin 2 -qmax 51 -vcodec libx264 -idct h264 -coder vlc -level 13 -mbd rd -refs 3 -subq 7 -qns 3 -keyint_min 30 -flags bitexact+qpel+trell+alt+mv4 -g 300 -s 640x480 -re -b 768k -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "x264_2pass" -qmin 2 -qmax 51 -vcodec libx264 -idct h264 -coder vlc -level 13 -mbd rd -refs 3 -subq 7 -qns 3 -keyint_min 30 -flags bitexact+qpel+trell+alt+mv4 -g 300 -s 640x480 -re -b 768k -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="cmd /c "del "<%TemporaryFile%>*.*"""
Command4="cmd /c "del "%TEMP%\*.3gp"""
Command5="cmd /c "del "%TEMP%\*.avs"""
Command6="rm "<%AppPath%>\x264_2pass.log""
Command7="rm "<%AppPath%>\x264_2pass-0.log""

--[Item*]←*を適当な数字に
Title=[フルワイド(16:9). ]H.264 2pass (画質・圧縮優先)
Command0=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 1 -passlogfile "x264_2pass" -qmin 2 -qmax 51 -vcodec libx264 -idct h264 -coder vlc -level 13 -mbd rd -refs 3 -subq 7 -qns 3 -keyint_min 30 -flags bitexact+qpel+trell+alt+mv4 -g 300 -s 632x352 -padleft 4 -padright 4 -re -b 768k -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "x264_2pass" -qmin 2 -qmax 51 -vcodec libx264 -idct h264 -coder vlc -level 13 -mbd rd -refs 3 -subq 7 -qns 3 -keyint_min 30 -flags bitexact+qpel+trell+alt+mv4 -g 300 -s 640x360 -re -b 768k -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="cmd /c "del "<%TemporaryFile%>*.*"""
Command4="cmd /c "del "%TEMP%\*.3gp"""
Command5="cmd /c "del "%TEMP%\*.avs"""
Command6="rm "<%AppPath%>\x264_2pass.log""
Command7="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" -qmin 2 -qmax 31 -vcodec libxvid -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -s 640x360 -re -qscale 4 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "XviD_2pass" -qmin 2 -qmax 31 -vcodec libxvid -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -s 640x360 -re -qscale 4 -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\XviDdel.bat""
Command4="cmd /c "del "<%TemporaryFile%>*.*"""
Command5="rm "<%TemporaryFile%>.avs""
Command6="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" -qmin 2 -qmax 31 -vcodec libxvid -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -s 640x480 -re -qscale 4 -an -f 3gp "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg_latest" -y -i "<%InputFile%>" -pass 2 -passlogfile "XviD_2pass" -qmin 2 -qmax 31 -vcodec libxvid -vtag mp4v -mbd rd -flags bitexact+mv4+trell+aic+aiv -g 250 -s 640x480 -re -qscale 4 -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\XviDdel.bat""
Command4="cmd /c "del "<%TemporaryFile%>*.*"""
Command5="rm "<%TemporaryFile%>.avs""
Command6="rm "<%AppPath%>\XviD_2pass-0.log""

**注意事項 [#g50deac2]
-FFmpegは[[rev.10707以降>http://oss.netfarm.it/mplayer-win32.php]]を使って下さい。ffmpeg_latest.exeにリネームして上のiniを使用すると今までの設定と共存可能です。
-Quicktimeのバージョンは''7.2以下''でないと[[上手く行きません>質問する前に]]。
-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の設定を使用する場合は[[XviDdel.bat:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=XviDdel.bat&refer=N904i]]と[[3GPP(MobileMP4).ini:http://www.nurs.or.jp/~calcium/wiki/index.php?plugin=attach&pcmd=open&file=3GPP%28MobileMP4%29.ini&refer=mencoder]]を\cores\フォルダに入れて下さい。
-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/kos1358.zip]]できます。};
2MBを超えていたため外部にアップロードしました。すみません

#pcomment(below)

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