Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
31
rated 0 times [  31] [ 0]  / answers: 1 / hits: 26314  / 3 Years ago, fri, november 19, 2021, 2:48:15

I tried to convert a file with pacpl, but I get the well-known "256" error.
With the -v flag, the FAQ of pacpl tells me:




"The file you are trying to convert is a lossless .m4a file. The
format is not yet supported by FAAC/FAAD."




Since faac/faad seems to be used in every other converting tool on Ubuntu, how can I successfully convert formats?


More From » sound

 Answers
5

You can convert an m4a file to flac with the ffmpeg command-line tool:



To install ffmpeg:



sudo apt-get install ffmpeg


To convert:



ffmpeg -i filein.m4a -f flac fileout.flac

[#40925] Friday, November 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mouedi

Total Points: 420
Total Questions: 109
Total Answers: 116

Location: Philippines
Member since Wed, Aug 19, 2020
4 Years ago
;