mkvtoolnix/tests/test-689mpeg_ts_mpeg_2_two_frames_only.rb
Moritz Bunkus 75e42c5ae9
MPEG TS reader: flush MPEG-1/2 parser at end of probing
This allows detection of such tracks which contain very few frames.

Fixes #2732.
2020-01-26 12:42:35 +01:00

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"