this post was submitted on 03 May 2024
1169 points (98.8% liked)

Memes

51178 readers
631 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Robin@lemmy.world 46 points 1 year ago (2 children)

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 36 points 1 year ago (1 children)

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.

[–] uis@lemm.ee 11 points 1 year ago

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