Jump to content
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×