diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-11 10:51:33 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-02-28 10:42:19 +0100 |
commit | c729caf6cc34630877a0e5a1bda1719384cd0c8a (patch) | |
tree | 1d2e13722e518c73d2c9e6f0969615e29d51cf8c /config/default.yaml | |
parent | a24bf4dc659cebb65d887862bf21d7a35e9ec791 (diff) | |
download | PeerTube-c729caf6cc34630877a0e5a1bda1719384cd0c8a.tar.gz PeerTube-c729caf6cc34630877a0e5a1bda1719384cd0c8a.tar.zst PeerTube-c729caf6cc34630877a0e5a1bda1719384cd0c8a.zip |
Add basic video editor support
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 23be08f85..1e7fb9e5b 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -425,6 +425,10 @@ live: | |||
425 | 1440p: false | 425 | 1440p: false |
426 | 2160p: false | 426 | 2160p: false |
427 | 427 | ||
428 | video_editor: | ||
429 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | ||
430 | enabled: false | ||
431 | |||
428 | import: | 432 | import: |
429 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 433 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
430 | videos: | 434 | videos: |