You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while run the command of video input get some error. please I need some help me.
~/cland/clandmark-master/build/examples$ ./video_input /home/mano/cland/clandmark-master/build/examples/ flandmark_model.xml vid ha5.avi output_file.avi
[h264 @ 0xb19fa0] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb19fa0] decode_slice_header error
[h264 @ 0xb1fc00] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb1fc00] decode_slice_header error
init done
opengl support available
*** Error in `./video_input': double free or corruption (out): 0x0000000000b56020 ***
Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
the last message, which comes from clandmark is indeed an error in the example code. I will fix it soon. However, it is just wrong order of free calls in the end of the code, i.e. it does not affect the functionality at all, the memory is freed by system afterwards.
However, your real problem is with the h264 video codec. Is the input video all right? If it is and you have all the required codecs installed, then it is an OpenCV problem.
while run the command of video input get some error. please I need some help me.
~/cland/clandmark-master/build/examples$ ./video_input /home/mano/cland/clandmark-master/build/examples/ flandmark_model.xml vid ha5.avi output_file.avi
[h264 @ 0xb19fa0] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb19fa0] decode_slice_header error
[h264 @ 0xb1fc00] A non-intra slice in an IDR NAL unit.
[h264 @ 0xb1fc00] decode_slice_header error
init done
opengl support available
*** Error in `./video_input': double free or corruption (out): 0x0000000000b56020 ***
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: