Hacker News new | ask | show | jobs
by astrange 172 days ago
ffmpeg and libavcodec are the same project.
1 comments

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.