Skip to content
Snippets Groups Projects
Commit c7286338 authored by Tom Greig's avatar Tom Greig
Browse files

Version 0.1.0

parent 671cc764
No related branches found
No related tags found
No related merge requests found
Timelapse Editor
================
It's a program for sticking timelaspe (or high speed) videos together in
a grid with labels and time stamps and scale bars and stuff.
Documentation
-------------
As latex in the doc/ folder or as a pdf with the releases.
Building
--------
Requires gtk4, and ffmpeg's libraries (with fontconfig enabled!)
If they're all set up, you should be able to run make on Linux or
Windows with MSYS2. A standard windows installer is available in the
releases section (one of the sections on the left somewhere, I don't
know how gitlab works.)
License
-------
The software is licensed with the European Union Public License, see
License.txt. The long and the short of it is that if you share the
compiled version or the installer or something, you also have to point
people to the source code (here, unless you've modified it).
!include "MUI2.nsh" !include "MUI2.nsh"
!define PRODUCT_NAME "Timelapse Editor" !define PRODUCT_NAME "Timelapse Editor"
!define VERSIONMAJOR 0 !define VERSIONMAJOR 0
!define VERSIONMINOR 0 !define VERSIONMINOR 1
!define VERSIONBUILD 1 !define VERSIONBUILD 0
!define EXE "tl-editor.exe" !define EXE "tl-editor.exe"
Name "${PRODUCT_NAME}" Name "${PRODUCT_NAME}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment