-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: new implementation of type asset * Add specific UnmarshalJSON function for output * fix index for subtitle * Move FPS output lower in the generation * better AssetType for clip
- Loading branch information
Showing
22 changed files
with
420 additions
and
230 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ If you would like to sponsor features, bugs or prioritization, reach out to one | |
* Use only the `stage` endpoint value until all features are implemented (See https://github.com/DblK/shottower/issues/1 for multiple endpoint handling) | ||
* 😎 Possible to burn subtitle into video clip | ||
* 😎 Allow to use local file from `url` filed (`file:///Users/dblk/clips/my_asset`) | ||
* 😎 Add an endpoint `/dl/renders/:id` to download renders (instead of cdn/s3) | ||
* 😎 Add an endpoint `/dl/{version}/renders/:id` to download renders (instead of cdn/s3) | ||
* 😎 Add other value in resolution (`360`, `480`, `540`, `720`) all with default `25 fps`. | ||
* [`Planned`] Allow to use ftp file from `url` filed (`ftp://user:[email protected]/mypath/my_asset`) | ||
* [`Planned`] Add destination to Youtube | ||
|
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
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.