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
352 stars 56 forks source link

Audio transcoding #88

Open Salmondx opened 3 years ago

Salmondx commented 3 years ago

Hi! Thanks for a great library.

Do you have an example how to transcode audio from 1 codec to another using that library? E.g. from AAC to Opus.

Following similar approach as for video doesn't work due to different settings required for codecs.

Thanks!

radek-k commented 3 years ago

Audio support is very limited at the moment. Transcoding and resampling will be added in the future.

tottaka commented 2 years ago

Any update on this? Trying to use this with OpenAL but I don't have AL_EXT_FLOAT32 available