leios / Fable.jl

General purpose animations via iterated function systems
MIT License
27 stars 4 forks source link

Default video output format creates artifacts on colored output #79

Open leios opened 1 year ago

leios commented 1 year ago

for example, if you color the ball in the smear example, you get 2 balls: mpv-shot0002

This has to do with the pixel_format = "yuv420p" encoder option, which is enabled by default. I am not sure what to do about this because it's also necessary for #11, so I need to play with which options are best.

Note that most people will probably choose to output images and then bind them together themselves or else choose different encoding options for final renders, so this is a low priority issue for now.