mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
187 B
Ruby
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
|
||
|
|