We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6ab9e commit cd18ee3Copy full SHA for cd18ee3
metadata.py
@@ -16,7 +16,7 @@ def appmetadata() -> AppMetadata:
16
17
metadata = AppMetadata(
18
name="Pyscenedetect Wrapper",
19
- description="",
+ description="CLAMS app wraps PySceneDetect and performs shot boundary detection on input videos",
20
app_license="Apache2",
21
identifier="pyscenedetect-wrapper",
22
url="https://github.com/clamsproject/app-pyscenedetect-wrapper",
0 commit comments