Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

sdcb/Sdcb.FFmpegAPIWrapper

Repository files navigation

Sdcb.FFmpegAPIWrapper NuGet Version QQ

.NET FFmpeg API Warpper Library, currently based on FFmpeg.AutoGen.

Note: this project has deprecated because it's very hard to make it flexiable and powerful by reference to FFmpeg.AutoGen, please use Sdcb.FFmpeg https://github.com/sdcb/sdcb.ffmpeg

注意:这个项目已停止维护,因为用上了FFmpeg.AutoGen之后项目变得很僵硬,请使用我写的新的更好的Sdcb.FFmpeg:https://github.com/sdcb/sdcb.ffmpeg

Status

Common

  • Basic - FFmpegException, FFmpegLogger, FFmpegHandle
  • AVClass - FFmpegClass
  • AVDictionary - MediaDictionary
  • AVRational - MediaRational
  • mathematics.h - MediaMath

Codecs

  • AVCodec - MediaCodec
  • AVCodecContext - MediaCodecContext

Muxers

  • AVIOContext - MediaIO
  • AVFormatContext - InputFormat/OutputFormat/FormatContext

Others(filters, ...)

  • swscale - PixelConverter/FrameConverter
  • resampler - SampleConverter
  • other not supported.

Known other famous FFmpeg API wrapper in Github

About

.NET FFmpeg API Warpper Library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages