mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-08 11:11:51 +00:00
14 lines
208 B
Ruby
14 lines
208 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_301ts_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
|
||
|
|