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.
3058 Discussions

Is it possible to encode 3d side-by-side 3840X1080 resolution

dotnettest
Beginner
368 Views
Hi,
Is it possible to encode side-by-side resolution that merge two video source (2560*720, 3840*1080)?
Is there any restrict for aspect ratio?

Thanks
Eric
0 Kudos
1 Reply
IDZ_A_Intel
Employee
368 Views

Hardware acceleration is limited to the following frame sizes:

Encode:

1920x1152 (for max width resolution)

1856x1200 (for max height resolution)


Decode:

1920x1088


Larger resolutions will fall back to the software implementation. Encoder and decoder initialization will return MFX_WRN_PARTIAL_ACCELERATION if the hardware cannot support the frame size.


Related threads which may be of interest:

http://software.intel.com/en-us/forums/showthread.php?t=83570

http://software.intel.com/en-us/forums/showthread.php?t=83014


Aspect ratio limitations are described along with mfxFrameInfo AspectRatioW/AspectRatioH in the manual.


Please let us know if you have any more questions.

Regards,

Jeff

0 Kudos
Reply