Hi Everyone
I want to add video audio to another video with no audio but without conversion or losing quality, if it is possible.
Both videos have the same format (mp4).
Thank you !
+ Reply to Thread
Results 1 to 15 of 15
-
-
ffmpeg -i "video.mp4" -i "audio.mp4" -c copy -map 0:v -map 1:a "out.mp4"
-
-
-
No, this is a pure remux.
If you prefer to use a GUI instead of a command line, you can try my clever FFmpeg GUI.
Load your video file without audio, wait for the analysis, click Main, click Multiplex, the videostream is already selected, click Audio stream, select your audio file (this can be a video WITH audio or a pure audio file), click Target File, accept the suggested name, select the audio language, the container (mkv or mp4) and the desired aspect ratio. Click Mutiplex, done.Last edited by ProWo; 16th Mar 2021 at 11:42.
-
You can change all the names/filepaths, only the output extension is important.
If it isn't available on the Path, you can copy ffmpeg.exe to your work folder.
https://forum.videohelp.com/threads/398507-Top10-Commands-for-Lossless-Video-manipulat...eg-%28Guide%29 -
Sorry, I have last questions. If I understood, only ffmpeg.exe are important in the whole folder when editing video ? (even for cut on keyframes)
I mean "doc" , "presets" folders and other files won't play any role in video editing process ?
Does ffmpeg.exe work well on mkv files when it comes to cut on keyframes ?Last edited by aaajan; 21st Mar 2021 at 07:35.
-
-
There is something I want to be sure of.
On the download page https://www.videohelp.com/software/ffmpeg , there are various versions until the last one (ffmpeg 4.3.2) ,
which version do you recommend me if I use Windows 10 x64 ? -
Latest stable release should do fine.
Similar Threads
-
Copy/add audio from one video to another
By cykor in forum Newbie / General discussionsReplies: 4Last Post: 9th Apr 2020, 15:13 -
How to add additional audio track over the video
By Juri in forum Newbie / General discussionsReplies: 6Last Post: 27th Oct 2018, 21:46 -
How do you add different video/audio tracks to one video file?
By GEOLINK in forum Newbie / General discussionsReplies: 2Last Post: 31st Aug 2017, 18:38 -
Add an AAC audio track to video file
By yardline in forum Video ConversionReplies: 2Last Post: 1st Mar 2017, 04:12 -
How to add audio on VSDC video editor?
By shoes6 in forum EditingReplies: 10Last Post: 13th May 2016, 09:48