mkvtoolnix/tests/test-516hevc_rap_sample_grouping.rb
Moritz Bunkus 571343f2af MP4 reader: support random access point sample grouping
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.
2015-12-28 12:55:09 +01:00

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"