mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-30 14:58:50 +00:00
14 lines
193 B
Ruby
14 lines
193 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_226h264 < Test
|
||
|
def description
|
||
|
return "mkvmerge / h264 raw / in(h264)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/h264/IcePrincess.h264")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|