mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
14 lines
196 B
Ruby
14 lines
196 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0012ssa < Test
|
|
def description
|
|
return "mkvmerge / subtitles / in(SSA)"
|
|
end
|
|
|
|
def run
|
|
merge("data/subtitles/ssa-ass/fe.ssa")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|