I converted the video .movto .mp4, but when I play the video in my javafx application, it does not work, I can hear the sound of the video file, but without photos! perhaps .mp4 is not in the correct codec! any idea or solution?
UPDATE
With the same code, I played another mp4 video under the same conditions (plateforme, JFX Version, ...), so I came to the conclusion that I have a problem with this converted mp4 file, i.e. with software, m for conversion The mov file does not generate the apporiat mp4 format, which is supported by JFX 2.1.
source
share