mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
39cb977f1c
Flushing after each packet goes belly up for E-AC3 tracks in which the core and the extension arrive in separate packets. There are M2TS files for which this is the case.
7 lines
258 B
Ruby
Executable File
7 lines
258 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_486m2ts_eac3_with_extension_in_own_packet
|
|
describe "mkvmerge / M2TS with E-AC3 with core/extension each in their own packets"
|
|
|
|
test_merge "data/ts/hd_dolby_digital_plus_lossless_E-AC3_7.1.m2ts", :args => "--no-video --disable-lacing"
|