ogmmerge --version (return code: 0)
ogmmerge v1.5
ogmmerge --help (return code: 0)
ogmmerge -o out [global options] [options] <file1> [[options] <file2> ...]
Global options:
-v, --verbose verbose status
-q, --quiet suppress status output
-o, --output out Write to the file 'out'.
Options for each input file:
-a, --astreams <n,m,...> Copy the n'th audio stream, NOT the stream with
the serial number n. Default: copy all audio
streams.
-d, --vstreams <n,m,...> Copy the n'th video stream, NOT the stream with
the serial number n. Default: copy all video
streams.
-t, --tstreams <n,m,...> Copy the n'th text stream, NOT the stream with
the serial number n. Default: copy all text
streams.
-A, --noaudio Don't copy any audio stream from this file.
-D, --novideo Don't copy any video stream from this file.
-T, --notext Don't copy any text stream from this file.
-s, --sync <d[,o[/p]]> Synchronize, delay the audio stream by d ms.
d > 0: Pad with silent samples.
d < 0: Remove samples from the beginning.
o/p: Adjust the timestamps by o/p to fix
linear drifts. p defaults to 1000 if
omitted. Both o and p can be floating point
numbers.
-r, --range <s-e> Only process from start to end. Both values
take the form 'HH:MM:SS.mmm' or 'SS.mmm',
e.g. '00:01:00.500' or '60.500'. If one of
s or e is omitted then it defaults to 0 or
to end of the file respectively.
-c, --comment 'A=B#C=D' Set additional comment fields for the
streams. Sensitive values would be
'LANGUAGE=English' or 'TITLE=Ally McBeal'.
-f, --fourcc <FOURCC> Forces the FourCC to the specified value.
Works only for video streams.
--omit-empty-packets Omit the empty subtitle packets.
--old-headers Assume OGM files have been created with
an older version of ogmmerge ( < 1.1).
--nav-seek <filename> Use an external AVI index file as generated by
aviindex from transcode.
Other options:
-l, --list-types List supported input file types.
-h, --help Show this help.
-V, --version Show version information.