ekisu / mpv-webm

Simple WebM maker for mpv, with no external dependencies.
MIT License
555 stars 32 forks source link

Fix gif usage with lavfi-eq - Grainy gifs #127

Closed Vzaa closed 2 years ago

Vzaa commented 2 years ago

Someone reported grainy gifs in the latest version: https://github.com/ekisu/mpv-webm/issues/111#issuecomment-942031329

This change should fix it. It adds the new filter that was introduced in 7041c07 to the list the gif class manually handles.

ekisu commented 2 years ago

Thanks a lot!