mkvtoolnix/tests/test-231X_ac3_header_removal.rb
2015-09-22 20:42:51 +02:00

13 lines
252 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_231X_ac3_header_removal < Test
def description
return "mkvextract / raw AC-3 with header removal / out(AC-3)"
end
def run
xtr_tracks "data/ac3/ac3_header_removal.mka", "0:#{tmp}"
return hash_tmp
end
end