Guys,
It is making me crazy not to find something that easy to do.
I'm using Dxtory to record a video, and when it is done, it make a huge AVI with two audio tracks. Then I have converted it into one mp4 file. But it still have two audio tracks.
What can I do to have this mp4 into one audio track merged?
I just want to upload it to youtube
Thank you!
+ Reply to Thread
Results 1 to 8 of 8
-
-
http://ffmpeg.mplayerhq.hu/ffmpeg-filters.html#amerge
http://www.ffmpeg.org/ffmpeg-filters.html#amix
But it might be a bit complex if you never have used a command line software.
Or merge the audio tracks with an audio editor like audacity or goldwave. And then add/multiplex the audio to the mp4 using mymp4boxgui. -
Worked using
Code:ffmpeg -i ../../1.mp4 -filter_complex "amerge,pan=stereo:c0<c0+c2:c1<c1+c3" ../../11.mp4
Thank you. -
-
I have to retried. But it is possible in Audacity.
BernixLast edited by Bernix; 1st Nov 2017 at 16:52. Reason: Was Wrong as alWays
-
I have not figured out how to do this myself. I recorded a game with commentary (to mp4) using OBS with game audio on one track and mic on another track. Was terrible at trying to do game vs mic volume on one track. Game always came out way louder than mic and I never knew what to adjust. Figured I would try to make a recording with separate game and mic audio tracks thinking I could adjust each volume level separately after recording and then be done with it. Wrong. Recording was the easy part. Problem is a player will only play back in one track at a time, and I can't figure out how to edit each audio track and them combine them into one so the player will play with both game and mic volume at the same time. Audacity won't open a mp4, says I have to convert to wav first. This is turning out to be way more work than I thought it was going to be. For me it seems to be one track or nothing. Bummed out until I figure this out. Youtube has been absolutely no help, seems everyone making vids on recording think everyone already knows how to do this.
I7 3770K, ASRock Z77 Extreme6, 16 Gigs DDR3, GTX 770, Asus V278H, Z Blaster, 2 DVD Burners, Corsair M500 120 GB SSD, 2 WD 2 TB, WD 1 TB, Logitech Z-5500, Corsair TX750, HSPC Top Deck Tech Station, Win10 Pro x64 -
Install the ffmpeg import/export plugin for Audacity.
http://manual.audacityteam.org/man/faq_installation_and_plug_ins.html#How_do_I_downloa...ort_Library.3F
Similar Threads
-
Merge .srt & .mp4 without encoding video & audio?
By alexeliasson in forum SubtitleReplies: 9Last Post: 11th Jan 2021, 10:42 -
Merge Video from one MP4 with Audio from another MP4 - How?
By GrayStrickland in forum EditingReplies: 6Last Post: 10th Feb 2014, 04:45 -
CLI to mux/merge MP4 video and AAC audio?
By RogerTango in forum Video ConversionReplies: 8Last Post: 13th May 2013, 15:43 -
How to Merge multiple Video tracks into one with a separate Audio track
By Mark97213 in forum Authoring (Blu-ray)Replies: 2Last Post: 30th Aug 2012, 00:36 -
Merge multiple audio tracks from different files into 1 video file - sync
By heinza in forum Newbie / General discussionsReplies: 2Last Post: 11th Jan 2012, 03:29