• Robin@lemmy.world
        link
        fedilink
        English
        arrow-up
        47
        ·
        2 months ago

        I thought it was libvlc that covers that but no, it is indeed libavcodec which is part of the ffmpeg project. Does anyone here know the relationship between libvlc and libavcodec?

        • WolfLink@lemmy.ml
          link
          fedilink
          arrow-up
          37
          ·
          2 months ago

          libvlc uses libavcodec

          VLC relays on ffmpeg for a lot of video decoding, as do lots of other media programs. Go look up the legal notice on your TV and there’s a good chance the ffmpeg licensing information is in there.

          • lud
            link
            fedilink
            arrow-up
            13
            ·
            2 months ago

            If you look up the dependencies or legal notices for anything that does anything related to video, audio or maybe even images, it’s very likely that it uses ffmpeg in some way.

        • uis
          link
          fedilink
          arrow-up
          11
          ·
          2 months ago

          FFmpeg is one of libvlc’s backends. A lot of stuff vlc can decode without calling ffmpeg.

      • SagXDOP
        link
        fedilink
        arrow-up
        21
        ·
        2 months ago

        Whenever someone ask me media player for Linux I suggest MPV but for Binbows I suggest VLC. I don’t know why?

        • zurohki@aussie.zone
          link
          fedilink
          English
          arrow-up
          15
          ·
          2 months ago

          IIRC VLC on Windows uses it’s own included ffmpeg libraries for decoding so you don’t need to mess around with Windows codecs.

        • BehindTheBarrier@programming.dev
          link
          fedilink
          arrow-up
          6
          ·
          2 months ago

          I’m in the MPC-HC gang on Windows. Just so much more practical than other players. The main selling point was that full-screen the controls go away once you move the cursor off them, it was amazing. And no waiting for subs to be processed like VLC had to back then, never turned back so don’t know if that is still a thing.

          • Dudewitbow@lemmy.zip
            link
            fedilink
            arrow-up
            5
            ·
            2 months ago

            the main selling point of mpchc is madvr. there’s basically no other competitors that utilize the GPU to make the media your watching better on the same level as madvr.

        • Bye@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          I use mpv but the configuration is a big pain. Just try overriding a subtitle font in mpv, there are config files to change that don’t even exist by default and they live in different places depending on mpv version and it’s a huge mess.

          I still do it because it’s lightweight and for some reason has better performance for me than VLC.

        • monoboy@lemmy.zip
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          I do the same because VLC has an installer on Windows while MPV you have to manually extract from a compressed folder and then run the install script from command line