U
U
ulTimAte392014-01-08 22:37:13
ruby
ulTimAte39, 2014-01-08 22:37:13

How to generate video from photos with animation on the server?

Good afternoon!
It is necessary to generate a video clip from photos on the server. The principle is this: the user sends photos to the server, and the server, in turn, generates a video with animation and a sound track. So how do you make animation? There are no problems with the creation of the video itself (I use ffmpeg to glue images with audio). But different animation is needed: transitions (fade in, fade out, scroll), zooming, animation of numbers, etc. .
A good example of what should be in the end.
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
demimurych, 2014-01-08
@demimurych

Smoke documentation towards imagemagick
i.e. process each frame first with it, and then collect everything with ffmpeg

S
Sergey Lerg, 2014-01-09
@Lerg

Hmm, I would look towards some simple graphics engine (perhaps on SDL), which would be able to work without actually displaying it on the display. Those. give him images as input, he animates them in various ways and gives frames to the same ffmpeg to create a video.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question