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
{ "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) ")" },
162
166
{ "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" },
163
167
{ "hexdump[=<n>]", "dump first n (default "TOSTRING(DEFAULT_DUMP_LEN) ") bytes of every frame in hexadecimal format" },
168
+
{ "discard", "realloc every frame (do not recycle)" },
0 commit comments