mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
15 lines
257 B
Ruby
Executable File
15 lines
257 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_013vobsubs < Test
|
|
def initialize
|
|
@description = "mkvmerge / subtitles / in(VobSub)"
|
|
end
|
|
|
|
def run
|
|
sys("mkvmerge --engage no_variable_data -o " + tmp +
|
|
" data/ally1-short.idx")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|