mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
568affaaf4
See #1883, where this problem first came to light, even though 1883 itself was about another problem.
10 lines
258 B
Ruby
Executable File
10 lines
258 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_582reading_mp4_with_and_without_track_order
|
|
describe "mkvmerge / reading MP4 with and without the --track-order parameter"
|
|
|
|
file = "data/mp4/text-track-subtitles.mp4"
|
|
|
|
test_merge file
|
|
test_merge file, :args => "--track-order 0:0,0:1"
|