mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
14 lines
214 B
Ruby
14 lines
214 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0274h264_in_nalus_in_avi < Test
|
|
def description
|
|
return "mkvmerge / h264 in NALUs inside AVI"
|
|
end
|
|
|
|
def run
|
|
merge "data/avi/h264-in-nalus.avi"
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|