View Single Post
Old 15th March 2019, 10:11   #1561  |  Link
marcomsousa
Registered User
 
Join Date: Jul 2018
Posts: 80
Android Q introduces support for the open source video codec AV1. This allows media providers to stream high quality video content to Android devices using less bandwidth. In addition, Android Q supports audio encoding using Opus - a codec optimized for speech and music streaming, and HDR10+ for high dynamic range video on devices that support it.

The MediaCodecInfo API introduces an easier way to determine the video rendering capabilities of an Android device. For any given codec, you can obtain a list of supported sizes and frame rates using VideoCodecCapabilities.getSupportedPerformancePoints(). This allows you to pick the best quality video content to render on any given device.
__________________
AV1 win64 VS2019 builds
Last build here
marcomsousa is offline   Reply With Quote