more stuff
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user