No description
Find a file
Alexander Piskun 7984faf7db
Merge pull request #2 from edward-ly/release/1.4.0
v1.4.0 release: update app using AppAPI 5.0.0 and `nc_py_api` module
2024-10-08 16:27:42 +03:00
.github/workflows initial commit 2023-10-12 20:02:37 +03:00
.run chore: update run configurations 2024-09-30 20:43:27 -07:00
appinfo chore: fix/update app metadata info 2024-09-30 20:43:27 -07:00
img chore: adjustments for AppAPI 5.0.0 (from tutorial) 2024-09-30 18:02:03 -07:00
lib chore: adjustments for AppAPI 5.0.0 (from tutorial) 2024-09-30 18:02:03 -07:00
screenshots initial commit 2023-10-12 20:02:37 +03:00
.gitignore initial commit 2023-10-12 20:02:37 +03:00
.nextcloudignore initial commit 2023-10-12 20:02:37 +03:00
Dockerfile chore: adjustments for AppAPI 5.0.0 (from tutorial) 2024-09-30 18:02:03 -07:00
HOW_TO_INSTALL.md fix: update AppAPI documentation link 2024-09-30 20:43:27 -07:00
krankerl.toml empty krankerl.toml 2023-10-12 20:46:46 +03:00
LICENSE initial commit 2023-10-12 20:02:37 +03:00
Makefile fix: update make variables 2024-09-30 20:44:12 -07:00
README.md chore: update README.md 2024-09-30 18:02:27 -07:00
requirements.txt chore: adjustments for AppAPI 5.0.0 (from tutorial) 2024-09-30 18:02:03 -07:00

Nextcloud Video To Gif Example

Demonstration app using AppAPI and the Nextcloud Python Framework with the Files API.

This application just is an example, with simple conversion using opencv and numpy.

Other modifications such as displaying a user interface or specifying additional user parameters/settings are left as exercises to the reader. Pull requests with your solutions are welcome!

Refer to How to install to try it.