Hey Rob,
On 06/08/2024 08.40, Rob Hallam wrote:
Hi,
I'd like to programmatically detect the 'busiest' parts of a video- ie
the most visually active areas. I am leaving audio aside for the
purposes of considering this.
If by 'busiest' you mean greatest frame-to-frame image movement and if by 'parts' you mean temporal
frame sequences, then you might want to extract motion vector lengths and 'scoreboard' them over
time to find the frame sequences that have the longest MVs. But if by 'parts' you mean the x-y
picture areas with the most movement, MVs could be mapped. Good hunting.
--Mark.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".