On 2/7/16, Michael Koch <[email protected]> wrote: >> ffmpeg -i Baum.JPG -vf >> "scale=iw*8:ih*8,zoompan=z='if(eq(zoom,1),5,zoom*1.005)':d=100:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)'" >> -c:v mpeg4 -s 1800x1200 -b:v 5M -q:v 2 test.mp4 > > Error message: Picture size 43776x29184 is invalid. Failed to inject > frame into filter network: Cannot allocate memory > > I decreased the factors from 8 to 2, but then the video is still jerking > around.
Ugh, then you need to crop it and scale croped picture. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
