FG
💻 Software

Convert audio file to FLAC with ffmpeg?

Fresh7 days ago
Mar 15, 202687054 views
Confidence Score0%
0%

Problem

can I convert one of this format to compatible 16000.0 Sample Rate FLAC file? I tried using ffmpeg but result is I also installed flac codec for mac, but nothing... I tried also use (from http://legroom.net/software/convtoflac) but result is similar. Any idea to convert in flac?

Error Output

kAudioFormatLinearPCM                   = 'lpcm',
kAudioFormatAppleIMA4                   = 'ima4',
kAudioFormatMPEG4AAC                    = 'aac ',…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Convert audio file to FLAC with ffmpeg?

Low Risk

Forget the FFmpeg version that's included within ffmpegX – it's really old. Obviously it wasn't compiled with FLAC support. You could: Download a static build from the FFmpeg homepage. Just download the archive, extract it to some folder, then navig…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment