mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
14 lines
217 B
Ruby
14 lines
217 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0010realvideo_4 < Test
|
|
def description
|
|
return "mkvmerge / audio and video / in(RealVideo 4 and RealAudio)"
|
|
end
|
|
|
|
def run
|
|
merge("data/rm/rv4.rm")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|