You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly related, but with this you can create a clip from a demo that you watch (from coj):
//Demo Recording
demo_capture_codec "xvid"
demo_capture_dir "movies"
demo_capture_fps "30"
demo_capture_mp3 "0"
bind r "demo_capture start 612 newdemo.xvid"
bind x "demo_capture stop"
612 is the recording time. That would record a 10 min game (600 sec) including countdown and sit on end screen for 2 sec. You can also move to the part of demo you want and use 10 for 10 sec long, 68 would record for 68 sec, etc.
would require xvid codec installed
The idea is to be able to mark a part in a demo while the demo is recorded, so later a video editor can use these markings for highlights of the game.
Original idea is from vampir.
Ideally this is possible during the game, with a special bind. So players don't need to rewatch the demo. They just mark a moment during the game.
The text was updated successfully, but these errors were encountered: