mkvtoolnix/tests/test-0039X_flac.rb
2021-07-07 16:10:13 +02:00

13 lines
163 B
Ruby

#!/usr/bin/ruby -w
class T_0039X_flac < Test
def description
return "mkvextract / FLAC (native) / out(FLAC)"
end
def run
xtr_tracks_s 4
end
end