Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6711 Discussions

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

shyaki
Beginner
251 Views

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 Kudos
2 Replies
Vladimir_Dudnik
Employee
251 Views
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
0 Kudos
shyaki
Beginner
251 Views

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

0 Kudos
Reply