mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
215 B
Ruby
14 lines
215 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_294vobsub_negative_delay < Test
|
||
|
def description
|
||
|
"mkvmerge / VobSub with negative \"delay\" fields"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "data/vobsub/House.S07E22.idx"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|