admin管理员组

文章数量:1312783

I would like to average the values of sequences of frames into a single output frames. I think this would be the ffmpeg tmix filter, but I can't find the right setting.

Example behavior:

Input video frames: 1,2,3,4,5 -> Output video frame: 1
Input video frames: 6,7,8,9,10 -> Output video frame: 2
Input video frames: 11,12,13,14,15 -> Output video frame: 3
etc.

How could I do this with ffmpeg, or any other tool?

本文标签: ffmpegAverage set of 5 frames into single output framesStack Overflow