Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

HEVC NO P frame

马__域
Beginner
296 Views

Hi, 

I run sample_encode on windows. I set the command arguments as follows: 

h265 -i D:\yuv\rpd_720p_slow.yuv -o output.h265 -w 1280 -h 720 -b 10000 -nobref -x 1 -u speed -p e5400a06c74d41f5b12d430bbaa23d0b

I expect hevc encoder output I P P P P P P...., but it's output is I BBBBBB.  I set GopRefDist = 1

0 Kudos
2 Replies
Dmitry_E_Intel
Employee
296 Views

HEVCe on Windows doesn't support P frames so low delay B frames (without L1 references) are used instead.

yu__luo
Beginner
296 Views

Dmitry E. (Intel) wrote:

HEVCe on Windows doesn't support P frames so low delay B frames (without L1 references) are used instead.

I saw one of your colleagues said that you don't support the P frame, but there is a workaround method. Can you provide it? I really need it.

Reply