mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
e72a2307c6
Part of an implementation of #1107.
13 lines
391 B
Ruby
Executable File
13 lines
391 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_460truehd
|
|
describe "mkvmerge / TrueHD"
|
|
|
|
test_merge "data/truehd/blueplanet.thd"
|
|
test_merge "data/truehd/blueplanet.thd", :args => "-a 0"
|
|
|
|
test_merge "data/truehd/blueplanet.thd+ac3"
|
|
test_merge "data/truehd/blueplanet.thd+ac3", :args => "-a 0"
|
|
test_merge "data/truehd/blueplanet.thd+ac3", :args => "-a 1"
|
|
test_merge "data/truehd/blueplanet.thd+ac3", :args => "-a 0,1"
|