> 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.).
_______________________________________________
MEncoder-users mailing list
MEncoder-users@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
No comments:
Post a Comment