Azure / azure-media-migration

Azure Media Migration Tool
https://github.com/Azure/azure-media-migration
MIT License
11 stars 15 forks source link

Take use the default segment duration with ShakaPackager instead of h… #179

Closed weibz closed 1 year ago

weibz commented 1 year ago

…ard-coded 2s

Description:

Remove option --segment_duration 2 from the command line of ShakaPackager, so that the default segment duration is used when ShakaPackager generates the final cmaf mp4 files for audio/video tracks.

The default 6s is also recommended by the HLS spec for VOD content, the HLS playlist file also has smaller size than working with 2s duration, It has less chance to generate a final segment duration with much bigger duration than average one, especially when input asset contains GOP of 3.9x second while most of them are 2s.