blob: 05365d9d9ac6b00bd798da7a3b6141754c9d04d6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# POV recorder
cs2pov pov -d /path/to/demo.dem -p "player" -o /path/to/output.mp4
# Trim
cs2pov trim /path/to/recording_raw.mp4 -d /path/to/demo.dem -p "player" -o /path/to/output.mp4
# Info
cs2pov info /path/to/demo.dem
|