FFMPEG-MP3-Converter 1.0.2

dotnet add package FFMPEG-MP3-Converter --version 1.0.2
NuGet\Install-Package FFMPEG-MP3-Converter -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FFMPEG-MP3-Converter" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FFMPEG-MP3-Converter --version 1.0.2
#r "nuget: FFMPEG-MP3-Converter, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FFMPEG-MP3-Converter as a Cake Addin
#addin nuget:?package=FFMPEG-MP3-Converter&version=1.0.2

// Install FFMPEG-MP3-Converter as a Cake Tool
#tool nuget:?package=FFMPEG-MP3-Converter&version=1.0.2

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);
Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 16,530 4/20/2018
1.0.1 1,200 4/20/2018

Convert audio file of other formats to MP3 Format using FFMPEG