python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Which ALAC encoder should I use with ffmpeg ? (alac, alac_at)
I'm encoding audio files from AIFC to ALAC using ffmpeg, I noticed that ffmpeg provides two different encoders for this purpose, named alac and alac_at:
$ ffmpeg -encoders
...
A..... alac ...
Julien Dargelos
Votes: 0
Answers: 0
ffmpeg error "output file #0 does not contain any stream" with FORFILES
I'm trying to convert all the songs in a folder from flac to alac. All the files in the folder are flac.
What I'm writing:
FORFILES /M *.* /C "ffmpeg -i @fname.flac -c:v copy -c:a alac @fname.m4a...

shadybusiness
Votes: 0
Answers: 1