I notice that JavaFX 1 has a SubtitleTrack
class for extracting subtitles from video files, but I can't find equivalent functionality in JavaFX 2 (a similarly named class in javafx.scene.media
doesn't appear to exist. Is this functionality implemented at all in which case where has it moved to? Or is it planned for a future release?
相关问题
- I get an exception when trying to swap elements in
- JFX scale image up and down to parent
- Dragging an undecorated Stage in JavaFX
- Countdown to the end of the HTML5 video
- Python function to read video and convert to frame
相关文章
- How to create a MediaClip from RenderTargetBitmap
- Safari blocks play() on video despite being called
- Low quality icon in taskbar of a Stage. JavaFX
- Why MPMoviePlayerController fullscreen button icon
- Loading custom font using JavaFX 8 and css
- Javafx Platform.runLater never running
- Skip UIImagePickerController Preview View?
- Stop playing video in iframe when modal is closed
I don't think video subtitle support was implemented for JavaFX 2.2.
I think the Public API changes to media Tracks feature implements the functionality you ask about. You can test out the implementation in the latest jdk8 snapshot release.