Skip to content

ejovo13/fmdt_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A series of Python scripts to facilitate the processing of fmdt's output

Scripts for video editing rely on ffmpeg-python's simple Python bindings to ffmpeg. Make sure you install ffmpeg-python before trying any of the video editing functionality.

Installation

pip install fmdt-python

fmdt/core.py should contain the functions that are called directly in scripts. fmdt/utils.py contains utility functions that fmdt.core makes use of.

Example to split a video using tracking information already provided by fmdt-detect:

import fmdt

fmdt.split_video_at_meteors("demo.mp4", "ex1_detect_tracks.txt")

TODO

  • Upload fmdt to pip so that we can download fmdt and call scripts from anywhere
  • Add API to call fmdt executables like fmdt-detect and fmdt-visu

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages