>
> 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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to