ffcms
ffcms copied to clipboard
FFmpeg's `-filter_complex` made simple
In your example, instead of repeating the same input 4 times, you can make it more concise by just using the `split` filter to make multiple copies of the same...
This looks like a really cool project. We ended up doing something very similar as part of an effort to build a video editor in the browser. You can see...
At this point, `ffcms` handles only JSON format. I (and people around) am thinking that JSON is not so good to be edited by humans. So, I think about accepting...
With `--run` argument present, `ffcms` would execute the command right away, not only print it.