A python video compiler that creates video based on data given by the pSEngine Recorder class.
- Python 3.X or a newer version
- FFMPEG set up as an environment variable (so you can run 'ffmpeg ' inside a command prompt)
- Download all of the above requirements
- Use the
Recorderclass in pSEngine (find the documentation of pSEngine online) to generate a data file in JSON format. - Copy the generated JSON file inside the folder
datas/ - Then you have two choices:
- Rename your generated JSON file
json-datas.json - Open the
run.batfile with a text editor, and change thejson-datasstring to whatever your file name is (just make sure you don't write the.jsonextension at the end of the file name)
- Run the
run.batfile by double-clicking on it - When finished, the video will be generated as
datas/ouput.mp4