-
Notifications
You must be signed in to change notification settings - Fork 0
PySceneDetect
Emily Lynema edited this page Jul 11, 2025
·
1 revision
- About
- The PySceneDetect adapter is a python based tool that takes a video as input and outputs JSON containing the start and end timestamps of each shot.
- Source Code
- galaxy/tools/video/pyscenedetect-shot-detection.xml
Tool configuration detailing tool execution, input file, output file, and labeling. - galaxy/tools/video/pyscenedetect-shot-detection.py
Python script to call PySceneDetect tool and conform json to schema\
- galaxy/tools/video/pyscenedetect-shot-detection.xml
- Dependencies
- PySceneDetect
- open-cv
- Installation:
$ pip install PySceneDetect
$ pip install opencv-python
- Running the tool
- The tool can be invoked from Galaxy UI as other tools. User needs to supply input video. Optionally, the user can supply a sensitivity threshold. The default is 30. \
- Parameters
- $input: the video input file
- Output
- $amp_shots: The output JSON in AMP standardized form
- $frame_stats: Raw CSV of statistics from PySceneDetect
Document generated by Confluence on Feb 25, 2025 10:39
- MGMs (Metadata Generation Mechanisms)
- Transferring files to the AMP Dropbox (IU only)
- Supplemental Files in Workflows
- AMPPD REST API
- REST API for AMP Content Entities
- REST API for Workflow/Job Related Actions
- Development Environment Setup
- Galaxy Workflow Editor
-
MGM Adapters
- Applause Detection
- AWS Comprehend
- AWS Transcribe
- Azure Shot Detection
- Azure Video Indexer - for Developers
- Azure Video OCR
- Contact Sheet MGMs
- Facial Recognition (FR)
- Gentle Forced Alignment
- HPC Batch Scheduling
- Human MGMs
- INA Speech Segmenter
- INA Speech Segmenter HPC
- Input Supplement
- JSON to VTT Generator
- Kaldi HPC
- PySceneDetect
- spaCy
- Tesseract
- Vocabulary Tagging.
- Packaging System
- Report on HPC vs Local Environments for INA/Kaldi Workflow
- Technical Tips for Dev
- torque_amp - An experiment in external Galaxy scheduling
- Workflow Engine Analysis
- Creating a test collection
- Workflow display debug information
- MGM Schema, Adapter, and Output Data Types Change History
- AMPPD Data Model
- Sample IIIF Manifest
- Survey of ML tools 2023
- HPC Whisper Experiment notes (2024)
- Resources