arthenica / ffmpeg-kit

FFmpeg Kit for applications. Supports Android, Flutter, iOS, Linux, macOS, React Native and tvOS. Supersedes MobileFFmpeg, flutter_ffmpeg and react-native-ffmpeg.
https://arthenica.github.io/ffmpeg-kit
GNU Lesser General Public License v3.0
4.5k stars 602 forks source link

Convert Any audio type to .wav format #1021

Open Asalerm opened 3 months ago

Asalerm commented 3 months ago

I have been using ffmpeg arthenica and it's very productive love.

But here are my problems.

1- List of all available commands

2- Convert any audio type to .wav format

mathieu-aubin commented 2 months ago

-i inputFILE -acodec pcm_s16le -ac 1 -ar 16000 output.wav

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.