Git Product home page Git Product logo

simplerecorder's Introduction

SimpleRecorder

  • camera.c: 基于v4l2的摄像头采集,支持一般的摄像头

  • textoverlay.c: 在图片上叠加ASCII字符,目前做得比较简陋

  • preview.c: 往framebuffer写图像,实现预览

  • encoder.c: H264编码器

  • output.c: 把编码后的H264码流写入MKV容器

  • main.c: 主函数,调用以上代码中的接口

  • 未编码图像用picture_t传递,内部是I420格式,编码后的码流用encoded_pic_t传递


  • master 是基于libx264的软编码器,速度慢,可以在PC上运行
  • s5pv210 是在210平台上跑的版本,使用的MFC硬件编码器

simplerecorder's People

Contributors

z4yx avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.