> > Re-scaling all images with FFmpeg: > I think that's only possible with a loop in a script. Too complicated. > i think he could pipe it... ffmpeg -i %%02d.JPG -i audio -vf fps=fps=1,scale=H:W -f nut - | ffmpeg -f nut -i - -vf zoompan=... ... &rei