<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Okay thanks for quick responding :)<div class=""><br class=""></div><div class="">I’ve another question, as per my understanding for the H264 decoding technique, the I-frame (a.k.a. key frame) is the actual full frame, the P-frame is the one predicted from the previous I-frame and finally the B-frame is some kind of interpolation between frames. Now If, in the h264_decode_frame function, I changed each I-frame to be let’s say blue frame, why the video isn’t all blue? I see a lot of blocks from the original video scene!<div class="">
<br class="Apple-interchange-newline"><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">Best Regards,</span><br style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; display: inline !important; float: none;" class="">Ibrahim Radwan</span>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On Jan 27, 2019, at 02:40, Carl Eugen Hoyos <<a href="mailto:ceffmpeg@gmail.com" class="">ceffmpeg@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">2019-01-26 21:04 GMT+01:00, Ibrahim Radwan <<a href="mailto:i.radwan1996@gmail.com" class="">i.radwan1996@gmail.com</a>>:<br class=""><br class=""><blockquote type="cite" class="">I would like to edit the decoder function of the h264 codec, in order to<br class="">test what I’m doing, I’m trying to av_log anything inside this function<br class="">"h264_decode_frame", and whenever I try to play any video, this function<br class="">should be called (as per my understanding), but the logging doesn’t occur at<br class="">all!<br class=""></blockquote><br class="">This function is called (once) for each H.264 frame if you use<br class="">software decoding with libavcodec.<br class=""><br class="">Carl Eugen<br class="">_______________________________________________<br class="">Libav-user mailing list<br class=""><a href="mailto:Libav-user@ffmpeg.org" class="">Libav-user@ffmpeg.org</a><br class="">http://ffmpeg.org/mailman/listinfo/libav-user<br class=""><br class="">To unsubscribe, visit link above, or email<br class="">libav-user-request@ffmpeg.org with subject "unsubscribe".</div></div></blockquote></div><br class=""></div></body></html>