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
告知
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.
3085 ディスカッション

Sample_decode with a MPEG4 movie from iOS returns error code -3 in pipeline_decode.cpp (414)

surendarchandra
ビギナー
2,362件の閲覧回数
[it doesnt post my message - just the heading :-(]

I am trying to use sample_decode on a H264 movie created on an iOS device (using AVFileTypeMPEG4, AVFileTypeQuickTimeMovie and AVFileTypeAppleM4v). I tried with and without the hw option. I tried on an i7-2600 and i7-860 processor. I am using Windows 7 - enterprice. Any help is much appreciated
0 件の賞賛
1 解決策
Petter_L_Intel
従業員
2,362件の閲覧回数
Hi,

The reason you cannot decode the file is two-fold.
(1) Media SDK does not have any support for container handling (such as the mp4 format). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.

(2) For HW acceleration to work, the sample code assumes that Intel GPU is available and set as primary graphics adapter. The BIOS settings should allow you to select either or both of the GPUs as active. Not sure I can help you beyond that suggestion due to the huge range of BIOSes from different OEMs. You may try to just physically remove the AMD GPU to see what happens.

Regards,
Petter

元の投稿で解決策を見る

9 返答(返信)
surendarchandra
ビギナー
2,362件の閲覧回数
And,I am using the Media SDK 2012 with Visual Studio 2010 Ultimate.

Thanks
-S
Petter_L_Intel
従業員
2,362件の閲覧回数
Hi,

Seems you may be trying to use MVC decode on an H.264 file?

Anyhow, could you please provide the exact command line parameters you used to decode the stream and preferably also the video stream itself?

Regards,
Petter
surendarchandra
ビギナー
2,362件の閲覧回数
I am using
sample_decode.exe -hw h264 -i 0.mp4 -o data.yuv. I will upload the sample video shortly.
surendarchandra
ビギナー
2,362件の閲覧回数
Here is the movie file. Hope the system does not process it?
surendarchandra
ビギナー
2,362件の閲覧回数
Here is the movie file. Hope the system does not process it?
surendarchandra
ビギナー
2,362件の閲覧回数
Related question: My system has a i7 2600 processor and Intel Desktop board DP67BG and AMD graphics card. As far as I can tell, the processor has a builtin Intel HD graphics but I can't access it via the BIOS. The BIOS only sees the AMD GPU. I cannot install the Intel HD graphiics driver either (complains that "This computer does not meet the minimum requirements for installing the software". Will I be able to use the hw acceleration on this computer?
Petter_L_Intel
従業員
2,363件の閲覧回数
Hi,

The reason you cannot decode the file is two-fold.
(1) Media SDK does not have any support for container handling (such as the mp4 format). The SDK only operates on elementary video streams. Please refer to the Media SDK "Media Developers Guide" document (chapter 3), part of the SDK package for more information on this topic.

(2) For HW acceleration to work, the sample code assumes that Intel GPU is available and set as primary graphics adapter. The BIOS settings should allow you to select either or both of the GPUs as active. Not sure I can help you beyond that suggestion due to the huge range of BIOSes from different OEMs. You may try to just physically remove the AMD GPU to see what happens.

Regards,
Petter
surendarchandra
ビギナー
2,362件の閲覧回数
 
surendarchandra
ビギナー
2,362件の閲覧回数
 
返信