Le 04/07/2025 à 14:36, James Almer wrote :
On 7/2/2025 7:57 AM, Timothee wrote:
Hello,
I am working on a modification toextract per-macroblock prediction
modes (H.264 for now). The goal is to make this information available
to vf_codecview and print it in a log file (for now).
This are what I have added:
1.
A new H264MBInfostruct holding the prediction modes.
Isn't this what libavutil/video_enc_params.h is for? Or if needed,
what it could be extended to handle?
I was focusing on H.264 so it seemed wrong to put it in
libavutil/video_enc_params.h. But now that I want to make it more
generic to be compatible with other codecs, that seems to be the correct
place.
Thanks,
Timothée
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".