Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 C 中的 ffmpeg 将视频帧编码为 H264 格式。在配置编码器属性时,我看不到如何将帧编码方法设置为 CABAC(无损)。任何的想法?
提前致谢。
将coder_type编码器上下文的值设置为FF_CODER_TYPE_AC。
coder_type
FF_CODER_TYPE_AC