mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
75e42c5ae9
This allows detection of such tracks which contain very few frames. Fixes #2732.
6 lines
228 B
Ruby
Executable File
6 lines
228 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_689mpeg_ts_mpeg_2_two_frames_only
|
|
describe "mkvmerge / MPEG transport stream with MPEG-2 video with two frames only"
|
|
test_merge "data/ts/mpeg_2_two_frames.m2ts", :args => "--no-audio --no-subtitles -d 0"
|