On 3/6/19, Michael Koch <[email protected]> wrote: > I'd like to know which frames does the tmix filter use for averaging. > Let's assume tmix=frames=9. > To make the n_th frame of the output video, does it use input frames n-8 > to n, or n-4 to n+4, or n to n+8? > How does the filter behave at the beginning and end of the video, where > not all required input frames exist?
Filter output first frame after frames=9 it got from input. At encountering eof it simply ends. > > Thanks, > Michael > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
