mkvtoolnix/tests/test-297mpeg_transport_streams.rb

15 lines
299 B
Ruby
Raw Normal View History

2011-09-13 09:31:49 +00:00
#!/usr/bin/ruby -w
class T_297mpeg_transport_streams < Test
def description
"mkvmerge / MPEG transport streams"
2011-09-13 09:31:49 +00:00
end
def run
2011-09-15 20:52:47 +00:00
%w{hd_distributor_regency.m2ts hd_other_sony_the_incredible_game.m2ts}.
map { |file| merge "data/ts/#{file}", 1 ; hash_tmp }.
join('-')
2011-09-13 09:31:49 +00:00
end
end