Mustafa
Mustafa

Reputation: 981

JavaFX 2.2 create video from set of images

I want to create and export video file that is created from a set of images and a mp3 file.

Can I do this with new JavaFX API in java 7 or 8?

Upvotes: 0

Views: 517

Answers (1)

jewelsea
jewelsea

Reputation: 159291

No, you cannot create videos using JavaFX 8 APIs.

JavaFX 8 has only video decode capabilities and no video encode capability.

Upvotes: 1

Related Questions