Demux all track in a MKV? >> Personal Finance >> Forum
wr-forum WOW mod

SearchSearch   Users   Registration   Entrance
Today: 21.07.2025 - 06:31:27
Pages:  1  

Demux all track in a MKV?

Advertising

.
AuthorMessage

Shuasha

user




Statistics:
Messages: 7,496
Registration: 10.29.2003

Is there a way to demux all the tracks in a MKV (essentially just a dump of the contents of a MKV)? Preferabbly from the command line.

---------------------
A word of Internet Forum wisdom: Disregard any advice that begins with "I've heard..." 97 M3/4 - S54, TRM Coilovers, UUC SSK/Sways/LTW Flywheel
Message # 1 07.11.21 - 14:46:07
RE: Demux all track in a MKV?

Trnsprtr

user




Statistics:
Messages: 48
Registration: 09.09.2003

accepts input.

---------------------
My car
Message # 2 07.11.21 - 14:51:30
RE: Demux all track in a MKV?

kiley_sean

user




Statistics:
Messages: 697
Registration: 02.25.2002

Just read the help file for mkvextract. 1. View Track IDs and Attachement IDs mkvmerge -i "c:\my.mkv" Will output something like: File 'C:\my.mkv': container: Matroska Track ID 1: video (V_MPEG4/ISO/AVC) Track ID 2: audio (A_VORBIS) Track ID 3: subtitles (S_TEXT/ASS) Attachment ID 2316365590: type 'application/x-truetype-font', size 34584 bytes, file name 'Arial.ttf' Attachment ID 3118192100: type 'application/x-truetype-font', size 38700 bytes, file name 'Futura.otf' Attachment ID 115212518: type 'application/x-truetype-font', size 127584 bytes, file name 'Georgia.ttf' 2. Extract tracks mkvextract tracks "C:\my.mkv" 1:"C:\video.h264" 2:"C:\audio.ogg" 3:"C:\subtitle.ass" 3. Extract track timecodes mkvextract timecodes_v2 "C:\my.mkv" 1:"C:\video.timecodes.txt" 2:"C:\audio.timecodes.txt" 3:"C:\subtitle.timecodes.txt" 4. Extract attachements (fonts in this case) mkvextract attachments "C:\my.mkv" 2316365590:"C:\Arial.ttf" 3118192100:"C:\Futura.otf" 115212518:"C:\Georgia.ttf" 5. Extract chapters (the result will be an empty file if it has no chapters) mkvextract chapters "C:\my.mkv" > "C:\chapters.xml"

---------------------
Kiley- '05 MR
Message # 3 07.11.21 - 15:02:32
RE: Demux all track in a MKV?

QuestMCoupe

user




Statistics:
Messages: 11,551
Registration: 02.26.2001

I'm very much aware of how mkvextract works. The problem is that you have to specify exactly which track you want to demux. I'm looking for a way to just demux everything (video, audio, subtitle, etc) when given a MKV. Take eac3to for example. Feed it a VOB and demux (eac3to -demux) and it demuxes everything (video, audio, subtitle) without you having to go through the trouble of specifying which tracks you are interested in. It just "dumps" all of the contents of the VOB. I was wondering if there was something similar for MKV.

---------------------
-Joe
Message # 4 07.11.21 - 15:12:02
RE: Demux all track in a MKV?
Problems converting wav files from CD : Previous topicNext topic: Dell D3100 Dock - Arch Linux - Asus N55SF
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants