*SO906i [#nde92827]

***動画関連 [#s0d7c769]
設定情報募集中。
H264コーデック使用動画での再生可能情報提供募集中。

-再生可能サイズ
VGA(640x480)、QVGA(320x240)、QCIF(176x144)、sQCIF(128x096)の4種類のサイズのみ
横画面ワイド(フル/ズーム)が選択可能なのはQVGA(320x240)のみ。

-再生不可能サイズ
864x480、432x480、432x240、480x480、640x360、640x240、320x480、320x180、352x288、480x640

----------

-SO905iから転載(動作未確認)

--[Item*]~
Title=VGA高画質1M 29.97fps STEREO 32kHz~
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -title "<%Title%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -vol 700 -async 1 -fixaspect -s 640x480 -r 29.97 -b 1024 -acodec aac -ac 2 -ar 32000 -ab 64 "<%OutputFile%>.3GP""



-320x180(16:9)に黒帯追加で320x240に(ワイド/ズーム対応版)

--[Item0]~
Title=SO906i用 標準画質(320x180,15fps,512kbps)~
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x180 -padtop 30 -padbottom 30 -r 14.985 -b 512 -acodec aac -ac 2 -ar 44100 -ab 48 -f 3gp -muxvb 64 -muxab 32 "<%TemporaryFile%>.3gp""~
Command1=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_240x176_AAC.ini"~
Command2="rm "<%TemporaryFile%>.3gp""

-320x240(4:3)
--[Item1]~
Title=SO906i用 標準画質(320x240,15fps,512kbps)~
Command0=""<%AppPath%>\cores\ffmpeg" -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -bitexact -vcodec mpeg4 -fixaspect -s 320x240 -r 14.985 -b 512 -acodec aac -ac 2 -ar 44100 -ab 48 -f 3gp -muxvb 64 -muxab 32 "<%TemporaryFile%>.3gp""~
Command1=""<%AppPath%>\cores\QT3GPPFlatten" "<%TemporaryFile%>.3gp" "<%OutputFile%>.3gp" -c QT_3GPP(MobileMP4)_240x176_AAC.ini"~
Command2="rm "<%TemporaryFile%>.3gp""

----------

-以下の設定は動作確認済みです、[[最新FFmpeg>http://mobilehackerz.jp/archive/wiki/index.php?%BA%C7%BF%B7FFmpeg#aa7b30b3]]が必要です

-H.264 320x240(4:3)
--[Item*]~
Title=映像:320x240/h264-1pass/29.97fps/768Kbps 音声:AAC/stereo/48kHz/64Kbps
Command0=""<%AppPath%>\cores\ffmpeg2" -threads 0 -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -flags bitexact -vcodec libx264 -s 320x240 -r 29.97 -b 768k -partitions parti4x4 -acodec libfaac -ac 2 -ar 48000 -ab 64k -f mp4 "<%OutputFile%>.MP4""~
Command1="cmd /c "del "<%TemporaryFile%>*.*"""

-H.264 640x480(4:3)
--[Item*]~
Title=映像:640x480/h264-1pass/29.97fps/768Kbps 音声:AAC/stereo/48kHz/64Kbps
Command0=""<%AppPath%>\cores\ffmpeg2" -threads 0 -y -i "<%InputFile%>" -timestamp "<%TimeStamp%>" -flags bitexact -vcodec libx264 -s 640x480 -r 29.97 -b 768k -partitions parti4x4 -acodec libfaac -ac 2 -ar 48000 -ab 64k -f mp4 "<%OutputFile%>.MP4""~
Command1="cmd /c "del "<%TemporaryFile%>*.*"""

-[[最新ffmpeg>http://mobilehackerz.jp/archive/wiki/index.php?%BA%C7%BF%B7FFmpeg]]
のページも見てください

***コメント欄 [#s3b703b5]
#pcomment(below)

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