* 設定ファイルのキーワードに対応するもの [#r7164e52]
- Profile フォルダに存在する ini ファイルを ffmpeg に対応させることができます。
- 間違っているかもしれません。まだ足りないものもあります。

Format=mp4
 -f mp4

ExtName=mp4
 <FileExtension>mp4</FileExtension>

GOPSize=15
 -g 15

ZoomDefault=fittoscreen → ???

Aspect1=1:1
Aspect2=3:2
Aspect3=4:3
Aspect4=5:4
Aspect5=5:6
Aspect6=11:9
Aspect7=16:9
Aspect8=15:9
AspectDefault=16:9
 -aspect 16:9

V1Codec=mpeg4
 -vcodec mpeg4

V1Bitrate=500
 -b 500k

V1FrameRateDefault=25
 -r 25

V2Codec=libx264
 -vcodec libx264

V2GOPSize=15
 -g 15

V2MinGOPSize=25
 -keyint_min 25

V2FrameRateDefault=25
 -r 25

V2Bitrate=500
 -b 500k

V2Level=30
 -level 30

V2Profile=0
 -profile 0

V2NbBFrames=0

V2BframeMode=0 
 -directpred 0 
 0 (none), 1 (spatial), 2 (temporal) (x264のみ)。
 デフォルト=2 (temporal)。
 x264 CLI と違い文字列指定は出来ません。
 文字列はすべて 0 (none) と同じ扱いになります。数字で指定してください。
 また、ヘルプにはでてきませんが、3 を指定すると x264 CLI の --direct auto と同等

V2AdaptiveBFrames=0
V2WeightedBPrediction=0
V2BiDirectionalME=0
V2BFramePyramid=0

V2BframeBias=0
 -bframebias 0 (デフォルト)

V2AdaptiveDCT=0
V2I8x8=0

V2I4x4=1
 -partitions parti4x4

V2P8x8=1
             +partp8x8

V2P4x4=0

V2B8x8=1
             +partb8x8

V2MaxBitrate=1500
 -maxrate 1500k

V2VBVBuffer=1500
 -bufsize 1500k

V2VBVInitialBuffer=0.9
 -rc_init_occupancy 0.9

V2BitrateVariance=1.0
 -bt 1.0 (デフォルト)

V2QuantCompression=0.6
 -qcomp 0.6

V2MERange=16
 -me_range 16

V2SCDSensitivity=40
 -sc_threshold 40

V2MEAlgorithm=1
  -me_method 1 (デフォルト)

V2SubPelRefinement=5
 -subcmp 5

V2ChromaME=1 
 -cmp +chroma

V2MaxQuant=51 
 -qmax 51

V2MinQuant=10
 -qmin 10

V2MaxQuantDelta=4
 -qdiff 4

V2IPFactor=1.4
 -i_qfactor 1.4

V2PBFactor=1.3
 -b_qfactor 1.3

V2DeadZoneInter=21
 -deadzone-inter 21

V2DeadZoneIntra=11
 -deadzone-intra 11

V2AQmode=1
 -aq_mode 1 (デフォルト)

V2AQstrength=1,0
 aq_strength 1.0 (デフォルト)

V2Trellis=0
 -trellis 0 (デフォルト)

V2NbRefFrames=1
 -has_b_frames 1

V2MixedRefs=0
V2Cabac=0
V2NoDCTDecimate=0
V2NoFastPSkip=0
V2TrellisStrenght=0.0

V2RDStrenght=1.0
 -psy_rd 1.0 (デフォルト)

V2Deblock=1
 -flag loop

V2AlphaDeblock=0
 -deblockalpha 0 (デフォルト)

V2BetaDeblock=0
 -deblockbeta 0 (デフォルト)

V2Lookahead=40
 -rc_lookahead 40 (デフォルト)

V2MBTree=1
 -flags2 mbtree (※Craving Explorer では使えない)

V2NoPsy=0
V2SlicesNb=0
V2MaxSliceSizeBytes=0
V2MaxSliceSizeMBs=0
V1WeightedPFrame=0

A1Codec=libfaac
 -acodec libfaac

A1ObjectType=lc
A1MpegVersion=mpeg-4

A1BitrateDefault=64000
 -ab 64k

A1SampleRateDefault=44100
 -ar 44100

AChannelDefault=stereo
 -ac 2

ResDefault=384x240
 -s 384x240

Res1=128x96
Res2=160x120
Res3=176x144
Res4=220x176
Res5=240x192
Res6=320x240
Res7=352x288
Res8=384x240

* コメント欄 [#r770c482]
- [[XMedia Recode の紹介:http://www.gigafree.net/media/conv/xmediarecode.html]]
- [[最新ffmpeg/高度なオプション:http://mobilehackerz.jp/archive/wiki/index.php?%BA%C7%BF%B7ffmpeg%2F%B9%E2%C5%D9%A4%CA%A5%AA%A5%D7%A5%B7%A5%E7%A5%F3]]
- http://ffmpeg.org/doxygen/trunk/libavcodec_2options_8c-source.html
トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS