+ Reply to Thread
Results 1 to 4 of 4
-
Load the file into mkvmerge,output as file.mkv,then load the file into mkvcleaver and output video and audio,others may have different methods but this is done quickly without re-encoding.
I think,therefore i am a hamster. -
ffmpeg -hide_banner -i "input.mp4" -c:v copy -map 0:0 "video.mp4" -c:a copy -map 0:1 "audio.m4a"
-
Use clever Ffmpeg-GUI.
Load your mp4, click main, click extract video stream, click extract video.
If done, you have your videostream only in a new mp4 file.
Then click multiplex, uncheck all streams except the desired audio stream, click multiplex.
If done, you have the desired audiostream in a new mp4 file.
[Attachment 62375 - Click to enlarge]
Similar Threads
-
How do I synchronize audio with video in an MP4 file?
By ilyaz in forum Video ConversionReplies: 3Last Post: 31st Mar 2022, 06:13 -
Video Editor To Split Off Tracks Into Separate MP4 Videos Using a Cue Sheet
By Col in forum EditingReplies: 0Last Post: 28th Feb 2018, 09:14 -
Help ... audio and video files to MP4 or ????
By xtal_01 in forum Newbie / General discussionsReplies: 6Last Post: 16th Dec 2017, 08:08 -
Mp4 video + mp4 audio
By Igniz in forum Video ConversionReplies: 3Last Post: 28th Apr 2017, 01:58 -
how to extract audio from mp4 video
By flannob in forum Newbie / General discussionsReplies: 5Last Post: 10th Nov 2016, 22:53