简体   繁体   中英

HEVC transform quantized coefficients using ffmpeg

i'm using the HEVC codec with ffmpeg(version 2.7.2 ). Since I'm not able to write a one-line command in order to read/save the quantized transformed coefficients for each CU and frame, I would like to know if anyone can help me modify the original files in the libavcodec library?

No CLI option available to save the quantized coefficients. If you need to modify the source code for this purpose, below function is the right place to start with

hls_transform_unit() @ libavcodec\\hevc.c

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM