mpv, SDL2 and accelerated YUV conversions


sepulep

Member
Joined
Nov 18, 2008
Messages
367
I am trying to get mpv (mplayer fork) working. For the moment only the xv driver works at reasonable speed. xv has a few problems though,

no tv-out and crashes with --fixed-vo (gapless play for playlists). Looking at alternative: I tried compiling with SDL2 (form codeblocks)

this is almost ok, a bit slow, leading to A/V desync. The output mentions that conversion from yuv to rgba is done in software.

Question is: is there a way to get this done in hardware or otherwise accelerate the sdl2 driver for mplayer/mpv?
 
Back
Top