diff options
author | John Stebbins <[email protected]> | 2017-11-09 13:43:53 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-09 13:43:53 -0800 |
commit | 65597ee7f4bfa11838d815fceb6bc6dd24150c1f (patch) | |
tree | d044e1fb014797b4526508d4d423194079d746a5 /preset/preset_template.json | |
parent | 86d6345771e3b2fb22255620aa91cf77fdf15f10 (diff) |
Add adaptive streaming support (#972)
"Adaptive streaming" allows changing video parameters mid-stream at IDR
boundaries. Such changes require new SPS and PPS NALs at the IDR. MP4
supports this with 'avc3' and 'hev1' sample entry types.
Diffstat (limited to 'preset/preset_template.json')
-rw-r--r-- | preset/preset_template.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/preset/preset_template.json b/preset/preset_template.json index 4e5389230..ae96e2172 100644 --- a/preset/preset_template.json +++ b/preset/preset_template.json @@ -38,6 +38,7 @@ "FileFormat": "mp4", "Folder": false, "FolderOpen": false, + "InlineParameterSets": false, "Mp4HttpOptimize": false, "Mp4iPodCompatible": false, "PictureAutoCrop": true, |