[FFmpeg-user] crop and fade

RAPPAZ Francois francois.rappaz at unifr.ch
Thu Nov 19 17:37:39 EET 2020


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

It seems that -s 5152x3864 destroy the fading effect achieved with the second line

How can I correct this ?

Thanks

François



More information about the ffmpeg-user mailing list