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

14 lines
225 B
Ruby

#!/usr/bin/ruby -w
class T_0300ts_dts_duplicate_timestamps < Test
def description
"mkvmerge / MPEG TS with DTS-HD MA"
end
def run
merge "-D -S -a 1,2 data/ts/h264_dts_hd_ma_pgsub.m2ts"
hash_tmp
end
end