You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Additionally, options "TBOLD("hexdump") " and "TBOLD("dump") " are available for debugging.\n\n";
76
77
color_printf("%s", indent_paragraph(desc));
77
78
structkey_valoptions[] = {
78
-
{ "codec=<codec>", "force the use of a codec instead of default set" },
79
+
{ "codec=<codec>[,<codec2>]", "force the use of a codec instead of default set" },
79
80
{ "rgb_shift=<r>,<g>,<b>", "if using output codec RGBA, use specified shifts instead of default ("TOSTRING(DEFAULT_R_SHIFT) ", " TOSTRING(DEFAULT_G_SHIFT) ", " TOSTRING(DEFAULT_B_SHIFT) ")" },
80
81
{ "dump[:skip=<n>][:oneshot][:raw]", "dump first frame to file dummy.<ext> (optionally skip <n> first frames); 'oneshot' - exit after dumping the picture; 'raw' - dump raw data" },
81
82
{ "hexdump[=<n>]", "dump first n (default "TOSTRING(DEFAULT_DUMP_LEN) ") bytes of every frame in hexadecimal format" },
0 commit comments