Additional bxt commands to select which player pov to record, record start timestamp, record end timestamp before bxt_cap_start commences. This will also solve the time mismatch between demo duration and output.mp4 duration as the two timestamps will serve as an absolute duration.
In terms of implementation, it seems there isn't an interface that can be used to manipulate playback, it's possible that a hacky approach where rounds and players are stripped from the demo before playback would be necessary.
Additional bxt commands to select which player pov to record, record start timestamp, record end timestamp before
bxt_cap_startcommences. This will also solve the time mismatch between demo duration and output.mp4 duration as the two timestamps will serve as an absolute duration.In terms of implementation, it seems there isn't an interface that can be used to manipulate playback, it's possible that a hacky approach where rounds and players are stripped from the demo before playback would be necessary.