简体   繁体   English

特定设备的比特率质量级别

[英]bitrate quality level for specific device

I'm looking mediaconvert service from aws to transcode videos.我正在寻找 aws 的 mediaconvert 服务来转码视频。 The value I'm trying to set just now is quality level (QL) for QVBR, according with this it could depends on the platform, for example for 720p/1080p resolution it proposes QL=8/9 (for TV), QL=7 (for tablet), QL=6 (for smartphone).我刚才尝试设置的值是 QVBR 的质量级别 (QL), 据此它可能取决于平台,例如对于 720p/1080p 分辨率,它建议 QL=8/9(对于电视),QL= 7(对于平板电脑),QL=6(对于智能手机)。

In fact, the app have a version for the 3 type of devices then I'm asking: I need to keep 3 versions for the same video?事实上,该应用程序有适用于 3 种类型设备的版本,那么我要问:我需要为同一视频保留 3 个版本吗? I want to save some money in streaming and my app has similar number of users using it in each platform, I want to save in bandwidth but providing good quality videos我想在流媒体上省点钱,我的应用程序在每个平台上使用它的用户数量相似,我想节省带宽但提供高质量的视频

Higher QVBR quality levels (QL) correspond to higher bitrates in the output.较高的 QVBR 质量级别 (QL) 对应于输出中较高的比特率。

For a large display such as a TV, a higher QVBR QL is recommended to help improve the viewer experience.对于电视等大型显示器,建议使用更高的 QVBR QL 以帮助改善观看体验。 But when viewing the same content on a smaller display such as a phone you may not need all of those extra bits to still have a good experience.但是,当在手机等较小的显示器上查看相同的内容时,您可能不需要所有这些额外的位来获得良好的体验。

In general, it's recommended to create an output targeted for each of the various devices or resolutions content will be viewed on.通常,建议针对将在其上查看内容的各种设备或分辨率中的每一个创建输出。 This will help save bandwidth for the smaller devices while still delivering high quality for the larger ones.这将有助于为较小的设备节省带宽,同时仍然为较大的设备提供高质量。

This concept is referred to as Adaptive Bitrate (ABR) Streaming, and is a common feature of streaming formats such as HLS and DASH (among others).此概念称为自适应比特率 (ABR) 流式处理,是 HLS 和 DASH(以及其他)等流式处理格式的共同特征。 The MediaConvert documentation has a section on how to create ABR outputs as well: https://docs.aws.amazon.com/mediaconvert/latest/ug/video-abr-streaming-outputs.html MediaConvert 文档也有一个关于如何创建 ABR 输出的部分: https ://docs.aws.amazon.com/mediaconvert/latest/ug/video-abr-streaming-outputs.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase 分析特定设备? - Firebase profiling for a specific device? Sagemaker:如何调试Model监控(数据质量和model质量)? - Sagemaker: How to debug Model monitoring(data quality and model quality)? firebase 云消息是否允许将推送通知定位到特定设备/用户等 - Does firebase cloud messaging allow targeting of push notifications to a specific device/user etc 如何解决 Google Cloud Shell 中的“设备上没有剩余空间”错误? 是否有任何特定的云 shell 命令可以运行? - How to resolve the error 'No space left on device' in Google Cloud Shell? Is there any specific cloud shell command to run? firebase ML kit 美学照片质量 - firebase ML kit Aesthetic photo Quality 媒体录音机声音质量差 - Media recorder sound have poor quality Android Studio App Quality Insights 问题 - Android Studio App Quality Insights problem 由于“智能文档质量处理器”现在不可用,如何在 google document AI 中获取文档质量分数? - How to get the document quality score in google document AI as the "Intelligent document quality processor" is not available now? AWS Model 无端点质量监控 - Aws Model Quality Monitoring without Endpoints SageMaker:如何手动运行 Model 质量监控作业? - SageMaker: How to manually run a Model Quality Monitor Job?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM