Initial commit: auto-video-cut project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
27
config.example.yaml
Executable file
27
config.example.yaml
Executable file
@@ -0,0 +1,27 @@
|
||||
resources:
|
||||
folder: "/pfad/zu/resources" # Basis-Ordner für alle Ressourcen
|
||||
|
||||
music:
|
||||
mode: "random" # random | alphabetical | loop
|
||||
volume_original: 1.0 # Lautstärke Original-Ton (0.0–1.0)
|
||||
volume_music: 0.3 # Lautstärke Hintergrundmusik (0.0–1.0)
|
||||
|
||||
videos:
|
||||
intro: "intro.mp4" # Dateiname aus resources/videos/ (optional)
|
||||
outro: "outro.mp4" # Dateiname aus resources/videos/ (optional)
|
||||
transitions: false # Übergangs-Clips automatisch zwischen Szenen einsetzen
|
||||
|
||||
images:
|
||||
title_card: "title.png" # Titelkarte am Anfang einblenden (optional)
|
||||
duration: 3 # Einblenddauer in Sekunden
|
||||
|
||||
silence:
|
||||
threshold_db: -40 # Stille-Schwelle in dB
|
||||
min_duration: 0.5 # Minimale Stille-Dauer in Sekunden
|
||||
|
||||
scenes:
|
||||
threshold: 27.0 # Szenen-Erkennungs-Schwelle
|
||||
|
||||
output:
|
||||
format: "mp4" # mp4 | webm
|
||||
folder: "./output"
|
||||
Reference in New Issue
Block a user