mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
f5b77454e1
Part of an implementation of #1107.
9 lines
270 B
Ruby
Executable File
9 lines
270 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_461truehd_from_mpeg_ts
|
|
describe "mkvmerge / TrueHD+AC3 from MPEG transport streams"
|
|
|
|
test_merge "data/ts/blue_planet.ts", :args => "-a 2,3"
|
|
test_merge "data/ts/blue_planet.ts", :args => "-a 2"
|
|
test_merge "data/ts/blue_planet.ts", :args => "-a 3"
|