mkvtoolnix/tests/test-013vobsubs.rb

14 lines
200 B
Ruby
Raw Normal View History

2004-08-19 19:37:07 +00:00
#!/usr/bin/ruby -w
class T_013vobsubs < Test
2004-08-25 17:23:07 +00:00
def description
return "mkvmerge / subtitles / in(VobSub)"
2004-08-19 19:37:07 +00:00
end
def run
2004-08-30 22:17:55 +00:00
merge("data/vobsub/ally1-short.idx")
2004-08-19 19:37:07 +00:00
return hash_tmp
end
end