Minema: Legacy

Quick rating

Community listing page, reviews here may not be monitored by the author.

Minema: Legacy

No reviews yet

A Minecraft mod for offline rendering and video capturing.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
minema_v1.0_mc1.0.0.zip.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Minema: Legacy

Minema is a mod that allows you to record smooth videos in Minecraft even at extremely low frame rates by turning the Minecraft engine into an offline renderer.

This allows you to use very expensive rendering techniques which would normally be too slow for real-time rendering and capturing.

Technically, it can be compared with the startmovie command in Source engine or the fixed_time_step variable in CryEngine.

If you try to record, for instance, an explosion of 1,000,000 TNT blocks with tools like Fraps, Dxtory or Shadowplay, you would get nothing more than a slideshow. Even if your PC is fast enough for the targeted movie frame rate, it usually produces less smooth results than Minema. But keep in mind that this mod is designed for intermediate users that need to record cinematic or experimental Minecraft movies rather than for "normal" gameplay movies.


Known bugs

After movie capturing is finished, the integrated server may go into a "fast-forward" mode to re-sync with the real time.


Usage

To start and stop a recording session, simply press F4. The key can be configured in the key bindings menu.

If you're familiar with video encoding, it is highly recommended to use ffmpeg to compress videos on the fly.


Recommended ffmpeg parameters:

Lossy H.264:

-f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT%
-r %FPS% -i - -c:v libx264 -preset medium -qp 10 video.mp4

Lossless H.264 (RGB mode):

-f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT%
-r %FPS% -i - -c:v libx264rgb -preset medium -qp 0 video.mp4

Note: starting with Minema v3.2, all frames need to be flipped vertically using "-vf vflip"!


BarracudaATA's Other Mods


Credits

Screenshots

Gallery

  • Minema
    Minema

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works