jalagar / animated-art-engine

A generative engine that takes various png layers on a sprite sheet format, combines them and then converts them into a .gif file
MIT License
166 stars 64 forks source link

mp4 color/brightness shift and file size optimization #154

Open yellowborb opened 1 year ago

yellowborb commented 1 year ago

Hi , Mp4 output are darker than the original pngs by default. But the quality in color gradient is better than gifs and the file is lighter. This color/brightness shift can be corrected manually with the "-vf eq" command at line 199 after the "-v codec libx264" . So,for example,if I want +0.2 brightness, the full line 199 will lokk like this :