mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
7 lines
387 B
Ruby
Executable File
7 lines
387 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_645ogg_opus_first_timestamp_negative
|
|
describe "mkvmerge / Ogg Opus with first granulepos being smaller than number of samples in packet = negative first timestamp"
|
|
test_merge "data/opus/first-timestamp-negative.opus", :args => "--timestamp-scale 1000000"
|
|
test_merge "data/opus/first-timestamp-negative.opus", :args => "--timestamp-scale 1000000 --disable-lacing"
|