Jump to content
Registration disabled at the moment Read more... ×
Felix.

How to create a video file from a set of images?

Recommended Posts

Greetings to all,

How to create a video file from a set of images? (Firemonkey: Windows and Android)

 

Thank you

Share this post


Link to post

You can do that by using FFMPEG. Your delphi program run FFMPEG executable, passing the argument for output file format and input file format. Select input thru a pipe that your Delphi program will create a stuff with the images.

Before you ask : No I have no code to share.

  • Like 1

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×