Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1 | Link |
Registered User
Join Date: Jul 2014
Posts: 26
|
YAMB audio
Hello!
I've been using Handbrake to encode movies to my iPad 4, and it works perfectly. However, at times I have an mp4 file, and then I want to add another track, usually the commentaries track from a Blu Ray which I didn't add originally. Now, I found YAMB and it indeed allows me to combine several track to the film. However, the end result is that all the tracks play at the same time, and iTunes doesn't find different tracks, just one track made of all the other tracks combined. Is there a way to fix this? Thanks for the help! |
![]() |
![]() |
![]() |
#2 | Link |
Registered User
Join Date: Feb 2002
Location: San Jose, California
Posts: 4,373
|
Try re-muxing with MkvToMp4 or via command line with the new mp4box. I don't like the way mp4box is integrated into the entire GPAC package as I only need mp4box but installing the entire thing seems to be ok (via a custom install at least).
Don't be fooled by the name, MkvToMp4 seems to have expanded its functionality. |
![]() |
![]() |
![]() |
#3 | Link |
Registered User
Join Date: Aug 2008
Location: Isle of Man
Posts: 588
|
if you would like to see how ffmpeg works for you, you could use the syntax:
Code:
ffmpeg -i handbrakefile.mp4 -i commentaryfile.mp4 -map 1,0 -c copy newfile.mp4 |
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Mar 2011
Posts: 4,711
|
You could try My MP4Box GUI. It comes with MP4Box so you don't need to download it separately. I gave up on YAMB a long time ago. I don't think it's been updated for quite a while and I couldn't always get it to do what I thought it should be doing when muxing anyway.
It sounds more like a player issue than a muxing issue to me though. I rarely use MP4 and don't have an ianything installed, but if itunes won't let you select a specific audio track, can you use a different player? Or at least try a different player to confirm it's an itunes issue before you waste too much time trying to fix the problem the wrong way.... so to speak. It sounds like the audio tracks are being muxed correctly but they're all being decoded at the same time. MeGUI also has an MP4 muxer under it's Tools menu. It also uses MP4Box to do the work. I just thought I'd mention it, as it can be used as a MP4Box GUI. |
![]() |
![]() |
![]() |
#5 | Link | |
Registered User
Join Date: Nov 2005
Posts: 684
|
Quote:
Code:
ffmpeg.exe -i <input1> -i <input2> -map 0 -map 1:1 -c copy <output>
__________________
My hobby website |
|
![]() |
![]() |
![]() |
#6 | Link | ||||
Registered User
Join Date: Aug 2008
Location: Isle of Man
Posts: 588
|
Quote:
Quote:
But the command I suggested did miss out the next part Quote:
Quote:
Code:
ffmpeg.exe -i <input1> -i <input2> -map 0 -map 1:1,0 -c copy <output> Code:
ffmpeg.exe -i <input1> -i <input2> -map 0 -map 1:0,0 -c copy <output> |
||||
![]() |
![]() |
![]() |
#8 | Link |
Registered User
Join Date: Jul 2014
Posts: 26
|
Well I used MKVtoMP4 to add the commentary track. VLC player plays it fine, but iTunes won't recognize it at all!
I drag it to the iTunes window, and it isn't added to the movies list. Now, I have A LOT of "home made" movies (basically my entire Blu Ray collection...), and it never had that problem before. I used the files that iTunes originally recognized (MP4 before adding the commentaries). I tryed both MP4 file format and M4V with two different movies, but nothing seems to work... Any other ideas? |
![]() |
![]() |
![]() |
#10 | Link |
Registered User
Join Date: Jul 2014
Posts: 26
|
OK guys!
It seems the movies actually WERE transfered to iTunes, it just placed them in Movies instead of Home Videos, which is why I didn't find them. So, to sum up, the situation is resolved and everything is working perfectly! So resolved! Thanx a lot everyone, you're great! |
![]() |
![]() |
![]() |
Tags |
mp4, tracks, yamb |
Thread Tools | Search this Thread |
Display Modes | |
|
|