Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a possibility to mark a certain part of a running match for game highlights #71

Open
tcsabina opened this issue Nov 19, 2021 · 1 comment

Comments

@tcsabina
Copy link
Collaborator

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.

@tcsabina
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant