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.

How to use deinterlace algorithm

roye_t_
Beginner
434 Views

Hi,

Intel Media Samples 6.0.0.98947 , sample_vpp .
There is no instance of the deinterlace algorithm.
How to set the parameters, and what does the mean :
pParams->deinterlaceParam.tc_pattern ?
pParams->deinterlaceParam.tc_pos ?
pParams->deinterlaceParam.algorithm (MFX_DEINTERLACING_BOB);
 
Thanks
0 Kudos
2 Replies
Shaojuan_Z_Intel
Employee
434 Views

Hi Roye,

As to set the parameters, you may take a look at the readme-vpp.pdf for more information, in particular, -spic and -dpic options for setting source and destination picture structure. tc_pattern means TelecinePattern, tc_pos means TelecineLocation, and MFX_DEINTERLACING_BOB means using BOB deinterlacing algorithm. 

Looks like you are using old samples. The current sample version is 6.0.0.68, which can be downloaded here. There are some bug fixes in the latest release, and it is recommended to use the latest version. Thanks!

0 Kudos
roye_t_
Beginner
434 Views

Got it.

thank you, Shaojuan.

0 Kudos
Reply