Peter Bubestinger-Steindl
(p.bubestinger@av-rd.com)
What is that? Where's the difference to file MD5s?
Which target formats support this?
$ ffmpeg -i VIDEOFILE
-an
-f framemd5
VIDEOFILE.framemd5$ ffmpeg -i VIDEOFILE
-vn
-filter_complex "asetnsamples=n=96000"
-f framemd5
VIDEOFILE.audio.framemd5Which samplerate to choose here?
...and add/edit metadata!
$ ffmpeg -i VIDEO_IN
-c copy
-map 0
VIDEO_OUT.mkv-map 0: "re-encode just the video streams, but copy all the other streams (like audio, subtitles, attachments, etc)"
$ ffmpeg -i VIDEO_IN
-c:a copy
-c:v ffv1
-g 1
-pix_fmt +
VIDEO_OUT.mkv -pix_fmt +: Preserve or die.
Framemd5 is actually just a plain textfile...

"Meld is a visual diff and merge tool targeted at developers."
Diff is just one (nice) option: Website: meldmerge.org
Hashes match, but other (irrelevant) text doesn't:


Let's go back and actually do all that! :D
"It's like 'zip-for-filmâ„¢', and super-easy to use!"
Website: mediaarea.net/RAWcooked