Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Timelapse Editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tg8g16
Timelapse Editor
Commits
c7286338
Commit
c7286338
authored
2 years ago
by
Tom Greig
Browse files
Options
Downloads
Patches
Plain Diff
Version 0.1.0
parent
671cc764
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Readme.txt
+28
-0
28 additions, 0 deletions
Readme.txt
packaging/tl-editor.nsi
+2
-2
2 additions, 2 deletions
packaging/tl-editor.nsi
with
30 additions
and
2 deletions
Readme.txt
0 → 100644
+
28
−
0
View file @
c7286338
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).
This diff is collapsed.
Click to expand it.
packaging/tl-editor.nsi
+
2
−
2
View file @
c7286338
!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}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment