Dain-App 0.40 (Patreon)
Content
This build is more focused on bug fixes. 0.39 had some pretty annoying crashes during render that now is fixed.
There is also a major update in pretty much all libraries used on the app. This made the torch library to be a little heavier, making the final build ~800mb compressed and and ~2.1gb uncompressed.
Bugs fixed:
- Random crash during rendering.
- Output could bug and generate the final FPS as 25
- Device selection
Improvements:
- PIL GIFS now round up timing to improve speed (Thanks RedError)
- Mode 3 and 4 use variable framerate, improving the timing (Thanks RedError)
- Half-precision have better memory usage. There still some spikes in memory that need to be fixed, you can reduce a little the spike problem bu using "Don't use Pytorch benchmark"
Observation:
Mode 3 and 4 now use variable framerate, so looking at the average framerate will not be totally accuracy any more for output using those modes.
In ffmpeg you can have a better idea of the framerate using this command:
!ffmpeg -i "{file}" -vf vfrdet -f null -