Giter Club home page Giter Club logo

ffmpeg_core's Introduction

FFMPEG 核心

可选功能

WASAPI

目前支持WASAPI,但没有经过足够的测试,可能会有严重的BUG。尤其是独占模式。

CMake 选项

选项 描述 默认值
ENABLE_WASAPI 启用 WASAPI 支持 OFF

编译需求

第三方库

  • FFMPEG 库,包含
    • libavutil
    • libavcodec
    • libavformat
    • libavdevice
    • libavfilter
    • libswresample
  • SDL2 / SDL3

FFMPEG库采用pkg-config来寻找,请确保正确的设置了环境变量PKG_CONFIG_PATH和CMAKE选项CMAKE_PREFIX_PATH

FFMPEG 库要求

  • 需要链接任意一TLS库以支持HTTPS(例如 gnutls / openssl
  • 需要链接 libcdio 以支持播放CD(ffmpeg官网的预编译版本可能无法正常工作即使其链接了 libcdio

libavfilter

以下 filters 在核心中被使用到:

  • volume:用于调节声音大小
  • atempo:用于调节速度
  • equalizer:用于均衡器
  • aresample:用于格式自动转换
  • aecho:用于支持混响

其他 filters 可以删除以减小体积

ffmpeg_core's People

Contributors

feibam avatar lifegpc avatar zhongyang219 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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