mkvtoolnix/tests/test-0320ts_aac.rb

14 lines
188 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
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