mkvtoolnix/tests/test-352timecode_scale_auto_libmatroska_assert.rb
Moritz Bunkus 1f7f3ef02b mkvmerge: accept --timestamp* in addition to --timecode*
Part of an ongoing effort to replace the use of the term `timecode`
with `timestamp`. Timecodes have a very specific meaning in the
audio/video world, and it's not what MKVToolNix has been using the
term for.
2017-10-04 14:51:41 +02:00

8 lines
365 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_352timecode_scale_auto_libmatroska_assert
describe "mkvmerge / wrong calculation of max ns per cluster with --timecode-scale -1"
test_merge "data/mp4/timecode-scale-1.mp4 data/mp4/timecode-scale-1.ogg", :args => "--timecode-scale -1"
test_merge "data/mp4/timecode-scale-1.mp4 data/mp4/timecode-scale-1.ogg", :args => "--timestamp-scale -1"