mkvtoolnix/tests/test-0301ts_pgssub.rb

14 lines
209 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0301ts_pgssub < Test
def description
"mkvmerge / MPEG TS with HDMV PGS subtitles"
end
def run
merge "-A -D data/ts/h264_dts_hd_ma_pgsub.m2ts"
hash_tmp
end
end