Sdcb.FFmpegAPIWrapper
.NET FFmpeg API Warpper Library.
Install / Use
/learn @sdcb/Sdcb.FFmpegAPIWrapperREADME
Sdcb.FFmpegAPIWrapper

.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
- [x] Basic -
FFmpegException,FFmpegLogger,FFmpegHandle - [x]
AVClass-FFmpegClass - [x]
AVDictionary-MediaDictionary - [x]
AVRational-MediaRational - [x]
mathematics.h-MediaMath
Codecs
- [x]
AVCodec-MediaCodec - [x]
AVCodecContext-MediaCodecContext
Muxers
- [x]
AVIOContext-MediaIO - [x]
AVFormatContext-InputFormat/OutputFormat/FormatContext
Others(filters, ...)
- [x]
swscale-PixelConverter/FrameConverter - [x]
resampler-SampleConverter - other not supported.
