Anima
Anima
There exists a vapoursynth api wrapper for rust: https://github.com/YaLTeR/vapoursynth-rs so to optimize and create total memory safety we can call all the plugin calls within rust then push the resulting...
- [ ] `-o, --output` to specify output file - [x] fix quiet to suppress everything not necessary - [ ] flag to set output dir - [ ] `-c,...
There is somewhere in the pipeline that is cpu bottlenecking for most systems couleur says it might be the blending and can opencl or cuda that part of the process...
For most of the issues that come from teres there is not much information we can get from the generic ffmpeg error from sterr so need to integrate the verbosity...
Distribution across linux distros and windows - [x] AUR - [x] AUR git version - [ ] [Debian](https://www.debian.org/doc/manuals/maint-guide/index.en.html) - [ ] Nix - [ ] RPM - [ ] Flatpak...
Use rusts'/cargo tests to test all components so can develop more reliably Currently there is a single test that is testing if it can do the initial launch of the...
Need to add a a check if using rife in interp to see if it istalled and if models are downloaded if not former the exit and latter download models...
Should create a semi templating solution like OBS for file names for people to customise the resulting file name i.e. `%name - blur - %interp-fps %outfps %interp-prog` would be for...
Allow rule based workflows where multiple passes of interpolation and encoding at different stages I.e. 60 -> 480 with RIFE then 480 -> 960 with SVP then blended down to...