ffmpeg can be installed through termux by installing the package mpv:
$ apt-get install mpv Now, on linux, I record sound with the command
ffmpeg -f alsa -ac 2 -i plughw:0,0 recording.mp3 This commnand does not work on android for me. What would be the right -f flag argument?
What is the ffmpeg command to record sound from the terminal on android?