Changes between Initial Version and Version 1 of Ticket #48823, comment 9


Ignore:
Timestamp:
Jan 11, 2016, 2:59:16 AM (8 years ago)
Author:
Crosmatron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48823, comment 9

    initial v1  
    33To build, simply compile with both OpenGL and Corevideo support (doing so does not cause issues anyway with current versions of MPlayer). This means modifying the Portfile so that enabling OpenGL does not disable Corevideo.
    44
    5 Then play videos using OpenGL with the Cocoa backend: mplayer -vo gl:backend=4 [movie]
     5Then play videos using OpenGL with the Cocoa backend: mplayer -vo gl:backend=4:glfinish [movie]
    66
    77Fullscreen only works correctly with OpenGL when using the SDL backend like so: mplayer -fs -vo gl:backend=2 [movie]