K
K
Konstantin Frolov2011-01-03 18:20:25
Video
Konstantin Frolov, 2011-01-03 18:20:25

Pictures in video

There are about 250 images, these are frames from some video source, they asked me to make a video out of them.
I will make a reservation right away, the client was given these frames in the form of images, because the security service of the bank, for some reason, refused to give the video from the ATM itself, only a bunch of files.

How can these frames be distilled into a video? I would like to see an automatic mode.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan, 2011-01-03
@nitro80

electron.mit.edu/ ~gsteele/ffmpeg/
for example

O
olololog, 2011-01-03
@olololog

I join. Let's say there are >5000 images taken with mplayer -vo jpeg and processed by nasty software in batch mode. How to assemble them back into a video with the same frame rate (29.97)?

A
anfilat, 2011-01-03
@anfilat

Something like this:
ffmpeg.exe -f image2 -i image%03d.jpg -b 200Kb -s 640x480 1.avi Frame
file names image001.jpg, image002.jpg…
Bitrate (-b) and movie size (- s) may need to be matched. With the default values, I got an unplayable movie

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question