Y
Hacker News
new
|
ask
|
show
|
jobs
by
astrange
172 days ago
ffmpeg and libavcodec are the same project.
1 comments
dylan604
172 days ago
yes. but do you have to include the ffmpeg part to include just the other libraries?
link
astrange
171 days 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.
link