[FFmpeg-user] crop and fade

andrei ka andrei.k.gml at gmail.com
Thu Nov 19 18:47:12 EET 2020


>
> 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


More information about the ffmpeg-user mailing list