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
3030 Discussions

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

dotnettest
Beginner
215 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
215 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