mkvtoolnix/tests/test-0297mpeg_transport_streams.rb

15 lines
300 B
Ruby
Raw Normal View History

2011-09-13 09:31:49 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0297mpeg_transport_streams < Test
2011-09-13 09:31:49 +00:00
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