Files
auto-video-cut/config.example.yaml
Christoph K. 267070ad52 Initial commit: auto-video-cut project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 21:51:01 +02:00

28 lines
986 B
YAML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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"