On Tue, Apr 26, 2016 at 10:51:59 +0800, Kal Sze wrote: > What's the default value of the `-context` option when encoding as FFV1 > level 1? It doesn't seem to be reflected in the console output of the > ffmpeg command line, and it's not documented at > https://trac.ffmpeg.org/wiki/Encode/FFV1 either.
A neat way to query options and their defaults is "ffmpeg -h": $ ffmpeg -h encoder=ffv1 (So, the answer is "0".) Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
