Skip to content

hlorand/vidstabgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VidStab GUI

A simple graphical user interface for the VidStab video stabilization library.

You can download the application to Windows or OSX at the releases page

Sometimes Windows Defender marks vidstabgui.exe as a virus, which is a false positive alarm (because the exe files made with Pyinstaller rarely recognized by Windows as a virus). You can safely add it as an exception to your antivirus software and run it. If you are skeptical download the source code from GitHub and run vidstabgui.py directly in Python.

Build

Windows (64 bit)

  • Requirements: py2exe
  • Open an administrative Power Shell
  • Navigate to build-scripts\win\
  • Run .\build-py2exe.ps1
    • The configuration file for the script is: setup.py

For 32 bit Windows you can use this build script, the only difference is that after the script finished, you have to manually download a 32 bit ffmpeg build and replace dist\ffmpeg.exe with it (which is a 64 bit build).

If you receive an error message that says "VCRUNTIME140.dll not found", please install Visual C++ 2015 Redistributable

OSX

  • Requirements: py2app
  • Open a Terminal
  • Navigate to build-scripts/osx/
  • chmod +x ./build-py2app.sh
  • Run ./build-py2app.sh