.ffmpeg option
x264 option
-g –keyint
-b –bitrate
-bufsize
–vbv-bufsize
-maxrate
–vbv-maxrate
-pass <1,2,3>
–pass
-crf
–crf
-cqp
–qp-bf
–bframes
-coder <0,1>
–no-cabac/nothing
-b_strategy <0,1>
–no-b-adapt/nothing
-bframebias
–b-bias
-keyint_min
–min-keyint
-sc_threshold
–scenecut
-deblockalpha
-deblockbeta
–deblock
-qmin
–qpmin
-qmax
–qpmax
-qdiff
–qpstep
-qcomp
–qcomp
-qblur
–qblur
-complexityblur
–cplxblur
-refs
–ref
-directpred
–direct
-me_method
–me-me_range
–merange
-subq
–subme
-trellis <0,1,2>
–trellis
-nr
–nr-level
–level
-bt
–ratetol = -bt / -b
-rc_init_occupancy
–vbv-init = -rc_init_occupancy / -bufsize
-i_qfactor
–ipratio = 1 / -i_qfactor
-b_qfactor
–pbratio
-chromaoffset
–chroma-qp-offset
-rc_eq
–rc_eq
-threads
–threads
-cmp <-chroma/+chroma>
–no-chroma-me/nothing
-partitions–partitions
+parti8×8
i8×8
+parti4×4
i4×4
+partp8×8
p8×8
+partp4×4
p4×4
+partb8×8
b8×8
-flags
-loop/+loop
–no-deblock/–deblock
-psnr/+psnr
–no-psnr/nothing
-flags2
+bpyramid
–b-pyramid
+wpred
–weightb
+mixed_refs
–mixed-refs
+dct8×8
–8×8dct
-fastpskip/+fastpskip
–no-fast-pskip/nothing
+aud
–aud
updated: 2008/10/06 mon 15:41
將x264編譯到ffmpeg中 mac
實現如題的目標,要做的有兩件事,先編譯x264,將編譯的x264靜態庫編譯進ffmpeg中,生成具有libx264編碼功能的ffmpeg可執行檔案。在x264檔案目錄上開啟terminal,先configure,在終端內輸入如下命令 configure prefix code extern lib ...
x264及ffmpeg交叉編譯
系統 ubuntu14.04 32位 編譯器 arm linux gcc 版本 gcc version 4.8.3 目標板 gec6818 x264交叉編譯 1.解壓原始碼包到指定目錄 tar xvf last x264.tar.bz2 c home csgec tools cd home csge...
ffmpeg常用編碼引數含x264
ab 音訊轉換後的bit率 預設64k acodec 制度音訊使用的編碼器 codecs ac 制定轉換後音訊的聲道 ar 音訊轉換後的取樣率 profile v main high baseline level v 3.2 ss 00 00 00 to 00 05 00 t 300 質量引數 pr...