Dave Rice
Dave Rice
IIUC this can't fit in version 3 but would require being within a `if (version >= 4) {`. I see that FFmpeg already includes an experimental version 4, so does...
@JeromeMartinez ok with me. Still some hanging comments from https://github.com/FFmpeg/FFV1/pull/100#discussion_r167399455 and a rebase is needed for review.

The idea seems ok to me. Though I'm nervous of a large metadata registry ballooning the specification. I'd recommend citing an external source for the semantics, storage, and vocabulary of...
IIUC github will manage a redirection, such as happened for https://github.com/matroska-org/matroska-specification.
Hi Kieran, I should clarify that the `-c copy -aspect` move would only change the aspect ratio of the container if this is possible. If the stream you are copying...
Interlacement is the same issue, also with DV and FFV1 v3.
You can use `-c:v copy -field_order tt` (tt, tb, bt, or bb) to change the container's interlacement flag during a copy, but maybe streams (dv, ffv1, prores, etc) store their...
It's a big step up from pashua, but there's a lot you can do with qt. The repo at https://github.com/angelosalatino/FFmpegRecorder is a good intro since a very light implementation of...