Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Any open-source tools to create transparent (alpha channel) videos for javafx ?

MarcelloAug 2 2016 — edited Aug 9 2016

According to this thread

it is supposed to be possible to create flv videos with alpha channels using e.g. Adobe AfterEffects. are there any opensource tools available to achieve this ?

Also I would like to use some stock videos e.g. from videohive.net with alpha channel, but according to the thread from above there are some preconditions for these videos:

[code]

The tricks involved were:

- The video format used needed to be a VP6 encoded FLV with alpha channel enabled (h.264 doesn't support alpha channel encoding).

- The video had to be produced with an alpha channel showing through parts of it.

- Care needed to be maintained during the video production to ensure alpha encoding formats were the only ones used for intermediate saves (e.g. uncompressed avi with alpha channel encoding of VP6 with alpha channel encoding).

[/code]

I am not sure whether the videos from videohive.net are fullfilling these conditions ?

Are there any improvements or simplifications in javafx for videos with alphachannel support since then ?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 6 2016
Added on Aug 2 2016
2 comments
362 views