JDK-8088311 : JavaFX MediaPlayer drawing vertical lines on wide videos
  • Type: Bug
  • Component: javafx
  • Sub-Component: media
  • Affected Version: 8u20
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-01-13
  • Updated: 2018-09-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Description
When playing a 3K video (2880x1800) with MediaPlayer a vertical line over the video gets drawed and after the line the video has some kind of sepia filter. Screenshot: http://i.stack.imgur.com/urMXA.jpg
When using an even wider video (5570x1080) a second line appears. Screenshot: http://i.stack.imgur.com/CQExT.jpg
Under Windows 8.1 the video doesn't play at all with JavaFX. But with VLC it is no problem. The used video was created with ffmpeg: ffmpeg -framerate 30 -i APPG001%04d.jpg -r 30 -filter:v crop=12000:2250:0:0 -s 5760x1080 -vcodec libx264 -preset ultrafast -crf 15 -pix_fmt yuv420p Timelapse.mp4
How to reproduce the last example: Use the example from http://docs.oracle.com/javafx/2/media/playercontrol.htm and the video https://www.dropbox.com/s/s6vb2o5zpsp64iu/Timelapse.mp4?dl=1
Comments
The same happens. Just saw that I got this message additionally: "vtDecompressionDuctCreate signalled err=-8973 (err) (Could not select and open decoder instance) at /SourceCache/CoreMedia_frameworks/CoreMedia-1562.19/Sources/VideoToolbox/VTDecompressionSession.c line 1181".
15-01-2015

And we might be exceeding a texture size limit, so it might be a prism bug too.
14-01-2015

How about if you run with "-Djfxmedia.platforms=OSXPlatform"? That can help narrow it down a little.
14-01-2015

Thank you for confirming.
14-01-2015

Just tested it with JRE 8u40 and the bug still applies.
14-01-2015

Can you try this with 8u40 early access?
13-01-2015