Closed MakeshR1981 closed 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 :)
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.