mkvtoolnix/tests/test-0320ts_aac.rb
2021-07-07 16:10:13 +02:00

14 lines
188 B
Ruby

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