Demo - SenorPez/project-cars-replay-enhancer GitHub Wiki

The demo files have been provided so that you can verify your system is properly configured to run the Project CARS Replay Enhancer, create a video to see the basic capabilities of the Project CARS Replay Enhancer, and give you a starting point to create your own projects.

  1. Download the 0.3.2 Release of the Project CARS Replay Enhancer.
  • Windows: Download the ZIP or TAR.GZ archive of Release 0.3.2.
  • Linux: wget https://github.com/SenorPez/project-cars-replay-enhancer/archive/release-0.3.2.tar.gz.
  1. Extract that archive.
  • Windows: Use a program such as WinZip or 7-Zip to extract that archive.
  • Linux: tar -zxvf release-0.3.2.tar.gz
  1. Download the demo package.
  • Windows: Download the TAR.GZ archive of the demo package.
  • Linux: wget https://dl.dropboxusercontent.com/u/20930381/demo.tar.gz
  1. Extract the demo archive to a /demo folder. The extracted package should reside in a /demo folder in the Project CARS Replay Enhancer folder; move the demo package if neccessary.
  • Windows: Use a program such as WinZip or 7-Zip to extract the demo package.
  • Linux tar -zxvf demo.tar.gz.
  1. Build the demo output video.
  • Windows: Open a command prompt. Navigate to the Project CARS Replay Enhancer folder. Enhance! python ReplayEnhancer.py demo/demo_config.json
  • Linux: Navigate to the Project CARS Replay Enhancer folder. Enhance! python3 ReplayEnhancer.py demo/demo_config.json

The script creates the output video at demo/demo-output.mp4. Watch that through your favorite video program, and then get to work enhancing your own videos!