- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You are right. After disabling UNICODE, the problem is solved for now.
