動画

SH-04Aの設定で再生可能

[Item*]
Title=[DVD]H.264 640x368 768kbps 29.97fps 音声:128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -threads 8 -pass 1 -passlogfile "h264_2pass" -bitexact -vcodec h264 -qmin 10 -qmax 41 -vlevel 30 -fixaspect -s 640x360 -padtop 4 -padbottom 4 -r 29.97 -b 768 -an -f 3gp -muxvb 64 "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -threads 8 -pass 2 -passlogfile "h264_2pass" -bitexact -vcodec h264 -qmin 10 -qmax 41 -vlevel 30 -fixaspect -s 640x360 -padtop 4 -padbottom 4 -r 29.97 -b 768 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp -muxvb 64 -muxab 32 "<%OutputFile%>.3gp""
Command2="cmd /c "del "<%TemporaryFile%>*.3gp"""
Command3="cmd /c "del "h264_2pass-0.log*.*"""

※-threads 8 の8部分(2個所)は8CPUと言う意味、数字を自分のCPUコア数に変更の事。

[Item*]
Title=[BD]H.264 696x400 768kbps 29.97fps 音声:128kbps
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -threads 8 -pass 1 -passlogfile "h264_2pass" -bitexact -vcodec h264 -qmin 10 -qmax 41 -vlevel 30 -fixaspect -s 696x400 -padtop 4 -padbottom 4 -r 29.97 -b 768 -an -f 3gp -muxvb 64 "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -threads 8 -pass 2 -passlogfile "h264_2pass" -bitexact -vcodec h264 -qmin 10 -qmax 41 -vlevel 30 -fixaspect -s 696x400 -padtop 4 -padbottom 4 -r 29.97 -b 768 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp -muxvb 64 -muxab 32 "<%OutputFile%>.3gp""
Command2="cmd /c "del "<%TemporaryFile%>*.3gp"""
Command3="cmd /c "del "h264_2pass-0.log*.*"""

※-threads 8 の8部分(2個所)は8CPUと言う意味、数字を自分のCPUコア数に変更の事。

[Item*]
Title=動画 XviD :音声 AAC-LC
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -mbd 2 -4mv -trell -aic -fixaspect -s 640x480 -r 30 -b 1024 -acodec aac -ac 2 -ar 44100 -ab 48 -vol 256 -f 3gp -muxvb 192 -muxab 64 -async 12 "<%TemporaryFile%>_1.3gp""
Command1=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_VGA_AAC.ini"
Command2="cmd /c "del "<%TemporaryFile%>*.*"""

[Item*]
Title=4:3 2パス 動画 XviD 音声 AAC-LC
Command0=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -f 3gp -s 640x480 -vcodec xvid -pix_fmt yuv420p -qscale 1 -qmin 1 -qmax 51 -re -g 150 -hq -acodec aac -ab 64 -ac 2 -async 1000 "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -f 3gp -s 640x480 -vcodec xvid -pix_fmt yuv420p -qscale 1 -qmin 1 -qmax 51 -re -g 150 -hq -acodec aac -ab 64 -ac 2 -async 1000 "<%TemporaryFile%>.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_VGA_AAC.ini""
Command3="rm "<%TemporaryFile%>*.*""
Command4="<%AppPath%>\cores\del_gomi.bat"

[Item*]
Title=16:9 2パス 動画 XviD 音声 AAC-LC
Command0=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -f 3gp -s 640x360 -padtop 60 -padbottom 60 -vcodec xvid -pix_fmt yuv420p -qscale 1 -qmin 1 -qmax 51 -re -g 150 -hq -acodec aac -ab 64 -ac 2 -async 1000 "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -maxfr 30 -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -f 3gp -s 640x360 -padtop 60 -padbottom 60 -vcodec xvid -pix_fmt yuv420p -qscale 1 -qmin 1 -qmax 51 -re -g 150 -hq -acodec aac -ab 64 -ac 2 -async 1000 "<%TemporaryFile%>.3gp""
Command2=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_VGA_AAC.ini""
Command3="rm "<%TemporaryFile%>*.*""
Command4="<%AppPath%>\cores\del_gomi.bat"

[Item*]
Title=動画 H264 :音声 HE-AAC
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -async 12 -qmin 1 -qmax 31 -vcodec h264 -fixaspect -s 640x480 -r 30 -b 1000 -an "<%TemporaryFile%>_v.mp4""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -ac 2 -ar 44100 -vol 256 -f wav "<%TemporaryFile%>.wav""
Command2=""<%AppPath%>\cores\Nero\neroAacEnc" -br 64000 -he -if "<%TemporaryFile%>.wav" -of "<%TemporaryFile%>_a.mp4""
Command3=""<%AppPath%>\cores\MP4Box" -add "<%TemporaryFile%>_v.mp4" -add "<%TemporaryFile%>_a.mp4" -new "<%TemporaryFile%>_1.3gp""
Command4=""<%AppPath%>\cores\bit_ch48k" "<%TemporaryFile%>_1.3gp" "<%OutputFile%>.3gp""
Command5="cmd /c "del "<%TemporaryFile%>*.*"""

コメント欄

お名前:
  • アス比2:1用の設定だけ作って、16:9用の設定は流用するというのはどうだろうか。 -- 2009-06-20 (土) 11:01:13
  • 2:1のアスペクト比だから奇襲さんの設定は理屈にあってるのだが -- 2009-06-20 (土) 04:37:03
  • 640×320と480×240でフル画面再生が出来ました 720×360もいけたよ -- 綺襲の乙ちゃん? 2009-06-19 (金) 14:10:14
  • もうSH-04Aと共通の設定で良いと思うんだけど。あっちのが変換可能な形式多いし、質も向こうのが良い。何より煮詰められて完成してるし。 -- 2009-06-18 (木) 14:51:44
  • SH-01A,03A,04Aと似たような仕様かね? -- 2009-06-16 (火) 19:06:56
  • 718x404で再生確認 720x480で再生可能の模様 -- F09A3 2009-06-15 (月) 18:05:47
  • f-01aを参考にして作った。更新よろ -- X? 2009-06-14 (日) 21:31:24

最新の10件を表示しています。 コメントページを参照


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