Squire Media
mediaRun Python scripts with ffmpeg in disposable remote runtimes to process video and audio files, downloading generated artifacts locally.
Instructions
Run Python media jobs in a disposable remote runtime with ffmpeg installed and optionally download the generated files locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_artifacts_dir | No | Optional local directory to download generated media artifacts into. | |
| input | No | Path to an input file for multipart upload. | |
| script | Yes | Path to the Python script to execute. | |
| stdin_text | No | Small inline input payload to send over stdin mode. | |
| timeout | No | Job timeout in seconds. |