0

I am using azure media service Video indexer widget in my application. Is there any option to obtain multi bit rates of video when we upload videos in Video indexer (just like we have in azure media service streaming policy "Predefined_DownloadandClearStreaming").

I have also checked the output asset which is created after video indexing , dose not provide same video download links as it do while using encoding job on input asset.

Thanks in advance

S.tab
  • 3
  • 2

2 Answers2

0

There is an option for multi-bit rates when uploading a video. Called in Video Indexer "Adaptive bitrate". You can find it under the 'Advance options'. For more information you can read here: streamingPreset

When uploading under "Advance options"

  • Thanks @Itai for for answer. I have tried this option, but the asset so created after re indexing , video encodes only in 1280X720 . How can i get further lower bit-rate encoded video? – S.tab Mar 18 '21 at 10:42
0

@s-tabassum If the single bitrate is chosen, then we either encode to H264 Single Bitrate 4x3 SD if the video’s height is less than 720, and use H264 Single Bitrate 720p otherwise (>= 720p). If the adaptive bitrate is chosen, then we use Content-Aware Encoding, which includes layers with a lower resolution.