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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to