mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 21:03:57 +00:00
14 lines
216 B
Ruby
14 lines
216 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_229rav3_in_rm < Test
|
|
def description
|
|
return "mkvmerge / RealAudio v3 in RealMedia / in(RM)"
|
|
end
|
|
|
|
def run
|
|
merge("data/rm/ra3_in_rm_file.rm", 1)
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|