FFMPEG-MP3-Converter
1.0.2
FFMPEG MP3 Converter
Install-Package FFMPEG-MP3-Converter -Version 1.0.2
dotnet add package FFMPEG-MP3-Converter --version 1.0.2
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FFMPEG-MP3-Converter, 1.0.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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);
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);
Release Notes
Convert audio file of other formats to MP3 Format using FFMPEG
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.