Website: write comparison between Flamenco v2 and v3

Manifest Task: T99698
This commit is contained in:
Sybren A. Stüvel 2022-07-26 18:59:32 +02:00
parent 574198aa13
commit 920420c10e

View File

@ -0,0 +1,21 @@
---
title: What is New in Flamenco 3
weight: 5
---
Flamenco was pretty much rebuilt from scratch between versions 2 and 3. One of
the major goals of Flamenco 3 is to simplify the installation & use.
Compared to version 2, Flamenco 3:
- no longer requires an online component; Flamenco Server has been removed.
- no longer requires you to install & configure a database.
- works 100% on your own infrastructure.
- just has two executables for you to run (Manager and Worker).
- has its own dedicated Blender add-on, which can be downloaded directly from Flamenco Manager.
- supports [custom job types][custom-jobs] written in JavaScript.
- comes bundled with FFmpeg; you only need to install Blender.
[custom-jobs]: {{< ref "/usage/job-compiler-scripts" >}}
{{< button size="large" relref="usage/getting-started/" >}}Get Started{{< /button >}}