Skip to content
  • Dmitry Kazakov's avatar
    Use direct ffmpeg binary calls to convert Krita animation · 401a7300
    Dmitry Kazakov authored
    We should drop the avTranscoder dep in the end. It doesn't support
    image filtering in a proper way.
    
    This patch also introduces an environment variable, add this line
    if you want the set of PNG images be kept undeleted after the
    encoding:
    
    KRITA_KEEP_FRAMES=1 krita
    401a7300