Finally this version of the moviemaker works also in space, the second part of this manual explains the main
changes.
A quite interesting feature is that the movie does not get interrupted if you choose to land on the surface of a
planet.
When getting back from the surface otherwise, only 100 "game" frames gets recorded after which the movie shuts off
automatically.
In any occasion, to access the Moviemaker, hit F3.
The Moviemaker is a simple utility that really does nothing more than taking a snapshot at a constant rate. For example,
the user can take a snapshot every 5 in-game frames. Since we do not know if Felysians suffer from epilepsy, you'll be
able to disable the black flash that you'll see whenever you take a snapshot. To actually turn a recorded movie into a
.avi
file, you'll need a utility that allows you to do that. ffmpeg can do this for you,
for free!
Now, you'll probably be wondering what the Moviemaker actually looks like, eh? Well, here it is:
As you can hopefully see, the moviemaker is in this case already running. I'll describe to you what each and every thing
does.
"NOCTIS IV CE MOVIEMAKER" - This is just the title of the tool. One little note though: the background of this
text will brighten a bit whenever you're recording.
"FPS: ##.##" - Shows the average Frames Per Second rate of the movie so-far you've recorded it. If you want to
turn your movie into an .avi file, inputting the number next to "FPS:" as the .avi's FPS rate, you'll have a perfect
1-ingame-second-every-real-second movie. The FPS rate will only show whenever you're recording a movie.
"MOVIEDECK ### (CTRL +/-)" - This displays the current Moviedeck used. A Moviedeck is nothing more than a
specific folder named after the moviedeck's number. If the moviedeck's number is 1, the folder it'll record to is named
"001". If the number is 604, the folder it'll record to is named "604". You can find the moviedecks in your
"Noctis\Movies" folder. You can change Moviedeck by holding Control and the + or - keys. The Moviedeck number will be 1
every time you start up Noctis.
"CAPTURE EVERY ### FRAMES (+/-)" - This shows how (or actually: when) frames will be captured. If this is 1,
every frame will be captured (capture,capture,capture,capture). If this is 2, every 2nd frame will be captured
(capture,nocapture,capture,nocapture). If this is 3, every 3rd frame will be captured
(capture,nocapture,nocapture,nocapture,capture). Change this number by pressing the + or - keys. This will be 1 every
time you start up Noctis, and if you want a realtime (read: not timelapsed) movie, keep this at 1.
"NO FLASH WHEN SCREENCAPTURE / BLACK FLASH WHEN SCREENCAPTURE (F)" - This shows whether a black flash will be
there when a frame is captured, or not. It's recommended to NOT have a black flash, since those black flashes can be
quite irritating. Besides, a bright or dark line at the bottom of the screen will already signal you whenever a frame is
captured. However, on old PCs, having a black flash MIGHT speedup the game. Use as your own risk, though. Toggle by
pressing the F key.
"WARNING: BLACK SCREEN! / MOVIEDECK EXISTS!" - This shows you the warning signals. If this doesn't show up,
you're ready to capture a movie without any complications, however, if this DOES show up, you should reconcider what
you're doing. "BLACK SCREEN!" means that you've got both the black flash enabled, AND you're capturing every frame. This
results in a screen that will remain black for the entire time you're capturing a movie. "MOVIEDECK EXISTS!" means that
a moviedeck is already being used by a different movie. You can still overwrite the old movie, but this can result in a
moviedeck containing one movie, and part of another. Imagine you've captured a 100 frame movie, and now you're capturing
a 50 frame movie over it. This will mean that in the current moviedeck selected, you'll have two halves of a movie, and
it'll be 100 frames total in length. So generally speaking, you should never ever capture a movie on a preexisting
moviedeck!
"START RECORDING / STOP RECORDING (ENTER)" - This is just a text that tells you how to start or stop recording a
movie. Just hit ENTER and you'll be capturing your very own movie. Now just hope that those actors will do whatever YOU
want them to do.. As every director knows, animals are hard to handle with... Note that as soon as you hit enter, the
Moviemaker window will close. You can only start recording when the Moviemaker window is open, but
stopping recording always works, even when the Moviemaker window is closed.
Pausing the recording of a movie ('p' key)
This new feature allows you to pause the recording of your movie....easy since here, uh?
When you pause a movie either a message will show (if in the SD) or the movie maker status window will pop up open
again.
To resume the recording press P again or ENTER.
Be very careful when using this feature though, if you always remember when you paused a movie and later on you resume
and correctly "close" it, nothing bad should happen.
neuzd Space Moviemaking manual:
Here we are! Every Stardrifter has been dreaming of this and now it is real....ok I only found an effective way to port
Mega's work onto NIV+, yeah...lame, but who cares! SPACE MOVIEMAKING!
The moviemaker control panel is now displayed as messages on the lower right of the HUD.
This also means you will not have any information displayed while on the roof of your stardrifter, but it just means you
cannot see it, so have your movie set up inside the SD and then do whatever you want!
Here's a list of messages which reflect the status of the movie.
MOVIEMAKER : default message, it serves to remind you the movie control panel is ON.
MVMENU OFF : when you close the moviemaker.
CAPT x FR (capture every x frames)
Appears when you change the capture rate (+/-)
x EXISTS : moviedeck x already exists watch out
MD x FREE : moviedeck x does not exist, you're free to start recording
These 2 messages appear while you're changing moviedeck (CTRL +/-). Also this information is the first message that
appears when you bring up the moviemaker
BLK FLASH : the black screen flashing every frame is active.
NO FLASH : there's no flashing when recording.
The "black screen when capture" feature has been restored though no warning could be displayed for a total black screen
situation.
PAUSE REC : movie recording has been paused
RESUME REC : movie recording has been resumed from pause
These 2 messages appear whenever P is pressed. To resume a paused recording ENTER might be pressed as well.
Enjoy. neuzd
So, now you know how to record a movie using the Moviemaker, but you still don't know how to actually turn a movie into
a video file.. Therefore, what follows is a simple step-to-step guide on how to do that using the excellent ffmpeg
tool.
1. Open a (terminal) command prompt
2. Navigate to (nivplus folder)/movies/(movie deck number), for example, `cd ~/nivplus/movies/001`
3. Run the following command:
ffmpeg -framerate 10 -i "%8d.BMP" -c:v libx265 -r 10 -an -crf 17 output.mp4
You can lower the 'crf' argument to get better quality, at the expense of file size.
Note that the compression rate depends on the movie. A lot of detail (read: Felysian grass, for example) means larger
filesize, OR worse quality.
Experiment a bit until you get the desired result...