mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 21:03:57 +00:00
9 lines
260 B
Ruby
Executable File
9 lines
260 B
Ruby
Executable File
#!/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"
|