mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
15 lines
300 B
Ruby
15 lines
300 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0297mpeg_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
|
|
|