Skip to content

Instantly share code, notes, and snippets.

@EmmyGraugans
EmmyGraugans / m4atomp3.sh
Last active February 24, 2024 03:32 — forked from GwynethLlewelyn/m4atomp3.sh
Converts M4A to MP3 respecting the original bitrate (uses ffmpeg)
#!/usr/bin/env bash
# Takes a directory as parameter and converts everything inside it
# from M4A to MP3, respecting the bitrate, and creating a directory
# for the converted files.
#
# MIT Licensed by Gwyneth Llewelyn (2022)
#
# Based on https://superuser.com/a/1211902/127382 by @jbowman (2017)