Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting frames from video #46

Closed
Moorditj opened this issue May 17, 2018 · 2 comments
Closed

Extracting frames from video #46

Moorditj opened this issue May 17, 2018 · 2 comments
Labels
Solved The problem is solved using the correct settings

Comments

@Moorditj
Copy link

This is the command:

./yolo_mark x64/Release/data/img cap_video 14_sec_Test.mp4 10

I get this:

GStreamer: Error opening bin: Unrecoverable syntax error while parsing pipeline

Anyone shed some light on this?

@AlexeyAB
Copy link
Owner

Perhaps incorrect path to the videofile.
Try to use:
./yolo_mark x64/Release/data/img cap_video ./14_sec_Test.mp4 10

@Moorditj
Copy link
Author

Thanks all sorted

@AlexeyAB AlexeyAB added the Solved The problem is solved using the correct settings label May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Solved The problem is solved using the correct settings
Projects
None yet
Development

No branches or pull requests

2 participants