this post was submitted on 03 May 2024
1156 points (98.9% liked)
Memes
45554 readers
864 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, guess where vlc gets all that muscle...
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?
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.
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.
Interesting there isn’t more info on the team behind it.
FFmpeg is one of libvlc's backends. A lot of stuff vlc can decode without calling ffmpeg.