VLC is the supreme of all open source projects, you used it in school, college, work and home.

I used it since I was a child and it has never failed on me. It didn’t matter what type of file you chucked at it, it would run it.

Do you disagree or agree with VLC being the best media player? What are your thoughts?

  • LaggyKar
    link
    fedilink
    1430 days ago

    I used to use it, but then I switched to MPV, as it works a lot better with hardware acceleration. MPV supports more methods for hardware decoding (e.g. nvdec), and also MPV will keep the frames in VRAM when doing hardware decoding, and do additional processing and presentation using the GPU, while VLC copies everything back to system RAM and processes the frame on the CPU.

    At the time I switched hardware decoding with copy-back would actually result in twice the CPU usage compared to software decoding, but that was a long time ago. Also, I would get tearing in VLC and not in MPV.