Releases: ata4/minema
Releases · ata4/minema
Minema v3.2 for MC 1.9
- Twitch stream integration was removed in MC 1.9, therefore there is no recording indicator anymore.
- Added back "pop" sound when starting or stopping recording.
- Removed the particle size modifier due to compatibility issues with MC 1.9.
- Increased capturing performance by using PBOs when available.
- Increased process pipe throughput by disabling internal stream buffering.
- Added ffmpeg with matching parameters as default encoder.
- Removed support for image formats other than TGA to simplify processing code.
Minema v3.1 for MC 1.8
- Disabled chunk preloading (incompatible with Minecraft 1.8).
Minema v3.0 for MC 1.7.10
- Major code rewrite for better stability and extendability.
- Added graphical config editor for the Forge mod list (accessible from the main menu).
- Using parts of the broadcast interface to indicate a currently ongoing video capture.
- Simplified chunk preloading with better compatibility.
- Replaced tiled rendering with off-screen framebuffer objects, which are much faster to capture and are fully compatible to shader.
- Removed profiler event code to fix performance issues and various crashes when used with other mods.
- Removed the somewhat silly encoder detection.