olive-editor / olive

Free open-source non-linear video editor
https://olivevideoeditor.org/
GNU General Public License v3.0
7.99k stars 542 forks source link

[RENDER] Can olive support api for video automation render by providing the pipeline file? #2322

Open liuchanglab opened 2 months ago

liuchanglab commented 2 months ago

Commit Hash

We want to render several video by providing the pipeline file. It may work like a server api. Thus, we can auto-create videos without manual work.

Platform

Summary

Additional Information / Output

Simran-B commented 2 months ago

There is a limited command-line interface but no other API to use Olive in a headless way:

Usage: olive-editor.exe [options] [project]

    -h, --help
        Show this help text

    -v, --version
        Show application version

    -f, --fullscreen
        Start in full-screen mode

    -x, --export
        Export only (No GUI)

    --ts <qm-file>
        Override language with file

    -d, --decompress
        Decompress project file (No GUI)

    -c, --console
        Launch with debug console