我想编码HEVC视频,以便在我的Android手机上播放。
来自anroid的in this page说只有Lollipop +会支持HEVC。和简介:主要,3级。
但ffmpeg编码x265不支持分析。我知道this question的一些答案,但那是针对Profile main10的。我需要-x265-param for profile:main,Level:3。
此选项适用于个人资料主要级别10:
-x265-params keyint = 1:ref = 1:no-open-gop = 1:weightp = 0:weightb = 0:cutree = 0:rc-lookahead = 0:bframes = 0:scenecut = 0:b -adapt = 0:repeat-headers = 1
3级怎么样?
答案 0 :(得分:0)
为级别3.0添加level-idc=30
到x265-params。实际水平设定可能较低,这很好。如果您使用最新的git build或4.0版本,则可以将-profile main
添加到命令以设置配置文件。