- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all!
I download trial IPP, and I liked to see how work H264 decoder.
Ok! After unpacking all compiles without any problem! GOOD!
(I openumc_h264_dec_con.2010 project and work with it )
First I prepared a few video files (converted h264 codec), for convertation I use some external utility, but when I open try to open it doesn't happens!!! Why???
I started searching why it happens, but I didn't find any !! :(
All video files that I'am try to open inumc_h264_dec_con, give me error "Video Decoder creation failed"
It corrups in this code, How I understand my new video files (files that I converted to H264) has not right Header:
H264VideoDecoderParams params;
if (UMC_OK != h264Decoder->GetInfo(¶ms))
{
vm_string_printf(__VM_STRING("Video Decoder creation failed\\n")); return -1;
}
How I convert my avi or any video to right format? I.e. forumc_h264_dec_con program works correctly with this video file?
Thanks!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What is the format of your video files?
If you are using AVI files, You may want to look at the UMC splitter information available here:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
-Tony
What is the format of your video files?
If you are using AVI files, You may want to look at the UMC splitter information available here:
http://software.intel.com/en-us/articles/getting-started-with-intel-ipp-unified-media-classes-sample/
-Tony
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page