This script extracts potentialy interesting moments (based on audio peaks) out of a game screen capture video.
Download ffmpeg build from https://github.com/BtbN/FFmpeg-Builds and place binaries into bin
folder
Make sure you are using 64-bit Python or you will experience memory overflow errors.
-
Edit
main.py
Look for config
apex = VideoMontageConfig(
in main.py and tune it for your needs or create a new one and use inrun_directory(config=apex)
.Config for PUBG is outdated but may work for a version tagged 1.2 or older.
-
Run
main.py
-
???
-
PROFIT
Feel free to create an issue if you have any problems or questions.