Compress Voice Transcripts
Warning
This post is more than a year old. Information may be outdated.
ffmpeg -i input.m4a -c:a libopus -b:a 32k -ar 16000 -ac 1 -application voip output.opus
Backlinks (1)
This post is more than a year old. Information may be outdated.
ffmpeg -i input.m4a -c:a libopus -b:a 32k -ar 16000 -ac 1 -application voip output.opus