[FFmpeg-devel] [PATCH V3 1/2] lavc/svt_hevc: add libsvt hevc encoder wrapper.

Gyan Doshi gyandoshi at gmail.com
Fri Dec 7 14:46:18 EET 2018


On 07-12-2018 05:26 PM, Jun Zhao wrote:

> +    {"perset", "Encoding preset [0, 12] (e,g, for subjective quality tuning mode and >=4k resolution), [0, 10] (for >= 1080p resolution), [0, 9] (for all resolution and modes)",

preset --> preset

> +static const AVCodecDefault eb_enc_defaults[] = {
> +    { "b",         "7M"    },
> +    { "refs",      "0"     },
> +    { "g",         "64"   },
> +    { "flags",     "+cgop" },
> +    { NULL },
> +};

Maybe note these defaults into the docs since these are silently set by 
the wrapper.

Also, in the docs, note the ranges and default values for each option 
where applicable.

Thanks,
Gyan


More information about the ffmpeg-devel mailing list