Ok. I have never got on with cmd line progs and use gui's for such tasks.
The issue at present is yt-dlp and the gui's that use it particularily with yt '18+ sign in to prove your age' restricted vids. None of the latest versions appear to work and all give a variety of errors - the latest, I guess, will not even work with Win7 and gives a msg that says that an Windoze item is missing.
But one of the gui's does 'work' after a fashion. That is to say that it downloads the video and the audio but in two separate .mp4 files. I have already 'Googled' this and posts suggest that VLC can do a merge yet having followed the instructions or online apps these do not work either.
So I ask my friends here if ffmpeg or something else will work and if so how do do it. Sure. I despise cmd line solutions but if it is 'easy', I am prepared to give it a go. And I am am sure that ffmpeg is used with the gui's except that the one that 'worked' borked out before that final process.
+ Reply to Thread
Results 1 to 5 of 5
-
-
For ffmpeg commandline if each have only 1 track of video, audio each - it would be
Code:ffmpeg -i video.mp4 -i audio.mp4 -c:v copy -c:a copy output.mp4
or any number of mp4 muxing GUI's such as mp4tool or mp4muxtool for mp4
https://www.videohelp.com/software/My-MP4Box-GUI
https://www.videohelp.com/software/MP4-tool
https://github.com/jessielw/MP4-Mux-Tool -
Use clever Ffmpeg-GUI.
Load the video mp4, click main page, click multiplex.
Drop the audio mp4 into the grid, select both streams on the left and click multiplex.
Done. -
Thank you both.
The clever GUI worked a treat. I did try some of the otehr suggestions but these did not.
Similar Threads
-
How to prepare clips for ffmpeg merging
By vmackey in forum EditingReplies: 7Last Post: 17th Feb 2024, 18:53 -
Merging video frames back into a video with subtitle, messes up audio
By PeteJobi in forum EditingReplies: 17Last Post: 25th Jun 2023, 14:07 -
Merging video & audio files
By alwarm in forum Video ConversionReplies: 12Last Post: 17th Sep 2021, 10:14 -
Audio mute to video and mixing audio file with FFMPEG
By mikoyuri in forum Newbie / General discussionsReplies: 1Last Post: 13th Mar 2021, 03:58 -
converted video by ffmpeg, plays video and audio,but audio overtakes
By jraju in forum Newbie / General discussionsReplies: 1Last Post: 5th Dec 2019, 00:59