custom codec
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
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
Asked: 2016-11-14 14:19:10 -0600
Seen: 334 times
Last updated: Nov 14 '16
How to translate this to Java?
OpenCV Tutorial 1 - Add OpenCV on API 8
Unresolved inclusion in OpenCV+Android tutorial
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
How to convert Floating point image to 32-bit single-channel?
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
did you register those codecs ? does mediaplayer find them ?
maybe
VideoCapture("myfile.avi", CAP_VFW)
works thenThank 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.
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