mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
9 lines
175 B
Ruby
9 lines
175 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_439pcm_in_m2ts
|
||
|
describe "mkvmerge / PCM in M2TS"
|
||
|
|
||
|
%w{pcm_48khz_2ch_16bit pcm_48khz_5.1ch_32bit}.each do |file|
|
||
|
test_merge "data/ts/#{file}.m2ts"
|
||
|
end
|