more stuff

This commit is contained in:
2025-07-27 08:19:42 -07:00
parent 7431954482
commit 9faaf4ed57
5 changed files with 21 additions and 21 deletions

View File

@@ -43,8 +43,8 @@ output:
path: "/workspace/output_video.mp4" # Update with your output path
format: "greenscreen" # "greenscreen" or "alpha"
background_color: [0, 255, 0] # RGB for green screen
video_codec: "h264_nvenc" # GPU encoding (or "hevc_nvenc" for better compression)
quality_preset: "p4" # NVENC preset (p1-p7, higher = better quality)
video_codec: "libx264" # CPU encoding (use "h264_nvenc" if GPU encoding works)
quality_preset: "medium" # CPU preset (ultrafast/fast/medium/slow/veryslow)
crf: 18 # Quality (0-51, lower = better, 18 = high quality)
maintain_sbs: true # Keep side-by-side format with audio