Skip to content

Add option to write each frame to separate output file

Ronald S. Bultje requested to merge rbultje/dav1d:fix310-part1 into master

For per-file yuv/y4m writes, this can be automatically specified using e.g. -o file_%w_%h_%5n.yuv/y4m. --muxer=framemd5 -o - --quiet will accomplish the same for per-frame md5sums.

Addresses part of #310.

Merge request reports