antiboredom / ffmpeg-explorer

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

fix max values #2

Closed antiboredom closed 1 year ago

antiboredom commented 1 year ago

sometimes filter params have max values as "INT_MAX" and similar, leading to very bad outcomes. Should cap these at smaller values.

antiboredom commented 1 year ago

this is maybe fixed now, so closing it off