Re: [FFmpeg-user] Average a "rolling" N frames?

2022-04-21 Thread Steven Kan
> On Apr 21, 2022, at 12:03 AM, Paul B Mahol wrote: > > On Thu, Apr 21, 2022 at 7:03 AM Steven Kan wrote: > >> I’m putting together a time-lapse video of bees building comb in the hive. >> I have 5,000+ jpgs (and growing!) in a directory that I process with: >> >> ffmpeg -hwaccel videotoolbox

Re: [FFmpeg-user] Average a "rolling" N frames?

2022-04-21 Thread Paul B Mahol
On Thu, Apr 21, 2022 at 7:03 AM Steven Kan wrote: > I’m putting together a time-lapse video of bees building comb in the hive. > I have 5,000+ jpgs (and growing!) in a directory that I process with: > > ffmpeg -hwaccel videotoolbox -framerate 60 -pattern_type glob -i '*.jpg' > -c:v

[FFmpeg-user] Average a "rolling" N frames?

2022-04-20 Thread Steven Kan
I’m putting together a time-lapse video of bees building comb in the hive. I have 5,000+ jpgs (and growing!) in a directory that I process with: ffmpeg -hwaccel videotoolbox -framerate 60 -pattern_type glob -i '*.jpg' -c:v h264_videotoolbox -b:v 100M CombLapse.mp4 which results in: