Skip to content

Roberto Enrique Briceño García

  • Home
  • About
  • Contact

Roberto Enrique Briceño García

  • Home
  • About
  • Contact

Batch convert .flac to .mp3 with FFmpew in PowerShell

September 12, 2023August 23, 2023 by protorob

A very usefull oneliner to batch converto to *.mp3 a folder full of *.flac files using FFmpeg.

Get-ChildItem -Filter *.flac | ForEach-Object { & ".\ffmpeg.exe" -i $_.FullName -ab 320k -map_metadata 0 -id3v2_version 3 "$($_.BaseName).mp3" }
Categories Windows PowerShell
Extract audio from *.mkv to *mp3 with ffmpeg in PowerShell
"Produzione senza appropriazione, azione senza imposizione di sé, sviluppo senza sopraffazione"
© 2025 Roberto Enrique Briceño García • Built with GeneratePress
P.IVA: IT02890890847 - C.F.: BRCRRT84R04Z614A
Montevago (AG) - ITALY
  • Home
  • About
  • Contact