mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
1f7f3ef02b
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.
8 lines
365 B
Ruby
Executable File
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"
|