*F-09A [#cb60ca68]
**動画 [#y9f71daf]
[[SH-04A]]の設定で再生可能
-基本的な設定~

F-09Aには超解像機能がありますので640x368でも十分綺麗に表示されます。

[Item*]~
Title=映像:H.264 640x368 768kbps 29.97fps 音声:128kbps~
Title=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=動画 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