antiboredom / ffmpeg-explorer

Create and render complex ffmpeg filtergraphs in the browser.
https://ffmpeg.lav.io
444 stars 17 forks source link

Add N-to-N filter support and dynamic input for A/V-to-N and N-to-A/V cases #30

Open abdelrahman-tarek-0 opened 2 weeks ago

abdelrahman-tarek-0 commented 2 weeks ago

Filters like "concat" are not currently supported, allowing you to define the type of input and the number of inputs and outputs. Adding this functionality would be extremely useful for more flexible media processing.