SenorPez / project-cars-replay-enhancer

Project CARS Replay Enhancer: Combines telemetry data with replay video to improve Project CARS replays.
MIT License
12 stars 1 forks source link

Speed Enhancements #7

Open SenorPez opened 8 years ago

SenorPez commented 8 years ago

For live- or near-livestreaming, it would be useful to have a collection of modules that support fast rendering.

Investigate the technical feasibility of this. I'd imagine it's possible with the right coding and modules, but it's far away from my current build speed for videos.

SenorPez commented 8 years ago

Some improvements were made in this area. UpdatedVideoClip implemented (my moviepy distro doesn't seem to have it?) to process telemetry data even if in subclips. Materials and text only created when needed instead of every tick.

Still not fast enough, though.