*F-09A [#g9c1cbcd]

**動画 [#y9f71daf]
-基本的な設定

[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%>*.*"""~
~
-高画質設定~
QT_3GPP(MobileMP4)_VGA_AAC.ini, del_gomi.bat使用 (H.264使用不可)

[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"~
~
-H.264設定~
neroAacEnc, MP4Box使用~
音声をAAC-LCに変更するには「Command2」の「-he」を「-lc」に変更する。

[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%>*.*"""~
~
***コメント欄 [#bc6673e0]

#pcomment(below)

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