mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
241 B
Ruby
14 lines
241 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_046X_chapters < Test
|
|
def description
|
|
return "mkvextract / chapters / out(XML)"
|
|
end
|
|
|
|
def run
|
|
sys("../src/mkvextract chapters data/mkv/complex.mkv > #{tmp} 2>/dev/null")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|