[MEncoder-users] Encodes for slow laptop
R.L. Horn
lists at eastcheap.org
Mon Jun 16 05:22:26 CEST 2008
On Sun, 15 Jun 2008, Diogo Franco wrote:
> mkvmerge -o "$OUT" "$VIDEO" "$AUDIO" -y 2:$DELAY
Some of the mkvmerge semantics are a little confusing. That should
probably be:
mkvmerge -o "$OUT" "$VIDEO" -y 0:$DELAY "$AUDIO"
The TID specified for -y (and lots of other mkvmerge options) is the TID
of the desired track in the subsequently specified input file (that is,
one of the TIDs returned by "mkvmerge -i something.ogg", "mkvmerge -i
something.mp3", etc.).
More information about the MEncoder-users
mailing list