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.

Minimum frame size for H.264 encode

jrberry
Beginner
794 Views

Are there minimum dimensions that the encoder will take for width x height?

I've tried to set them to 320x192, but MFXVideoENCODE_Init bumps it up to 480x272.

0 Kudos
2 Replies
celli4
New Contributor I
794 Views
I have definitely had 320x180 encoding working. Specifically, this 62 megabyte video found on this page: http://www.bigbuckbunny.org/index.php/download/ With the title: "IPod 5G 320×180, 62 MB" Maybe there are other factors or variables at play. You might try sample_decode/sample_encode on the Big Buck Bunny video to convince your self that is not a constraint. (I have gone through this process.) Please let us know what you find out. Cameron Elliott
0 Kudos
jrberry
Beginner
794 Views
Thanks for verifying that it is supported. When I read your post, I realized what was going on. I need to use a custom SPS/PPS. The SPS that I was using clashed with the input parameters. Now the custom SPS's match the encoding parameters and all is well.
0 Kudos
Reply