Closed joachimpoutaraud closed 11 months ago
I have updated the repo and added the possibility to get the average Video Multimethod Assessment Fusion (VMAF) motion score of a video.
source_video = musicalgestures.MgVideo('/path/to/source/video.avi')
score = source_video.motionscore() # computes average VMAF motion score
I just discovered that it was possible to obtain the average vmaf motion score of a video score using
FFmpeg
. I will add this functionality to the toolbox in the_motionvideo.py
script to get a quick overview of the motion.