mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
theoraenc: Make the default quality property 48.
This guarantees that people who use theoraenc without modifying any properties will end up with a reasonably good quality output. 48 is also the default of the encoder_example application shipped with libtheora.
This commit is contained in:
parent
4db9487a1f
commit
2021791b75
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ _ilog (unsigned int v)
|
|||
#define THEORA_DEF_CENTER TRUE
|
||||
#define THEORA_DEF_BORDER BORDER_BLACK
|
||||
#define THEORA_DEF_BITRATE 0
|
||||
#define THEORA_DEF_QUALITY 16
|
||||
#define THEORA_DEF_QUALITY 48
|
||||
#define THEORA_DEF_QUICK TRUE
|
||||
#define THEORA_DEF_KEYFRAME_AUTO TRUE
|
||||
#define THEORA_DEF_KEYFRAME_FREQ 64
|
||||
|
|
Loading…
Reference in a new issue