This AAC file plays in iTunes but not on iOS |
![]() ![]() |
This AAC file plays in iTunes but not on iOS |
Dec 20 2012, 17:52
Post
#1
|
|
|
Group: Members Posts: 2 Joined: 20-December 12 Member No.: 105301 |
There are a couple of AAC LC files (.aac, 128k) I would like to put on my iOS 6 devices (iPad, iPhone). I put them in M4A containers (.m4a) using MP4Box ('-add'), imported them into iTunes 11, and transferred them to my iPad. They play fine in iTunes, but they don't play on the iPad (screen switches to Play view and returns to Playlist view in a second).
HERE is an example M4A that plays on iTunes but not on iOS. I can convert the M4A files in iTunes to AAC and then they work on iOS, but I am afraid that this lossy to lossy conversion will impact quality. Is there anything I can try besides conversion? Any suggestion or explanation is much appreciated. Frank This post has been edited by frank8297: Dec 20 2012, 17:54 |
|
|
|
Dec 20 2012, 19:01
Post
#2
|
|
![]() Group: Developer Posts: 295 Joined: 22-November 10 From: Japan Member No.: 85902 |
Looks like MPEG2 AAC inside of m4a, and AudioFileOpen() on that file fais with kAudioFileUnspecifiedError. I don't know why iTunes can play it. Try something like the following:
CODE mp4box -raw 1 test20.m4a && mp4box -add test20_track1.aac:mpeg4 -new test20_mpeg4.m4a && del test20_track1.aac
|
|
|
|
Dec 20 2012, 21:07
Post
#3
|
|
|
Group: Members Posts: 2 Joined: 20-December 12 Member No.: 105301 |
Perfect, nu774 !
This post has been edited by frank8297: Dec 20 2012, 21:10 |
|
|
|
Mar 26 2013, 21:50
Post
#4
|
|
|
Group: Members Posts: 698 Joined: 6-March 10 Member No.: 78779 |
Excellent info, thank you! I couldn't listen to some streamripper collections anymore on my iPad, that had exactly the same problem. The ":mpeg4" postfix saved my day!
For future reference, this is the correct Batchenc command for SomaFM rips (.aac): CODE "C:\Program Files (x86)\GPAC\Mp4box.exe" -tmp "c:\windows\temp" -add <infile>:mpeg4 <outfile.m4a> && del <infile>
This post has been edited by googlebot: Mar 26 2013, 22:22 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th June 2013 - 02:46 |