Hacker News new | ask | show | jobs
by dylan604 172 days ago
Some of the simple tools might not be using ffmpeg per se, but using the libav or similar libraries. ffmpeg is just a tool built to utilize the functionality of multiple libraries like this.
1 comments

ffmpeg and libavcodec are the same project.
yes. but do you have to include the ffmpeg part to include just the other libraries?
No, ffmpeg itself is a pretty small wrapper around them. But the rest are true libraries and not frameworks, so you have to make all kinds of playback decisions yourself. A/V sync is hard.