Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Sorkin - WebM writer for MovieMaker mode.

An asset by mobile-bungalow
The page banner background of a mountain and forest
Sorkin - WebM writer for MovieMaker mode. hero image

Quick Information

0 ratings
Sorkin - WebM writer for MovieMaker mode. icon image
mobile-bungalow
Sorkin - WebM writer for MovieMaker mode.

Allows for writing webm files in movie maker mode, with options for disabling sound, exporting and aloha matte, and quality.File sizes can be up to 27x smaller than godots natively supported AVI format.

Supported Engine Version
4.5
Version String
0.1.0
License Version
GPLv3
Support Level
community
Modified Date
11 hours ago
Git URL
Issue URL

Sorkin

The default AVI encoding from the godot Movie Writer mode requires roughly 20 megabytes a second for a default window size game. This format still requires lossy conversion to mp4, and is unwieldy in size. This addon allows you to record in a smaller, liberally licensed video format - webm with vp9 and opus.

Installation

Extract the sorkin_addon folder to your Godot project's addons/ directory.

TODO: release to the godot asset library.

Usage

Simply change the Move Writer output path to somethign with the .webm extension, when you run the editor in movie maker mode your movie will be written with the VP9 codec and Opus Audio.

Basic Recording Control

The plugin can also pause recording programatically.

# Get the Sorkin singleton
var sorkin = Sorkin.get_singleton()

# Pause/resume recording
sorkin.toggle_pause()

Testing

The test_plugin project can be used to test changes made to the movie writer, simply run the project with movie maker mode enabled and check the output test.webm in the test_plugin project is encoded as expected.

Allows for writing webm files in movie maker mode, with options for disabling sound, exporting and aloha matte, and quality.

File sizes can be up to 27x smaller than godots natively supported AVI format.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Sorkin - WebM writer for MovieMaker mode. icon image
mobile-bungalow
Sorkin - WebM writer for MovieMaker mode.

Allows for writing webm files in movie maker mode, with options for disabling sound, exporting and aloha matte, and quality.File sizes can be up to 27x smaller than godots natively supported AVI format.

Supported Engine Version
4.5
Version String
0.1.0
License Version
GPLv3
Support Level
community
Modified Date
11 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers