custom codec

asked 2016-11-14 14:19:10 -0600

mesutpiskin gravatar image

I use LG's IP AVI Smart Station Codec package for videos I have, but Opencv (VideoCapture) does not open this video files. What should I do?

LG codecs folder contents

ffh264.dll, ffmjpeg.dll, g7xx.dll

edit retag flag offensive close merge delete

Comments

1

did you register those codecs ? does mediaplayer find them ?

maybe VideoCapture("myfile.avi", CAP_VFW) works then

berak gravatar imageberak ( 2016-11-15 02:19:53 -0600 )edit

Thank you so much for answer. I did the installation codec pack, and media player plays these files but opencv does not open. I tried your suggestion but it did not work.

mesutpiskin gravatar imagemesutpiskin ( 2016-11-15 05:39:37 -0600 )edit

I am facing a similar issue. I am using OpenCV 2.4.13.2 build on Visual Studio 2008. I have to open a video file which is created with a custom code Delphi Jpeg IP. OpenCV 's VideoCapture is not able to open the file. Open return failure. Can anyone help.

I was thinking of checking the possibility of making FFMPEG to support my codec. Any thoughts on that from anyone

Ajai gravatar imageAjai ( 2017-07-08 11:11:10 -0600 )edit