waldo-vision / waldo.footage.collection

Mozilla Public License 2.0
0 stars 1 forks source link

CREATE: [Footage] Implement kill shot logic clips from submitted footage #9

Open b3kN opened 2 years ago

b3kN commented 2 years ago

There is some Python logic that already exists from previous prototypes which should allow us to strip these clips accordingly. This script should be able to be called using spawn from the child_process library. In theory, it could be assumed this is valid CS:GO footage when clips are provided from the script (isCsgoFootage).

Python script: https://github.com/waldo-vision/aimbot-detection-prototype/blob/main/auto_clip.py

b3kN commented 2 years ago

Started investigating the usage of this Python script within the API. The Python script is performing accurately and is able to start the parse but thinks that the video is not in 60 FPS. Need to investigate the different download formats & codecs available with ytdl-core and use a good test video from YouTube. WIP