Reduce mp3 audio file's bitrate using ffmpeg

# From any bitrate to 64kbps mp3 file # Here input file is al_hashr.mp3 and output is 64kpbs hashr.mp3 ffmpeg -i al_hashr.mp3 -acodec mp3 -ab 64k hashr.mp3

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.