mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
13 lines
161 B
Ruby
13 lines
161 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0044X_srt < Test
|
|
def description
|
|
return "mkvextract / SRT text subs / out(SRT)"
|
|
end
|
|
|
|
def run
|
|
xtr_tracks_s 8
|
|
end
|
|
end
|
|
|