Laur's blog
Sign in Subscribe

ffmpeg

A collection of 1 post
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