Ask Your Question
0

Problem related to running videostab

asked 2016-02-02 00:26:24 -0600

updated 2016-02-02 01:06:18 -0600

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? image description

edit retag flag offensive close merge delete

Comments

1

To load a video you will need opencvffmpeg.dll and for mp4 video you will need too openh264-1.5.0-win64msvc.dll

LBerger gravatar imageLBerger ( 2016-02-02 06:06:57 -0600 )edit
1

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!

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-02 06:27:35 -0600 )edit

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.

Ayesha Siddique gravatar imageAyesha Siddique ( 2016-02-02 13:51:21 -0600 )edit
1

sorry bad link it's here for openh264

LBerger gravatar imageLBerger ( 2016-02-02 13:56:17 -0600 )edit

Thankyou. I needed opencv_ffmpeg300.dll file too and now, it is loading the video file :)

Ayesha Siddique gravatar imageAyesha Siddique ( 2016-02-03 23:25:22 -0600 )edit

Can you please guide me here... ??@LBergerlink text

Ayesha Siddique gravatar imageAyesha Siddique ( 2016-02-04 00:15:09 -0600 )edit

@LBerger can ou please answer here... link text

Ayesha Siddique gravatar imageAyesha Siddique ( 2016-03-15 04:19:15 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-02-03 23:29:51 -0600

By adding opencv_ffmpeg300.dll, opencv_ffmpeg.dll, openh264-1.5.0-win64msvc.dll, I solved the problem.

openh264-1.5.0-win64msvc.dll: This file can be downloaded from the link mentioned by LBerger in his comments.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-02 00:26:24 -0600

Seen: 515 times

Last updated: Feb 03 '16