← Back to context Comment by astrange 2 months ago ffmpeg and libavcodec are the same project. 2 comments astrange Reply dylan604 2 months ago yes. but do you have to include the ffmpeg part to include just the other libraries? astrange 2 months ago 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.
dylan604 2 months ago yes. but do you have to include the ffmpeg part to include just the other libraries? astrange 2 months ago 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.
astrange 2 months ago 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.
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.