ShiftMediaProject / x264

Unofficial X264 with added custom native Visual Studio project build tools. X264: A free software library and application for encoding video streams into the H.264/MPEG-4 AVC format.

Home Page:http://www.videolan.org/developers/x264.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting dependency of P frame on I frame only

spaul13 opened this issue · comments

I have a doubt on x264 encoding which you have used.

If I have IP_1P_2P_3 IPPP some kind of this GOP from the x264 encoded output. Then in general, P_3 will be dependent on I, P_1 and P_2, P_2 will be dependent on I and P_1 (a cumulative encoding).

can you give me any ideas how can I support direct encoding so that all P_1, P_2, P_3 will be only dependent on the I frame?

This is the wrong location for questions such as that. For issues relating to x264 itself you should inquire through the official channels provided by the upstream x264 project (via videolan).