mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
5da6ef011a
This also adds a new command line option --reduce-to-core. Part of the implementation of #1107.
8 lines
269 B
Ruby
Executable File
8 lines
269 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_462dtshd_reduce_to_core
|
|
describe "mkvmerge / reducing DTS HD tracks to their core"
|
|
test_merge "data/dts/dts-hd.dts"
|
|
test_merge "data/dts/dts-hd.dts", :args => "--reduce-to-core 0"
|
|
test_merge "data/dts/dts-hd.dts", :args => "--reduce-to-core -1"
|