-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-config.yaml
More file actions
47 lines (39 loc) · 1.6 KB
/
Copy pathexample-config.yaml
File metadata and controls
47 lines (39 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Example ClipMorph Configuration File
# This file shows all available configuration options
# General settings
general:
no_confirm: false # Bypass subtitles and upload confirmation prompt
clean: false # Delete output video after upload
no_conversion: false # Skip conversion and upload input video directly
# Video conversion settings
conversion:
no_cam: false # Exclude the camera feed from the output
camera:
x: 20 # Top left x coordinate of camera feed
y: 20 # Top left y coordinate of camera feed
width: 320 # Width in pixels of camera feed
height: 240 # Height in pixels of camera feed
output_dir: "output" # Custom output directory for processed videos
no_subs: false # Skip transcription and subtitle generation
# Upload control settings
upload:
no_upload: false # Skip all uploads
upload_to: [] # List of platforms to upload to (empty = all)
skip: [] # List of platforms to skip
# Content metadata
content:
title: "" # Title/caption for the content
description: "" # Description for the content
tags: [] # List of tags/keywords
# Platform-specific settings
platforms:
youtube:
category: "20" # Gaming category
privacy_status: "unlisted" # public, unlisted, or private
instagram:
share_to_feed: false # Don't share to main feed (story only)
thumb_offset: 3000 # Thumbnail at 3 seconds
tiktok:
privacy_level: "MUTUAL_FOLLOW_FRIENDS" # PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, or SELF_ONLY
twitter:
# Twitter uses account-level privacy, no platform-specific options currently