mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
9 lines
250 B
Ruby
Executable File
9 lines
250 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_519truehd
|
|
describe "mkvmerge / TrueHD from elementary streams and Matroska"
|
|
|
|
base = tmp
|
|
test_merge "data/truehd/blueplanet.thd", output: "#{base}-1", keep_tmp: true
|
|
test_merge "#{base}-1", output: "#{base}-2"
|