shaka-packager/packager/media/test
Kongqun Yang 277c5b23c0 Allow generating avc3 / hev1 from TS and Wvm files
Added a flag --strip_parameter_set_nalus. When enabled, parameter
set NAL units, SPS/PPS for H264 and SPS/PPS/VPS for H265, are stripped
from frames when converting NAL byte stream (AnnexB stream) to NAL
unit stream, which generates avc1/hvc1; otherwise they are not
stripped, and avc3/hev1 is generated.

Parameter set NAL units should not be stripped if they are varying
in the frames otherwise the frames may fail to be decoded.

The flag is enabled by default as we don't usually see varying
SPS/PPS/VPS and it is more space efficient with them stripped.

Set --strip_parameter_set_nalus=false to disable the flag if there
are varying SPS/PPS/VPS in the frames. This addresses #206.

Change-Id: I34bde6f33069f9f77d51a510b39f58a0f0e141aa
2017-03-23 13:53:14 -07:00
..
data Allow generating avc3 / hev1 from TS and Wvm files 2017-03-23 13:53:14 -07:00
media_test.gyp MacOSX: Fix run_all_unittests target name conflict 2016-01-22 18:50:05 -08:00
packager_test.cc Integrate EncryptionHandler 2017-03-23 18:25:59 +00:00
run_tests_with_atexit_manager.cc LOG_TO_SYSTEM_DEBUG_LOG instead of a file 2016-08-31 14:50:23 -07:00
test_data_util.cc Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00
test_data_util.h Rename top level namespace to shaka 2016-05-24 21:55:55 +00:00