Problem related to running videostab
I've build a project using Cmake and this videostab.v file of OpenCV folder but I'm facing problems after running it. It cannot load the video and display following messages. How to load video file into this file?
To load a video you will need opencvffmpeg.dll and for mp4 video you will need too openh264-1.5.0-win64msvc.dll
Start by opening a file along a path that has no spaces inside it, which is messing up the reading/opening of the file. Also use double backslashes! So for example
C:\\user\\test\\data.png
!Ok! I'm following these points and @LBerger I ididn't find the file with name "openh264-1.5.0-win64msvc.dll" in the mentioned folder.
sorry bad link it's here for openh264
Thankyou. I needed opencv_ffmpeg300.dll file too and now, it is loading the video file :)
Can you please guide me here... ??@LBergerlink text
@LBerger can ou please answer here... link text