Open b3kN opened 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
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 thechild_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