Hi All,
I'm looking to create video transition using java.
I'm wondering if JMF is a good way to go..since I had a bad experience finding competiable format that is supported by JMF.
The idea of my project is basically feed any two given video.
when reach to the end of the first video the transition will be applied to change onto the second video.
With my understanding is that I should be grabbing the last frame of the first video and the first frame of the second video, then put the two on the buffer and carry out some sort of video transition.
So the question would be following.
1. is JMF the way to go?
2. is there any example of video transition anywhere? or anyone would kindly show me an exmaple? (wipe and such)
Thanks,
WaterBleu