mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-05 04:45:09 -06:00
19 lines
472 B
YAML
19 lines
472 B
YAML
name: audio-transcodes
|
|
description: Generate a transcode video from an audio file
|
|
version: 0.1
|
|
url: https://github.com/stashapp/CommunityScripts/
|
|
exec:
|
|
- python
|
|
- "{pluginDir}/audio-transcodes.py"
|
|
interface: raw
|
|
hooks:
|
|
- name: process audio
|
|
description: transcode audio files on scan
|
|
triggeredBy:
|
|
- Scene.Create.Post
|
|
tasks:
|
|
- name: "Process All"
|
|
description: transcode audio to video on all audio files
|
|
defaultArgs:
|
|
mode: processScenes
|