Hello all,

First of all, all of you are doing well and safe in this disturbed time.

I am running some experiments to see how making changes on an IDR frame
would take effect on the subsequent P and B frames in H264 code.

For the experiment, I am looking into the example code,
'doc/example/decode_video.c' and trying to access the decoded picture
buffer to modify some pixel values in the first decoded frame in the
buffer, which would affect the subsequent frames (P & B).

So far, I've accessed and tested 'DPB', 'ref_list', 'short_ref',
'long_ref', and 'default_ref_list', data fields in H264Context (
http://ffmpeg.org/doxygen/2.4/structH264Context.html) by making some
changes in their pixel values, but unfortunately expected changes on the
subsequent frames didn't occur.

As far as I understand the syntax of H264, specifically on the decoding
process in H264 codec, the decoding of P and B frames would happen by
referencing the frames in the decoded picture buffer. Could anyone give me
some guidance on where to look into this?

I've been struggling with this for months and It would be a tremendous help
if anyone can give me some tips.

Regards,

Duin
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to