Initial commit: auto-video-cut project

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-04-06 21:51:01 +02:00
commit 267070ad52
15 changed files with 2635 additions and 0 deletions

27
config.example.yaml Executable file
View 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.01.0)
volume_music: 0.3 # Lautstärke Hintergrundmusik (0.01.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"