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