cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
611 stars 99 forks source link

Is FFmpeg.NET library support linux server? #41

Closed MakeshR1981 closed 3 years ago

MakeshR1981 commented 4 years ago

I want to convert wave file to 128Kbps, i can add new enum in AudioSampleRate as Hz4000, so that it will compress the file size and convert it to 128Kbs, but my question is this library support in Linux server.

cmxl commented 3 years ago

I just tested it with a simple console application on my raspberry pi with raspbian os.

I installed ffmpeg via apt-get install ffmpeg ffmpeg was then already added to the PATH. Afterwards instantiate the engine via:

var engine = new Engine("ffmpeg");

Worked perfectly on my little raspy :)