This commit is contained in:
Frank Skare
2019-05-26 04:36:04 +02:00
parent 0139a1ef70
commit 1868957388

View File

@@ -14,15 +14,15 @@ mpv.net has the CLI of mpv: [CLI switches](https://mpv.io/manual/master/#options
#### High quality video output #### High quality video output
mpv/libmpv has an OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more. libmpv has an OpenGL based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more.
#### On Screen Controller #### On Screen Controller
mpv.net uses the OSC of mpv/libmpv offering play controls with a modern flat design. The OSC of libmpv offers play controls with a modern flat design.
#### GPU video decoding #### GPU video decoding
mpv/libmpv leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration. libmpv leverages the FFmpeg hwaccel APIs to support DXVA2 video decoding acceleration.
#### Active development #### Active development