mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
571343f2af
The current MP4 specs (ISO/IEC 14496-15:2015) say that open GOP random access points aren't normal sync entries anymore. Therefore such frames aren't present in the normal key frame table anymore. Instead sample grouping information of type "rap " (random access point) is used for signalling that decoding can start from those frames, too. Fixes #1543.
6 lines
197 B
Ruby
Executable File
6 lines
197 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_516hevc_rap_sample_grouping
|
|
describe "mkvmerge / MP4 with random access point sample grouping information for key frames"
|
|
test_merge "data/mp4/hevc_rap_sample_grouping.mp4"
|