This release brings major changes to VideoExport that may affect some workflows and introduce plugin incompatibilities. Please report incompatibilities and bugs at the issues page or on the Koikatsu Discord server.
If creating a video is enabled, recording videos no longer saves frames as png files - they are directly encoded into the video file. If you need the frames as png files you have to change the recording mode.
The included ffmpeg.exe can no longer be used to convert png frames into a video file, download a full version from ffmpeg.org if you need that capability.
What's Changed
- [VE] Major video recording speedup and other improvements by @SangManLINUX in #180
- In-memory pipeline using stdin piping to ffmpeg instead of file-based workflow for vastly improved performance
- Async frame processing for improved performance
- New MKV/FFV1 video file format support
- UI improvements and updated translations
- [TL] Don't factor timeScale in EstimateRealDuration if it's disabled by mrspuff in 682616c
New Contributors
- @SangManLINUX made their first contribution in #180
Full Changelog: r2.22...r2.23