mkvtoolnix/tests/test-320ts_aac.rb
2011-10-22 14:04:28 +02:00

14 lines
187 B
Ruby

#!/usr/bin/ruby -w
class T_320ts_aac < Test
def description
"mkvmerge / MPEG transport streams with AAC"
end
def run
merge "data/ts/avc_aac.ts", 1
hash_tmp
end
end