mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
Add a more representative example preset file for x264
This commit is contained in:
parent
ff7b54e7da
commit
3c073e45c0
1 changed files with 47 additions and 7 deletions
|
@ -2,12 +2,52 @@
|
||||||
version=0.10
|
version=0.10
|
||||||
element-name=GstX264Enc
|
element-name=GstX264Enc
|
||||||
|
|
||||||
# see http://mewiki.project357.com/wiki/X264_Settings for x264 properties
|
[Pass 1]
|
||||||
|
pass=pass1
|
||||||
|
|
||||||
# lower default bitrate
|
[Pass 2]
|
||||||
# turn of cabac for devices that do not support main-profile
|
pass=pass2
|
||||||
[just-an-example]
|
|
||||||
_meta/comment=use for mobile pocket video player
|
[Pass 3]
|
||||||
_meta/device=pocketvideo
|
pass=pass3
|
||||||
bitrate=1024
|
|
||||||
|
[Profile Baseline]
|
||||||
|
_meta/comment=Baseline Profile
|
||||||
|
bframes=0
|
||||||
cabac=false
|
cabac=false
|
||||||
|
dct8x8=false
|
||||||
|
|
||||||
|
[Profile Main]
|
||||||
|
_meta/comment=Main Profile
|
||||||
|
cabac=true
|
||||||
|
dct8x8=false
|
||||||
|
|
||||||
|
[Profile High]
|
||||||
|
_meta/comment=High Profile
|
||||||
|
cabac=true
|
||||||
|
dct8x8=true
|
||||||
|
|
||||||
|
[Quality Low]
|
||||||
|
_meta/comment=Low quality
|
||||||
|
pass=qual
|
||||||
|
quantizer=27
|
||||||
|
subme=4
|
||||||
|
threads=0
|
||||||
|
|
||||||
|
[Quality Normal]
|
||||||
|
_meta/comment=Normal quality
|
||||||
|
pass=qual
|
||||||
|
quantizer=21
|
||||||
|
me=umh
|
||||||
|
subme=6
|
||||||
|
ref=3
|
||||||
|
threads=0
|
||||||
|
|
||||||
|
[Quality High]
|
||||||
|
_meta/comment=High quality
|
||||||
|
pass=qual
|
||||||
|
quantizer=18
|
||||||
|
me=umh
|
||||||
|
subme=6
|
||||||
|
ref=3
|
||||||
|
threads=0
|
||||||
|
|
Loading…
Reference in a new issue