hudl / HudlFfmpeg

Hudl.Ffmpeg framework
Apache License 2.0
112 stars 32 forks source link

Is it Possible to Generate MP4s from a set of Images? #71

Open Camuvingian opened 8 years ago

Camuvingian commented 8 years ago

I would just like to know if this project can generate MP4s (for example) from a set of frames/image files? I have looked through the example/tests and could not see anything that suggest this was possible...

Casey-Bateman commented 7 years ago

@Camuvingian yes it can, what you would do is add the the input as a glob patter. so if you have pngs your input uri would look like this @"c:\foo\bar%03d.png"

qcjxberin commented 7 years ago

could you give a sample