antiboredom / ffmpeg-explorer

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

Aborted() message in log is confusing #5

Closed dhasenan closed 1 year ago

dhasenan commented 1 year ago

If possible, changing it to say whether the render was successful or not would be more user friendly.

antiboredom commented 1 year ago

For some reason it always says "Aborted()" at the end! I might just manually remove that message. Although also thinking of replacing the log with just a progress bar and success/failure+error message.

antiboredom commented 1 year ago

ok! I have changed the log to only show error messages, and added a progress indicator. @dhasenan let me know if this feels better to you now.