A metric that I will use is the Mutual Information Measure,

This metric measure the temporal correlation between frames in a video i. e. measure the amount of redundancy between two frames.

http://en.wikipedia.org/wiki/Mutual_information

I don't know if this metric is implemented in ffmpeg. But, I have to use it. Then, I will implement it in ffmpeg in future

Best Regards,
Pedro


El 25/03/2009, a las 08:02 a.m., LRN escribió:

Victor lyamtsev wrote:
Hi All,
Is there existing metrics quantifying amount of motion in video scene?
Thanks,
-V
There is a filter in ffdshow (and, presumably, somewhere in ffmpeg) that shows motion vectors. A summ of these vectors' length could be a metric
value.
Also, you could try to calculate SSIM index for two consecutive frames
and use the index value (it will show you the difference between two
frames, which usually means motion, except for scene changes maybe...).
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to