Skip to content

Releases: ata4/minema

Minema v3.2 for MC 1.9

18 Jun 11:43

Choose a tag to compare

  • 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

23 May 11:24

Choose a tag to compare

  • Disabled chunk preloading (incompatible with Minecraft 1.8).

Minema v3.0 for MC 1.7.10

23 May 11:23

Choose a tag to compare

  • 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.