Skip to content

Convert audio file of other formats to mp3 using ffmpeg in .NET

License

Notifications You must be signed in to change notification settings

chen0040/cs-ffmpeg-mp3-converter

Repository files navigation

cs-ffmpeg-mp3-converter

Convert audio files of other formats to mp3 using ffmpeg in .NET

Install

Install-Package FFMPEG-MP3-Converter -Version 1.0.2

Usage

string source_filename="sample.au";
string target_filename="converted.mp3"; 
cs_ffmpeg_mp3_converter.FFMpeg.Convert2Mp3(source_filename, target_filename);

About

Convert audio file of other formats to mp3 using ffmpeg in .NET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages