Log in

View Full Version : How to use Gabest's Matroska Muxer


wiflye81
26th June 2003, 12:30
I've tried to use this muxer in graphedit but I don't understand how it works ( the muxer ).
Can anybody help me ?

unmei
30th June 2003, 04:37
[im sure there are better ways, but this works for me, feel free to propose a better one - im new to graphedit too]

drop some input file, it will attempt to build a graph for it. Then load the matroska muxe and file writer filter. in the chain for the input file, then before the the decoder (probably after a splitter) you redirect to matroska muxer and the muxer's output you connect to the filewriter. Drop more input files and ach graph you redirect to the muxer before decoding. (now you can remove all the unused decoder filters :). Matroska muxer will always have a input pin for you, if you connect a graph it makes a new empty in-pin, therefore you cna mux multiple audio with it as well. For subtitles use the subtitle source filter from gabest.

When the graph is done, press the playback button in graph edit and wait :D

kastro68
30th June 2003, 07:23
It would be easier to understand if someone posts the diagram.

Atamido
30th June 2003, 07:48
Originally posted by kastro68
It would be easier to understand if someone posts the diagram. Go for it!

defeatist
30th June 2003, 08:32
http://members.cox.net/zhentarim/divx/htm/oggmuxgraphedit.htm
Above is a nice graphedit muxing guide for OGM which can be applied to MKV easily. It's how I learned to do it.
Oh BTW, please use google when you can. This link was easily obtainable from google. Good luck!

unmei
30th June 2003, 11:55
oi, i made a screenshot but could not up it this morning due to server problems - now i think the link above makes this obsolete (in fact i think it's explaining more than my screenshot would :)

wiflye81
30th June 2003, 14:38
thanks for your help.