Giter Site home page Giter Site logo

epiclishuai / ffmpeg-principle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lokenetwork/ffmpeg-principle

0.0 0.0 0.0 51.82 MB

《FFmpeg原理》项目代码

License: MIT License

C++ 0.01% C 18.88% Java 0.01% Kotlin 0.01% Makefile 0.03% QMake 0.04% CMake 0.01% Roff 81.05%

ffmpeg-principle's Introduction

FFmpeg-Principle

本项目是《FFmpeg原理》一书的项目示例代码,示例对应的文章如下:

  1. input 是《FFmpeg打开输入文件》的示例代码
  2. demuxer_args 是《如何设置解复用器参数》的示例代码
  3. avpacket 是《FFmpeg读取文件内容AVPacket》的示例代码
  4. decoder_use 是《如何使用FFmpeg的解码器》的示例代码
  5. encode 是《如何使用FFmpeg的编码器》的示例代码
  6. encode_args 是《如何设置编码器参数》的示例代码
  7. output 是《FFmpeg写入输出文件》的示例代码
  8. log 是《FFmpeg的日志函数av_log》的示例代码
  9. error_code 是《FFmpeg的错误码》的示例代码
  10. avstring 是《AVString字符串函数库详解》的示例代码
  11. scale 是《FFmpeg的scale滤镜介绍》的示例代码
  12. split 是《FFmpeg的split滤镜介绍》的示例代码
  13. overlay-simple 是《FFmpeg的overlay滤镜介绍》的示例代码
  14. format_filter 是《FFmpeg的视频format滤镜介绍》的示例代码
  15. aformat_filter 是《FFmpeg的音频aformat滤镜介绍》的示例代码
  16. sws_scale 是《sws_scale图像缩放函数介绍》的示例代码
  17. swr_convert 是《swr_convert音频重采样介绍》的示例代码
  18. discard_audio 是《FFmpeg丢弃音频流》的示例代码
  19. av_demuxer_iterate 是《FFmpeg支持哪些封装格式》的示例代码
  20. av_opt_next 是《如何遍历编码器支持的参数》的示例代码
  21. avformat_seek_file 是《avformat_seek_file函数介绍》的示例代码
  22. avio 是《FFmpeg内存IO模式》的示例代码
  23. fifobuffer 是《FifoBuffer函数库详解》的示例代码

ffmpeg-principle's People

Contributors

lokenetwork 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.