In the stream tree, you can see the streams you created, and you can set attributes of those streams, like whether or not a stream is a default stream, you can also extract some stream types (you might want to extract an audio stream from an AVI or MKV file). When clicking on an audio stream, the delay edit field, where you can enter the delay (in milliseconds) which will be applied to the audio stream, shows up. This is not available for video or subtitle streams. You can also drag&drop streams inside the tree to change their order, however, the output file will always contain the video stream first, then the audio streams, then the subtitles. The usage of the resolution edit field is explained below. |
AVI stream names are ANSI, so you should only use characters available in your local character set. MKV stream names are unicode, so you can type whatever you like (except for klingon, which is not part of UTF-8) |
You can call a context menu by right-clicking somewhere onto the dialog. This context menu allows you to change the language, save the current configuration to a skript file, and switch between normal view and protocol view. |
no audio | No audio will be included in the output files. You can demux the video stream using this option |
all audio | AVI-Mux GUI will mux all audio streams into the output files, regardless which streams have been selected. |
no subtitles | No subtitles will be written to the output files, regardless of the selection. |
all subtitles | All subtitles will be written to the output files, regardless of the selection |
title | For MKV files, this is the segment title, for AVI files, it is the file title. Note that MKV segment titles are stored in UTF-8, meaning that you can type whatever you like (again, except for klingon), whereas AVI only supports ANSI, meaning you should stick to languages using the character set of the language locally installed on your Windows system |
delay of audio stream | Indicates the delay of the selected audio stream. If you type some delay there, without selecting any audio stream before, that setting will be ignored. Values greater than 0 delay the stream, Values below 0 remove the beginning of the stream.
|
switch to protocol | Display the protocol, which contains information about recent muxing processes. You can leave the protocol view by again right-clicking onto the dialog. |
save configuration | Saves a skript file which allows to restore the current state of the program, including all settings, all open files, all selected video sources, audio sources and subtitle streams, names and delays of streams. Beginning with v1.17.5, restoring file and stream order is supposed to work correctly. When there are chapters, and additional chapter xml file will be created. The amg file will load this chapter file. |
immediately add audio sources | When this setting is enabled (which is default), an audio source will be created automatically from each audio file you open. This, of course, does not allow to join several audio files to one audio source. When you disable this setting, no audio source will be created from audio files you load, so that you can join several audio files to one audio source. See joining files. |