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

Detect original picture resolution in frame excluding letterbox

shavkat_n_
Beginner
392 Views

Detect inner picture resolution inside frame excluding letterbox

Does Intel Medi SDK provide cropdetect feature to detect letterbox/pillarbox size and location within frame. 
For example frame has size 1280x720 and includes encoded letterbox, but real scene picture without letterbox is actually 1280x528 pixel.

Another example: In ffmpeg//ffplay using this command "ffplay -i inputmovie.mp4 -vf "cropdetect=24:16:0"" , we can detect letterbox/  scene picture coordinates and size. It will return as "x1:0 x2:1279 y1:91 y2:627 w:1280 h:528 x:0 y:96 pts:285285 t:9.509500 crop=1280:528:0:96".

Can this be achieved in Intel Media SDK ?

0 Kudos
0 Replies
Reply