Hi,
I am developing an Video editing software using JavaFx 2.2.21-b31 and Jdk 1.7.0_21.
I have a marked a Edit of certain position of media file using MediaPlayer and MediaView and Media. Then for certain fine-edit I created certain controls which seek() media file frame by frame and create snapshot after the seek() call. But the Snapshot which I get is of Previous Frame being populated on MediaView not a current Frame.
Media-Frame updation from MediaPlayer to MediaView is not Synchronous.
can any one help on this issue.
Thanks.
I am developing an Video editing software using JavaFx 2.2.21-b31 and Jdk 1.7.0_21.
I have a marked a Edit of certain position of media file using MediaPlayer and MediaView and Media. Then for certain fine-edit I created certain controls which seek() media file frame by frame and create snapshot after the seek() call. But the Snapshot which I get is of Previous Frame being populated on MediaView not a current Frame.
Media-Frame updation from MediaPlayer to MediaView is not Synchronous.
can any one help on this issue.
Thanks.