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.
我正在使用带有 ffmpeg(版本 2.7.2)的 HEVC 编解码器。由于我无法编写单行命令来读取/保存每个 CU 和帧的量化转换系数,我想知道是否有人可以帮助我修改 libavcodec 库中的原始文件?
没有可用于保存量化系数的 CLI 选项。如果您需要为此修改源代码,下面的函数是正确的起点
hls_transform_unit() @libavcodec\hevc.c