mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
13 lines
240 B
Ruby
Executable File
13 lines
240 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
class T_0232h264_changing_sps_pps < Test
|
|
def description
|
|
return "mkvmerge / H.264 with changing SPS/PPS NALUs / in(h264)"
|
|
end
|
|
|
|
def run
|
|
merge("data/h264/changing-sps-pps.h264")
|
|
return hash_tmp
|
|
end
|
|
end
|