Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6812 ディスカッション

The umc_video_end.exe sample app can't read the h264 par file

shyaki
ビギナー
532件の閲覧回数

I compiled the umc_video_enc application in vs2010 using the solution file provided in the w-ipp-samples_p_7.0.0.020, but the application failed to load the h264 par file. I traced the code and it failed when it tried to open the h264 par file. The h264 par file existed in the right folder.
Strangely, if I ran the build batch file using vs2010 compiler, the executable, umc_video_enc.exe, could load the h264 par file and continue to compress my yuv file without any problem.


0 件の賞賛
2 返答(返信)
Vladimir_Dudnik
従業員
532件の閲覧回数
Hello,

it might be related to UNICODE settings set in your VS2010 project. Please try to disable UNICODE support and check if that help.

Regards,
Vladimir
shyaki
ビギナー
532件の閲覧回数

You are right. After disabling UNICODE, the problem is solved for now.

返信