Link Copied
Hello,
Could you please provide some more information on the problem, does the problem happen on
Winddows or Linux?
32 bit, or Intel 64 bit?
Also, for the attached H264_720x576_Frames.zIP, is this a raw H.264 video? I could not open it with some decoders?
Have you tried to use simpleplayer application to decoder the video, and see any problem?
Thanks,
Chao
Hi,
I can decode 95 frames. I also attached simpleplayer applicatin there:
http://software.intel.com/file/35628
see if it works for your there. It looks that the video contains some invalid data.
Some data is ignored by the decoder. I also run with FFMPEG, and many errors report at the beginning of the video stream:
>ffmpeg.exe -i bitstream.h264 out.yuv
FFmpeg version SVN-r15625, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --enable-memalign-hack --enable-postproc --enable-swscale --en
ble-gpl --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame -
enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid --disable
ffserver --disable-vhook --enable-avisynth --enable-pthreads
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 0. 0 / 52. 0. 0
libavformat 52.22. 1 / 52.22. 1
libavdevice 52. 1. 0 / 52. 1. 0
libswscale 0. 6. 1 / 0. 6. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Oct 16 2008 05:40:02, gcc: 4.2.4 (TDM-1 for MinGW)
[h264 @ 003FB810]non-existing PPS referenced
[h264 @ 003FB810]decode_slice_header error
[h264 @ 003FB810]no frame!
[h264 @ 003FB810]non-existing PPS referenced
[h264 @ 003FB810]decode_slice_header error
[h264 @ 003FB810]no frame!
[h264 @ 003FB810]non-existing PPS referenced
[h264 @ 003FB810]decode_slice_header error
[h264 @ 003FB810]no frame!
[h264 @ 003FB810]non-existing PPS referenced
[h264 @ 003FB810]decode_slice_header error
[h264 @ 003FB810]no frame!
.....
Thanks,
Chao
Hi,
I used the latest 7.0.3 sample code. If possible, can you check the latest release sample, and see how it works?
I also run the simpleplayer in 6.x sample, it also decoded 95 frames. For the bitstream that contains the error data, the decoder will try to decode as much as possible, it may pass some unknown/invalid data.
Thanks,
Chao
For more complete information about compiler optimizations, see our Optimization Notice.