I have video with video 2 tracks i can switch between then in VLC trough menu Video > Video Track.
How do i save each track as separate file without re-encoding anything, and later also how do i build it back into one MP4 file?
I tried VirtualDub and AviDemux however i see no option to access second video track.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Use clever Ffmpeg-GUI.
Load your movie, click main, click extract audiostream, choose your stream and click extract. -
That GUI does not allow to select second track only first one is selectable and extracting.
[Attachment 72733 - Click to enlarge]
[Attachment 72734 - Click to enlarge]
P.S. video is 24FPS not 45FPS as it reports.
Managed to extract from command line.
Code:ffmpeg -i input.avi -map 0:1 -vcodec copy vid1.mp4 ffmpeg -i input.avi -map 0:2 -vcodec copy vid2.mp4
-
Sorry, thought you were trying to extract 2 audio streams.
Btw: it is unusual that a video container has 2 video streams.
Similar Threads
-
Unable to extract multiple audio tracks in AvsPmod
By ElegantRain in forum EditingReplies: 6Last Post: 9th May 2023, 15:34 -
Need To Extract Video Tracks From An Open Session Disk
By MelTurYm in forum DVD RippingReplies: 3Last Post: 4th Aug 2022, 16:45 -
.mov with multiple video tracks
By rrats in forum Video ConversionReplies: 4Last Post: 11th Dec 2021, 11:51 -
Multiple video tracks in MP4
By the_steve_randolph in forum Newbie / General discussionsReplies: 5Last Post: 8th Jun 2021, 09:47 -
Muxing a video with multiple video tracks/angles
By ZetaStax in forum Video ConversionReplies: 5Last Post: 6th Sep 2019, 18:04