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 height adjustement in 1080

svutran
Novice
768 Views

Hi,

 

I am currently working with the sample_encode application to encode 1920x1080 videos in HEVC. There is currently 8 extra lines that are being added at the bottom of the video during encoding in order to have a height of a multiple of 16.

 

In HEVC, there is supposed to be a way to also have a height of a multiple of 8. Is there a way to enable this and to not have extra lines added at the bottom of the frame?

 

Thanks

0 Kudos
5 Replies
AlekhyaV_Intel
Moderator
750 Views

Hi,


Thank you for posting in Intel Communities. We have tried the sample_encode demo with a couple of videos with different resolutions & observed that the resolution of a video is increased by few lines to make it a multiple of 16. We are working on this internally to check if it is possible to have a resolution which is a multiple of 8. We'll get back to you with an update.


Regards,

Alekhya


Dmitry_E_Intel
Employee
712 Views

Hi @svutran ,

 

Please use PicWidthInLumaSamples and PicHeightInLumaSamples  to specify coded picture size.

 

Regards,

Dmitry

AlekhyaV_Intel
Moderator
673 Views

Hi,


Has the solution provided helped? Could you please give us an update regarding this issue?


Regards,

Alekhya


svutran
Novice
642 Views

We used instead -lowpower:on option on the sample_encode and no extra lines were added. It works.

AlekhyaV_Intel
Moderator
610 Views

Hi,


Glad to know that your issue is resolved. Thanks for sharing the solution with us. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.


Regards,

Alekhya



Reply