On Sun, Dec 02, 2018 at 13:38:48 +0800, Jun Zhao wrote:
> +    {"intra_ref_type", "Intra Refresh Type 0: No intra refresh 1: CRA (Open 
> GOP) 2: IDR", OFFSET(svt_param.intra_ref_type), AV_OPT_TYPE_INT, { .i64 = 1 
> }, 1, 2, VE },
[...]
> +    {"profile", "Profile now support[1,2], Main Still Picture Profile not 
> supported", OFFSET(svt_param.profile), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, 2, 
> VE },
> +    {"rc", "RC mode 0: CQP 1: VBR", OFFSET(svt_param.rc_mode), 
> AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
> +    {"tune", "Tune mode: SQ/OQ[0,1]", OFFSET(svt_param.tune), 
> AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, VE },
[...]

Four these four, named parameters would be welcome.

Moritz
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to