mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
13 lines
162 B
Ruby
13 lines
162 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_038X_ac3 < Test
|
|
def description
|
|
return "mkvextract / raw AC3 / out(AC3)"
|
|
end
|
|
|
|
def run
|
|
return xtr_tracks_s(4)
|
|
end
|
|
end
|
|
|