- コミット日時:
- 2007/09/06 14:23:23 (17 年前)
- ファイル:
-
- trunk/doc/CHANGES.txt (更新) (1 diff)
- trunk/doc/index.html (更新) (1 diff)
- trunk/install/perl/ipodtranscode.pl (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/doc/CHANGES.txt
r60 r61 1 1 foltia 更新履歴 http://www.dcc-jpl.com/soft/foltia/ 2 07.9.6 3 ipodtranscode.pl: 4 iPhoneサイズ(480x320)のトラコンオプション追加。 2 5 3 6 07.7.29 trunk/doc/index.html
r51 r61 220 220 2:iPod H.264 中画質 24fps 300kbps<br /> 221 221 3:iPod H.264 高画質 30fps 300kbps<br /> 222 4:iPhone/iPod 480x320 H.264 高画質 24fps 350kbps<br /> 223 5:iPhone/iPod 480x320 H.264 高画質 30fps 350kbps<br /> 222 224 <br /> 223 225 そのほか、データベース設定もありますが環境に応じて設定して下さい。</p> trunk/install/perl/ipodtranscode.pl
r35 r61 103 103 $encodeoption = "-y -i $inputmpeg2 -target ipod -profile 51 -level 30 $cropopt -acodec aac -ab 96 -vcodec h264 -maxrate 700 -minrate 0 -deinterlace -b 300 -ar 32000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 320x240 -r 30000/1001 -flags loop -trellis 2 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 $movietitle ${mp4outdir}MAQ${mp4filenamestring}.MP4"; 104 104 $mp4file = "${mp4outdir}MAQ${mp4filenamestring}.MP4"; 105 }elsif($trconqty == 3){ #sample:src 106.6sec encode 334.8sec x3.14 kbps @Celeron2.6GHz 904kbps 106 107 $encodeoption = "-y -i $inputmpeg2 -target ipod -profile 51 -level 30 $cropopt -s 480x320 -b 350 -r 24 -acodec aac -ar 32000 -ac 2 $movietitle ${mp4outdir}MAQ${mp4filenamestring}.MP4"; 108 $mp4file = "${mp4outdir}MAQ${mp4filenamestring}.MP4"; 109 110 }elsif($trconqty == 4){ #sample:src 106.6sec encode 684.5sec x6.42 kbps @Celeron2.6GHz 667kbps 111 112 $encodeoption = "-y -i $inputmpeg2 -target ipod -profile 51 -level 30 $cropopt -acodec aac -ab 96 -vcodec h264 -maxrate 700 -minrate 0 -deinterlace -b 350 -ar 32000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 480x320 -r 30000/1001 -flags loop -trellis 2 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 $movietitle ${mp4outdir}MAQ${mp4filenamestring}.MP4"; 113 $mp4file = "${mp4outdir}MAQ${mp4filenamestring}.MP4"; 105 114 } 115 116 106 117 107 118 $encodeoptionlog = $encodeoption;