Earlier quoted context omitted.
For editing it does not matter if you just remove or move frames. Video is just a series frames and each of them are signed, each frame can be validated if the content is unmodified. If the same root key is used for another stream, then frames can be combined easily. I don't know audio well enough how it happens there. But potentially it can be signed in chunks as well. Of course, one needs to consider risks if editi…
You do get into issues because video files aren't just raw frames and haven't been for ages. Plus any changes on top of the video wouldn't just pass the frames through beyond the fact that current video encoding would reencode the embedded video when the larger video it was embedded in was exported. You'd have to add support for seamless passthrough of the original frames so the signatures could be validated plus som…
Does that really matter? You could sign keyframes, and then also sign the differences frame by frame til you get to the next keyframe.