Laur's blog
Sign in Subscribe

m4a

A collection of 2 posts
My Process to Convert SACD ISOs
sacd

My Process to Convert SACD ISOs

Here's a way to convert SACD ISOs to more common formats in Windows, using free tools.
Jan 25, 2023 3 min read
Convert m4a to mp3 Using Ffmpeg on Windows (and Git Bash)
bash

Convert m4a to mp3 Using Ffmpeg on Windows (and Git Bash)

Here's a simple command line to convert m4a files to MP3 on windows: for i in *.m4a; do ./ffmpeg.exe -i "$i" "${i%.m4a}".mp3; done HTH,
Mar 4, 2017
Page 1 of 1
Laur's blog © 2025
  • Sign up
Powered by Ghost