Media (Intel® 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 Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

HEVC NO P frame

马__域
Beginner
512 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
512 Views

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

0 Kudos
yu__luo
Beginner
512 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.

0 Kudos
Reply