Simple code for flac to aac (m4a) at 320kb/s bit rate
And I was enable to add the converted file to iTunes in order to listen it in my iPhone 5Sffmpeg -i file.flac -c aac -ab 320k -strict experimental "file.m4a"
![]()
+ Reply to Thread
Results 31 to 36 of 36
-
-
-
Create a new text file, and paste the following code into it:
Code:for /r %1 %%z in (*.aac) do (ffmpeg -i "%%z" -acodec copy -bsf:a aac_adtstoasc -vn "%%~dpnz.m4a")
-
-
Mp3tag will save APE tags to AAC these days, and Foobar2000 will save ID3 tags to AAC.
Foobar2000 will read Mp3tag's APE tags, but Mp3tag won't read Foobar2000's ID3 tags.
It's somewhat pointless though because most players won't seek or display the duration for raw AAC. It's better to put it in an MP4/M4A container (or MKV/MKA).
To nitpick, I don't think MP4 supports ID3 tags. Most (all?) software writes MP4 tags. At least that's how they're labelled. I don't understand much about MP4 tagging.
Similar Threads
-
MKV AAC GUI Converter with Nero AAC Codec
By prijatelj.v in forum AudioReplies: 4Last Post: 26th Mar 2012, 08:41 -
AAC 5.1 to AAC 2ch conversion problem
By MR 3 in forum AudioReplies: 6Last Post: 2nd Feb 2010, 22:44 -
Convert AAC 6ch to AAC 2ch w/ Dolby Pro Logic II Surround info
By SiegeX in forum AudioReplies: 5Last Post: 28th Dec 2009, 16:58 -
M4a to AAC Converter
By Dave1024 in forum AudioReplies: 6Last Post: 27th Jul 2009, 21:44 -
Modifying headerinformation in aac *.m4a files
By chh in forum AudioReplies: 4Last Post: 18th Jul 2009, 11:47