*携帯動画変換君 - P905i [#d2550416]
「-r 23.98 -hq -g 60 -s 320x180 -padtop 30 -padbottom 30 -vcodec mpeg4 -qscale 3 -acodec aac -ac 2 -ar 24000 -ab 32

***動画関連1 / 1PASSエンコード [#me58ead6]

-ワイドフルスクリーン

--[Item0]
Title=640x360/29.97/1500K
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x360 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""

-microSDカードの \SD_VIDEO\PRLxxx\ に MOLxxx.3GP という名前でコピーする。

-----

-VGA

--[Item0]
Title=640x480/29.97/1500K
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x480 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""

-microSDカードの \SD_VIDEO\PRLxxx\ に MOLxxx.3GP という名前でコピーする。

***動画関連2 / 2PASSエンコード [#g48a61dd]

-ワイドフルスクリーン (2pass)

--[Item0]
Title=640x360/29.97/1500K/2pass
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x360 -r 29.97 -b 1500 -an -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x360 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
Command2="rm "<%TemporaryFile%>-0.log""
Command3="rm "<%TemporaryFile%>.3gp""

-microSDカードの \SD_VIDEO\PRLxxx\ に MOLxxx.3GP という名前でコピーする。

-----

-VGA (2pass)

--[Item0]
Title=640x480/29.97/1500K/2pass
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 1 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x480 -r 29.97 -b 1500 -an -f 3gp "<%TemporaryFile%>.3gp""
Command1=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -pass 2 -passlogfile "<%TemporaryFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec xvid -s 640x480 -r 29.97 -b 1500 -acodec aac -ac 2 -ar 44100 -ab 64 -f 3gp "<%OutputFile%>.3gp""
Command2="rm "<%TemporaryFile%>-0.log""
Command3="rm "<%TemporaryFile%>.3gp""

-microSDカードの \SD_VIDEO\PRLxxx\ に MOLxxx.3GP という名前でコピーする。

#pcomment(below)


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