Page 1 of 1

Recording AVIs

Posted: Thu Oct 26, 2017 9:39 am
by Cicca
Hi,
if there a chance to record IN-GAME an AVI video...?! I know there the chance to do it from the command line with the option -aviwrite <filename>, but this records the whole session, until you quit the game, and the option "Record Movie", by default activated/deactivated in-game with F12+MAISC, apparently records .MNG files only.....
Thanks for any hint....
Cicca

Re: Recording AVIs

Posted: Thu Oct 26, 2017 6:20 pm
by mahlemiut
-aviwrite <filename>
or if you're using BGFX, -bgfx_avi_name <filename>

To keep the video as a specific resolution (ortherwise you'll have issues with systems that have variable resolutions), use -snapsize <width>x<height>. Output will be stretched/shrunk to fit.

Do note that AVIs are not encoded, and so, will be very large. You can always re-encode the video with avidemux or similar afterwards, however.

Code: Select all

-aviwrite            optional filename to write an AVI movie of the current session
-bgfx_avi_name       filename for BGFX output logging
-snapsize            specify snapshot/movie resolution (<width>x<height>) or 'auto' to use minimal size 

Re: Recording AVIs

Posted: Thu Oct 26, 2017 8:07 pm
by Cicca
Thanks Barry, but it's not what I'm looking for...what I would like to do, is recording an .AVI video in-game (not since the beginning, with that command line option), just as I can record a .MNG video by pressing F12+MAIUSC to start and stop recording (as defined by default in "Input (General) / User Interface" menu)....any hint...?!

Re: Recording AVIs

Posted: Fri Oct 27, 2017 12:11 am
by BeeJay
Cicca,

You could try using Handbrake to transcode the .mng into a .avi afterwards. I've used Handbrake for lots of transcoding of things like videos we recorded of the kids when they were younger, but I can't definitively say if it will work for .mng format files though as I've never worked with them previously.

Cheers,
BeeJay.

Re: Recording AVIs

Posted: Fri Oct 27, 2017 5:30 pm
by Kale
Alternative is to use external program like OBS studio.