Skip to content

An application to convert a video file to its frames

License

GPL-3.0, LGPL-2.1 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-2.1
License-LGPL.txt
Notifications You must be signed in to change notification settings

alitourani/video-frame-extractor

Repository files navigation

Video-frame Extractor

This project is an application to extract video frames from a given video files for applying Digital Image Processing techniques on individual video frames.

Ali Tourani - Frame Extractor - Sample Output

Environment

  • C# Programming Language
  • EmguCV version 4.1

How to Run the Project?

  1. Clone/download the files
  2. Install EmguCV package using NuGet Gallery as below (or follow this link):
PM> Install-Package Emgu.CV -Version 4.1.1.3497
  1. Run and enjoy!

Known Issues

  • Add a progressbar to provide a better UX
  • Some minor problems with videoCapture after a whole process is finished.

About

An application to convert a video file to its frames

Topics

Resources

License

GPL-3.0, LGPL-2.1 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-2.1
License-LGPL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages