Skip to content

Separating HLS files based on their resolution #240

@dev-muyiwa

Description

@dev-muyiwa

When I create a MediaConvert Job to generate Apple HLS outputs from and input test.mp4 for 360p, 540p and 720p resolutions with their named modifiers set as _360, _540and _720 respectively, the files are all stored in this format:
test_360.m3u8, test_540.m3u8, test_720.m3u8 and test.m3u8 (for the sake of simplicity). Isn't there a way to separate the files into folders based off their resolutions? Like <s3 bucket URL>/test/360p/0001.m3u8 for each resolution as storing everything in a single folder is quite messy.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions