mkvtoolnix/tests/test-0300ts_dts_duplicate_timestamps.rb

14 lines
225 B
Ruby
Raw Normal View History

2011-09-18 13:46:35 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0300ts_dts_duplicate_timestamps < Test
2011-09-18 13:46:35 +00:00
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