View Single Post
Old 10th January 2010, 17:52   #1350  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
@Mosu

I noticed there is a GUI for mkvinfo, besides mmg are there other GUIs included?

Maybe you could add mkvinfo showing a file extension for each stream so applications don't need to maintain a dictionary, I'm not sure if my dictionary is up-to-date and bug free, where do I find which formats are currently supported by mkvextract?

Code:
Dim dic As New Dictionary(Of String, String)

dic("A_AAC") = "aac"
dic("A_AC3") = "ac3"
dic("A_DTS") = "dts"
dic("A_FLAC") = "flac"
dic("A_MPEG/L1") = "mpa"
dic("A_MPEG/L2") = "mp2"
dic("A_MPEG/L3") = "mp3"
dic("A_PCM/INT/LIT") = "wav"
dic("A_QUICKTIME") = "qdm"
dic("A_REAL") = "ra"
dic("A_TTA1") = "tta"
dic("A_VORBIS") = "ogg"
dic("A_WAVPACK4") = "wv"
dic("Attachment") = "att"
dic("Chapters") = "Chapters"
dic("S_TEXT/ASS") = "ass"
dic("S_TEXT/SSA") = "ssa"
dic("S_TEXT/USF") = "usf"
dic("S_TEXT/UTF8") = "srt"
dic("S_VOBSUB") = "idx"
dic("Tags") = "Tags"
dic("V_MPEG1") = "m1v"
dic("V_MPEG2") = "m2v"
dic("V_MPEG4/ISO/ASP") = "m4v"
dic("V_MPEG4/ISO/AVC") = "h264"
dic("V_MS/VFW/FOURCC") = "avi"
dic("V_REAL") = "rmvb"
dic("V_THEORA") = "ogg"
stax76 is offline