mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
8 lines
182 B
Ruby
8 lines
182 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_460truehd
|
||
|
describe "mkvmerge / TrueHD"
|
||
|
|
||
|
test_merge "data/truehd/blueplanet.thd", :args => "-a 0"
|
||
|
test_merge "data/truehd/blueplanet.thd+ac3", :args => "-a 0"
|