gpt4 book ai didi

ffmpeg - 无损视频到 h.265 - [错误] : main10 profile not compatible with i422 input chroma subsampling

转载 作者:行者123 更新时间:2023-12-04 23:21:04 38 4
gpt4 key购买 nike

我有一个无损.mov视频,我正在尝试使用 h.265 对 firetv 和其他一些 android 电视设备进行编码。他们支持的规范是:
基于他们的原生 H.265 支持,我正在尝试导出 Main 10 Profile with level 4.1 .
我正在运行的命令是:

ffmpeg -i 001_lossless.mov -c:v libx265 -preset slow -profile:v main10 -level:v 4.1 -c:a aac -b:a 128k output.mp4
这会产生以下错误:
x265 [error]: main10 profile not compatible with i422 input chroma subsampling.
解决此问题的最佳方法是什么?我也可以请求不同格式的无损视频,但我不确定要什么。

最佳答案

解决方案是添加一个附加参数:-pix_fmt yuv420p

关于ffmpeg - 无损视频到 h.265 - [错误] : main10 profile not compatible with i422 input chroma subsampling,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66328252/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com