We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
开发者_开发知识库 Improve this questionI need to create an app which gets raw video (RGB 32bits) data and store this data in an AVI file. Is a "simple" library is available out there ? I'm mean low footprint as it's for an embedded project.
Not that small, but FFmpeg should do the job. You don't need all of it.
This should help you: http://linuxtv.org/downloads/v4l-dvb-apis/common.html
精彩评论