Hallo,
bei dem oben genannten Tool gibt es einen Kommandozeilen-Parameter namens ‚–track-order‘, dessen Sinn ich irgendwie nicht in meinen Kopf kriege.
_ –track-order
This option changes the order in which the tracks for an input file are created. The argument is a comma separated list of pairs IDs. Each pair contains first the file ID which is simply the number of the file on the command line starting at 0. The second is a track ID from that file. If some track IDs are omitted then those tracks are created after the ones given with this option have been created._
Wie sind hier ‚file ID‘ und ‚track ID‘ voneinander zu unterscheiden?
Beispiel:
Wenn ich eine *.mkv-Videodatei und eine *.ac3-Tonspur in die GUI-Version des Tools lade, steht in der Tracks-Auflistung folgendes:
V\_MPEG4/ISO/AVC (ID 1, type: video) from movie.mkv (D:\projekt)
AC3 (ID 0, type: audio) from audio.ac3 (D:\projekt)
Lass ich dann davon die entsprechende Kommandozeile ausgeben, wird ‚–track-order‘ wie folgt parametrisiert:
--track-order 1:1,0:0
Weiss jemand, wie diese Zahlen zu interpretieren sind?
Viele Grüße
Andreas