I have a test.mp4 file (for example). I need to convert it so that there was an option to select the quality on the client-side in the player.
For example, if the video is in 4k resolution, then the client should be able to select the quality of auto, 4k, 1080p, 720p, and 480p. If the video is 1080p, the choice should be auto, 1080p, 720p and 480p. And so on.
I know I should choose to convert to Apple HLS and get an m3u8 file in the output. Tried using ABR, but that's not what I need.
I use AWS MediaConvert to convert.