-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding automation for video creation (#3)
* Update overlay script to generate a map-overlaid video * Exclude .outfile work directory from git * Remove .outfile directory * Fix a constant fps to variable fps * Print ffmpeg command to be used for combining. * Fix gitignore to ignore .outfile directory * Retain original streams * Retain original streams * Remove .outfile * Remove .outfile * preparing for automation * Update README.md * Update automation Adjust overlay video and width based on main video width height, update cli arguments of main.py, overlay offset based on HERO or 360 (defined in settings) * Add exiftool to detect 360 video and add variables for overlay dimension and offset * Update requirements.tx and variables.txt * Freeze requirements.txt * Delete msilib * Add tk package to requirements.txt * Remove tk dependency * Fix error round on str * Use avi container and xvid codec for creating overlay video * restore main.py * Ignore no 'codec_name' streams * Copy global metadata using exiftool * Update cli command * Fix multiline.geojson and map overlay video location * Fix equirectangular detection * Fix multiline.geojson not found * Fix error * Fix individual custom value of w/h offset l/b * Revert main.py * updating readme Co-authored-by: swdmnd <[email protected]>
- Loading branch information
1 parent
1294ca8
commit dc92eee
Showing
22 changed files
with
404 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.