*** FLV [#w4babec1]
-一般的な FLV ファイル形式です。
"-s" は サイズ( FLV ファイルの用途によって変える )
"-r" は fps
"-b" は ビデオビットレート ( 1000k などにすれば高品質 )
"-ab" は オーディオビットレート( 128k にすれば CD 品質 )
"-ar" は サンプリング周波数
"-qscalse" は 品質(-b の代わりに指定できる。1~32)
"-g" は 早送りの速度(サイズ圧縮)
 
 <Item>
	<DisplayName>FLV 変換( 品質重視 )</DisplayName>
	<Accelerator>L</Accelerator>
	<ActionName>flv-3</ActionName>
	<CommandLine>-f flv -vcodec flv -g 450 -s 512x384 -r 30000/1001 -b 500k -mbd 2 -qmin 1 -qmax 8 -qsquish 1 -flags mv0 -acodec libmp3lame -ac 2 -ar 44100 -ab 96k</CommandLine>
	<FileExtension>flv</FileExtension>
	<BeforeAction></BeforeAction>
	<AfterAction></AfterAction>
 </Item>
 
 <Item>
	<DisplayName>FLV 変換( サイズ重視 )</DisplayName>
	<Accelerator>L</Accelerator>
	<ActionName>flv-4</ActionName>
	<CommandLine>-f flv -vcodec flv -g 450 -s 512x384 -r 30000/1001 -qscale 32 -mbd 2 -qmin 1 -qmax 8 -qsquish 1 -flags mv0 -acodec libmp3lame -ac 2 -ar 44100 -ab 48k</CommandLine>
	<FileExtension>flv</FileExtension>
	<BeforeAction></BeforeAction>
	<AfterAction></AfterAction>
 </Item>
test さん &new{2010-09-8 (水) 15:15:00};

*** SWF [#f07632b2]
-"-ar" は (44100, 22050, 11025) のどれかを選択する。
 <Item>
	<DisplayName>swf 変換テスト</DisplayName>
	<Accelerator>5</Accelerator>
	<ActionName>swf-test</ActionName>
	<CommandLine>-f swf -acodec libmp3lame -vcodec flv -sn -ab 64k -ar 11025 -ac 1 -qscale 4.0 -r pal -nr 100 -mbd rd -qmin 2.0 -qmax 31.0</CommandLine>
	<FileExtension>swf</FileExtension>
	<BeforeAction></BeforeAction>
	<AfterAction></AfterAction>
 </Item>
test さん &new{2010-09-8 (水) 15:03:00};

* コメント [#xb5aa8ba]
以下はコメント欄です
-Craving Explorer の ffmpeg では、携帯電話で撮った 3GP ファイルの amr 音声を変換できなかった...。-- test さん &new{2010-09-08 (水) 15:09:00};
トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS