mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
230 B
Ruby
14 lines
230 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}")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|