[FFmpeg-user] Matroska Container, FFV1 Codec and GPU Encoding

Kieran O Leary kieran.o.leary at gmail.com
Thu Sep 14 12:32:21 EEST 2017


On Thu, Sep 14, 2017 at 10:19 AM, Wilk, Sebastian <
Sebastian.Wilk at stud.hs-coburg.de> wrote:

>
>
> Mkv and FFV1 seems to be one of the best options, due to being licensefree
> and lossless, as well as reasonably fast.
>

Yes, and every frame/slice has an embedded checksum if you use FFV1 version
3. This is particularly useful in an archival context, but even more so if
you capture directly to FFV1. You have checksums at the moment of the
creation. And there's a really active community of users as well.

The open license has led to a lot of creativity and a startling amount of
custom capture tools have been created around the codec, such as vrecord,
DVA-Profession, and two tools that were created via a large scale project
in University of Indiana: https://mdpi.iu.edu/doc/MDPIwhitepaper.pdf

We just use a v210 capture ->FFv1 ffmpeg transcode with losslessness
verification via framemd5 though.


More information about the ffmpeg-user mailing list