mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
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"
|