Minema Mod uses FFmpeg to encode captured frames into standard codecs / containers.
You can find FFmpeg Arguments by going to Mods -> Minema -> Encoding
DNxHR
Learn more about DNxHR in Video Codec Selection
DNxHR SQ
PNG Sequence
- Suffix
_%04d
includes a number format, which formats it to 4 digit number with leading numbers, starts0000
and ends at9999
, and when it passes 9999, FFmpeg will stop encoding new frames & stop the recording. - To change the number of digits, change the number
4
in%04d
. - By default, FFmpeg starts IMG sequence output frame counter at number
1
, which basically yeets 1 potential frame that could be stored in single recording1… anyway, in this command, we overwrite to0
usingstart_number
.
AVC (H.264)
Folder: AVC (H.264)
x264; slow; crf 23; yuv420p
-||- max/buf 8 Mbit/16Mbit
Ideal for sharing over Discord (I consider 8Mbit to be max comfortable bitrate for Discord)