Gaming Zone > Unreal Tournament 2004
MiA server vids
Rage:
what are you guys using to make vids? i used to use fraps 99 but that now requires payment for the privilege, i have tried obs but the killed the game - fps dropped to 20 which was like oh dear. I have also tried the in game demorec but i cant find the program i used to use to convert to avi/mpg - the in game convert to avi is ridiculously slow.
any help would be appreciated.
regards
Rage
holyspam:
--- Quote from: Rage on December 31, 2021, 12:42 ---what are you guys using to make vids? i used to use fraps 99 but that now requires payment for the privilege, i have tried obs but the killed the game - fps dropped to 20 which was like oh dear. I have also tried the in game demorec but i cant find the program i used to use to convert to avi/mpg - the in game convert to avi is ridiculously slow.
any help would be appreciated.
regards
Rage
--- End quote ---
*I think* there is some function that exports every demorec frame as bmp, then you use some program to make them into a video.
Nardaq_NL:
--- Quote from: holyspam on December 31, 2021, 13:39 ---
--- Quote from: Rage on December 31, 2021, 12:42 ---what are you guys using to make vids? i used to use fraps 99 but that now requires payment for the privilege, i have tried obs but the killed the game - fps dropped to 20 which was like oh dear. I have also tried the in game demorec but i cant find the program i used to use to convert to avi/mpg - the in game convert to avi is ridiculously slow.
any help would be appreciated.
regards
Rage
--- End quote ---
*I think* there is some function that exports every demorec frame as bmp, then you use some program to make them into a video.
--- End quote ---
Yes, buts its very, very slow and has no sound. The speed also is depending how fast your HDD is able to saving every frame in BMP. Preferable is to do this in window mode.
to start start (warning: game can respond slowly after plying the command below)
fixedfps 30|dumpframes start
to stop stop
dumpframes stop|fixedfps
This you can use ffmpg to combine the thousands of BMS's which takes many, many, MANY gigabytes.
The example i use:
--- Code: ---ffmpeg -start_number 13321 -r 70 -i t:\temp\ut2004movie\Shot%d.bmp -c:v libx264 -preset slow -crf 18 -r 60 t:\output.mp4
ffmpeg
-start_number 12321 # start screenshot number BPM file.
-r 70 # rated recorded frame rate (somehow for me it takes 70 frames for one second.)
-i t:\temp\ut2004movie\Shot%d.bmp # input file name, (%d means 001,002, 003 ext.)
-c:v libx264 # x264 codec
-preset slow # slow preset
-crf 18 # Constand quality
-r 60 # output framerate
t:\output.mp4 # output location/name
--- End code ---
To records in a bit higher rate change in ut2004.ini under [Engine.DemoRecDriver] the following setting.
NetServerMaxTickRate=120
LanServerMaxTickRate=120
But the less time consuming is to use a GPU / capture card which can encode on the fly.
You can pm me a (high tick-rate) demo so I can try to convert it to mp4 using Nvidia NVENC.
-Adler-:
How To Record With OBS !(RECORD GAMEPLAY / DISPLAY SCREEN)
use Hardware Encoder
Stealer:
--- Quote from: Rage on December 31, 2021, 12:42 ---what are you guys using to make vids?
--- End quote ---
I just use ATi catalyst suite (Part of the AMD GFX Driver bundle) it seems alright, requires tweaking though.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version