我尝试使用 hevc 编解码器对视频进行编码
./ffmpeg -i 1234.mp4 -vcodec hevc_videotoolbox -vb 1000k -acodec aac -ab 192k -sn 2.mp4
错误:
[hevc_videotoolbox @ 0x7fc681813a00] Error: cannot create compression session: -12908
[hevc_videotoolbox @ 0x7fc681813a00] Try -allow_sw 1. The hardware encoder may be busy, or not supported.
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
我尝试更改比特率,宽度,高度,错误仍然存在是否可以在我的 macbook air 2015 上编码视频?videotoolbox 不能使用我的旧 GPU 并且可以在最新的 macbook 上使用吗?