mkvtoolnix/tests/test-297mpeg_transport_streams.rb
2011-09-17 00:45:43 +02:00

15 lines
299 B
Ruby

#!/usr/bin/ruby -w
class T_297mpeg_transport_streams < Test
def description
"mkvmerge / MPEG transport streams"
end
def run
%w{hd_distributor_regency.m2ts hd_other_sony_the_incredible_game.m2ts}.
map { |file| merge "data/ts/#{file}", 1 ; hash_tmp }.
join('-')
end
end