Guidelines for sharing Videomass presets - jeanslack/Videomass-presets GitHub Wiki
This page is intended for those who want to create and publish their own presets or propose improvements to existing ones.
A quick note
For clarity, a Videomass presets is a file in JSON (JavaScript Object Notation) code but with a .prst
format extension that can be created from scratch by each user, or imported or exported, for example, in another drive from the Videomass Presets Manager. Each preset can contain zero to multiple profiles (0, 10, or 20, etc.). Each profile, appropriately written, contains the data necessary to allow Videomass to translate them into FFmpeg code and execute them as sub-processes. So, each profile has the following elements: Name
, Description
, First_pass
, Second_pass
, Supported_list», "Output_extension
.
If you want to contribute to the development of Videomass presets and their publication on this repository, you can do it by choosing one of the following ways:
Opening a new issue
The simplest method is to open a new issue detailing the reason and then attach one or more preset files in .prst
.
Preset files in .prst
format can be easily created, edited, imported and exported using the Videomass Preset Manager.
By creating a pull request
You can create a pull request to incorporate the changes in your fork into my original upstream repository.