mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
254 B
Ruby
14 lines
254 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_204wavpack_without_correctiondata < Test
|
||
|
def description
|
||
|
return "mkvmerge / audio only / WavPack without correction data (*.wv)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/wp/without-correction.wv")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|