fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
52 stars 11 forks source link

VMAF motion score #314

Closed joachimpoutaraud closed 9 months ago

joachimpoutaraud commented 9 months ago

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.

joachimpoutaraud commented 9 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