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
chardesc[] ="Display "TBOLD("dummy") " only consumes the video without displaying it. A difference to avoiding "
75
-
"display specification is that it forces decoding (otherwise it will be skipped altogether).\n\n"
76
-
"Additionally, options "TBOLD("hexdump") " and "TBOLD("dump") " are available for debugging.\n\n";
77
-
color_printf("%s", indent_paragraph(desc));
78
-
structkey_valoptions[] = {
79
-
{ "codec=<codec>[,<codec2>]", "force the use of a codec instead of default set" },
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) ")" },
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" },
82
-
{ "hexdump[=<n>]", "dump first n (default "TOSTRING(DEFAULT_DUMP_LEN) ") bytes of every frame in hexadecimal format" },
chardesc[] ="Display "TBOLD("dummy") " only consumes the video without displaying it. A difference to avoiding "
128
+
"display specification is that it forces decoding (otherwise it will be skipped altogether).\n\n"
129
+
"Additionally, options "TBOLD("hexdump") " and "TBOLD("dump") " are available for debugging.\n\n";
130
+
color_printf("%s", indent_paragraph(desc));
131
+
structkey_valoptions[] = {
132
+
{ "codec=<codec>[,<codec2>]", "force the use of a codec instead of default set" },
133
+
{ "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) ")" },
134
+
{ "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" },
135
+
{ "hexdump[=<n>]", "dump first n (default "TOSTRING(DEFAULT_DUMP_LEN) ") bytes of every frame in hexadecimal format" },
0 commit comments