Re: [FFmpeg-user] crop and fade

2020-11-19 Thread andrei ka
> > 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 ___

Re: [FFmpeg-user] crop and fade

2020-11-19 Thread Michael Koch
Am 19.11.2020 um 16:37 schrieb RAPPAZ Francois via ffmpeg-user: Hi I tried the fading between pictures and cropping to there original size (5152 x 3864), so that they are not distorted ffmpeg -y -i %%02d.JPG -i SligoAir_WhiteBlanket.mp3 ^ -vf zoompan=d=10:fps=1,framerate=fps=25:interp_start=0:

[FFmpeg-user] crop and fade

2020-11-19 Thread RAPPAZ Francois via ffmpeg-user
Hi I tried the fading between pictures and cropping to there original size (5152 x 3864), so that they are not distorted ffmpeg -y -i %%02d.JPG -i SligoAir_WhiteBlanket.mp3 ^ -vf zoompan=d=10:fps=1,framerate=fps=25:interp_start=0:interp_end=255:scene=100 ^ -pix_fmt yuv420p -s 5152x3864 out.mp4