Skip to content

delihiros/valo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valorant analytics

Usage

maps

make png files from video

python valo/video/video2img.py <video.mp4> <output_dir>

extract map image

python valo/video/mapmatcher.py -t <template.png> -i <image_dir> -o <output_dir>

make video from png files

 ffmpeg -r 24 -i "<input_dir>/video_%04d.png" -vcodec libx264 -pix_fmt yuv420p <output_file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages