# From any bitrate to 64kbps mp3 file
# Here input file is al_hashr.mp3 (which is greater than 64kbps) and output is 64kpbs hashr.mp3
ffmpeg -i al_hashr.mp3 -acodec mp3 -ab 64k hashr.mp3
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.
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.