Demuxed .mp4 (audio only - AAC) won't play on itunes |
![]() ![]() |
Demuxed .mp4 (audio only - AAC) won't play on itunes |
Sep 3 2012, 02:44
Post
#1
|
|
|
Group: Members Posts: 4 Joined: 2-September 12 Member No.: 102837 |
Hi All
I looked around 4 - 5 pages in the AAC forums and I could not locate a solution so I apologize in advance if there's an answer here somewhere...: Using Yamb (w/the mp4box)I de-muxed an .mp4 A/V stream and extracted the raw AAC and another version with the audio only .mp4. But iTunes did not recognize either version. But if I encoded the .mp4 video file using fre:ac (great product!) or with Switch audio encoder from NCH I was able to play it in iTunes. Obviously this would degrade the audio by one more lossy generation and I would like to avoid it. Am I missing something with Yamb or is there a product that can de-mux the A/V stream and re-package it into an iTunes compatible .m4a file? I am not an expert so I thought I would ask here. Any pointers would be greatly appreciated. Thanks. Gary |
|
|
|
Sep 3 2012, 04:23
Post
#2
|
|
![]() Group: Members Posts: 492 Joined: 5-January 06 From: Dublin Member No.: 26898 |
Use the Creation > Click to create an MP4 file... function in YAMB, drag/add the raw aac file you had extracted, then save as mp4. This will "wrap" the raw aac stream in the mp4 container format (no generation loss), and the resulting file should play fine in itunes.
|
|
|
|
Sep 3 2012, 08:06
Post
#3
|
|
|
Group: Members Posts: 4 Joined: 2-September 12 Member No.: 102837 |
Hey Remedial Sound
Much obliged for a quick answer. I'll try it out and post back. Thanks very much. |
|
|
|
Sep 3 2012, 08:24
Post
#4
|
|
![]() Group: Members Posts: 1468 Joined: 30-November 06 Member No.: 38207 |
Are you able to use a command line? If you want to extract from mp4 video to mp4 audio only, then
ffmpeg -i INFILE.mp4 -acodec copy -vn OUTFILE.mp4 will do the job, without transcoding. (If you prefer, use OUTFILE.m4a instead.) -------------------- geocities.com/hydrogenaudio: http://goo.gl/tqYZj
|
|
|
|
Sep 3 2012, 10:34
Post
#5
|
|
![]() Group: Members Posts: 734 Joined: 17-September 06 Member No.: 35307 |
Another thing to watch for is whether iTunes would prefer the extension to be .m4a for the audio-only in an MP4 container.
-------------------- Dynamic – the artist formerly known as DickD
|
|
|
|
Sep 3 2012, 19:34
Post
#6
|
|
|
Group: Members Posts: 4 Joined: 2-September 12 Member No.: 102837 |
Hi Porcus, I just downloaded ffmpeg, I'll try your command line version as well thanks. Its going to take getting used to again - going back to C prompt
|
|
|
|
Sep 3 2012, 19:39
Post
#7
|
|
|
Group: Members Posts: 431 Joined: 11-February 12 Member No.: 97076 |
You must try this very simple one as well, I've tested it few days ago and everything went fine.
http://mp4ui.sourceforge.net/ |
|
|
|
Sep 3 2012, 21:35
Post
#8
|
|
![]() Group: Members Posts: 1468 Joined: 30-November 06 Member No.: 38207 |
Hi Porcus, I just downloaded ffmpeg, I'll try your command line version as well thanks. Its going to take getting used to again - going back to C prompt I've put for %%f in (*.mp4) DO ffmpeg.exe -i "%%f" -acodec copy -vn "%%f.m4a" in a convert_mp4_to_m4a.bat and similar for webm-to-ogg etc. It takes everything in the folder. (I get then filename.mp4.m4a, which is OK with me -- it tells me how it was created.) -------------------- geocities.com/hydrogenaudio: http://goo.gl/tqYZj
|
|
|
|
Sep 4 2012, 20:42
Post
#9
|
|
|
Group: Members Posts: 4 Joined: 2-September 12 Member No.: 102837 |
You must try this very simple one as well, I've tested it few days ago and everything went fine. http://mp4ui.sourceforge.net/ Hi Eahm I downloaded it, I'll check it out. Thanks very much for the tip. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 20:56 |