mkvtoolnix/tests/test-0582reading_mp4_with_and_without_track_order.rb
2021-07-07 16:10:13 +02:00

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"