mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
9 lines
260 B
Ruby
9 lines
260 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_518mlp
|
||
|
describe "mkvmerge / MLP from elementary streams and Matroska"
|
||
|
|
||
|
base = tmp
|
||
|
test_merge "data/truehd/god-save-the-queen.mlp", output: "#{base}-1", keep_tmp: true
|
||
|
test_merge "#{base}-1", output: "#{base}-2"
|