radek-k / FFMediaToolkit

FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
MIT License
353 stars 56 forks source link

Audio streams #33

Closed shachar-clinch closed 3 years ago

shachar-clinch commented 3 years ago

Hey, nice repo. I see that Audio Streams are not loaded during decode but there is some preparations for it. Are you working on it? I would like to fill in that gap and add that code myself if you are not already working on it.

radek-k commented 3 years ago

I would be happy if you make a pull request with the audio decoding implementation. Now I'm working on a .NET Core FFMediaToolkit video decoder/encoder demo application.

radek-k commented 3 years ago

Audio decoding features will be added after implementing RTSP, UDP streams support (#38, #21).