Skip to content

ogsdave/QGISFMV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QGIS Full Motion Video (FMV)

Build Status

a

Plugin for QGIS > 2.99 which allows to analyze, visualize and process videos inside the QGIS environment. QGIS FMV accepts multiple video formats such as mp4, ts, avi, etc. It is also able to extract video frames, to capture the current frame, to plot bitrate and to observe the video metadata with aerial images and more. It also offers the possibility to create reports with video metadata.

Standards supported:

Motivation

This development arises after observing that there was no free solution for the metadata extraction and video analysis in real time. All solutions are APIs or private tools such as Esri, for this reason, I decided to develop this open source project and, this way, offer this open source alternative to the QGIS community.

Dependencies

  • FFMPEG : After downloading it, you should store it in an accessible folder and modify fmvConfig.py with the corresponding path.

  • OpenCV : python3 -m pip install opencv-python==3.4.0.12

  • MatPlotLib : python3 -m pip install matplotlib==2.0.0

  • Klvdata : customized version of this library.

The plugin install automatically this requisites,but you can install it using:

python3 -m pip install -r requirements.txt

For show video

To see the video you need:

  • Linux: sudo apt-get install gst123 (install GStreamer dependencies)
  • Window: install LAV Filters (install DirectShow Media Decoders)

Usage

The use of this application is simple. It only needs a video with metadata, like for example one of these videos or these (ESRI copyright) Then, open the plugin where the "video manager" will be shown, open the video and with a double-click, the "player" will be opened. At this moment, you will see that new shapes have been added and you will see the platform position, metadata, etc.

Recommended readings

For more information about the Unmanned Air System (UAS) metadata from STANAG 4609

a

Installation

The installation can be done from the executable if it is in windows or from the zip. Releases

Screenshots

a

Features

  • Convert videos to other format
  • Extract metadata from video file
  • Show Platform,trajectory and beams position in a QGIS
  • Possibility of extracting parts of the video
  • Capture of the current frame
  • Extraction of all frames of the video
  • Extract lon/lat cursor coordinates
  • Apply sobel filters, edge detection ...

Contributing

Contributions are welcome!

Want to work on the project? Any kind of contribution is welcome!

Follow these steps:

Fork the project.
Create a new branch.
Make your changes and write tests ( if is possible).
Commit your changes to the new branch.
Send a pull request.

And thanks for your code.

License

GNU Public License (GPL) Version 3

Free Software, Hell Yeah!

Contributors List

Donations

Want to buy me a beer (or gadget)? Please use Paypal button on the project page, Donate , or contact me directly.

paypal

If this plugin is useful for you, consider to donate to the author.

[© All4gis 2018]

Packages

No packages published

Languages

  • Python 98.9%
  • JavaScript 0.5%
  • Jupyter Notebook 0.3%
  • HTML 0.2%
  • CSS 0.1%
  • QMake 0.0%