mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
97427d2fd0
The currently queued frames must be flushed before either a progressive key frame or before the first field of an interlaced key frame. The first field may also be the bottom field even though that is rare.
6 lines
187 B
Ruby
Executable File
6 lines
187 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_542h264_interlaced_bottom_field_first
|
|
describe "mkvmerge / AVC/h.264 interlaced with bottom field first"
|
|
test_merge "data/h264/interlaced-bottom-field-first.h264"
|