mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
240 B
Ruby
14 lines
240 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_232h264_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
|
|
|