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

_______________________________________________
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