2004-08-19 19:37:07 +00:00
|
|
|
#!/usr/bin/ruby -w
|
|
|
|
|
|
|
|
class T_009realvideo_3 < Test
|
|
|
|
def initialize
|
|
|
|
@description = "mkvmerge / audio and video / in(RealVideo 3 and RealAudio)"
|
|
|
|
end
|
|
|
|
|
|
|
|
def run
|
2004-08-22 14:28:12 +00:00
|
|
|
merge("data/rv3.rm")
|
2004-08-19 19:37:07 +00:00
|
|
|
return hash_tmp
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|