Knowledge Base

Requires Ubuntu 20.04.

Minimum Requirements: resolution of 1920x1080 for your primary screen, and graphics card with drivers able to run version 4 of OpenGL shaders and at least 2GB video ram. Suggest installing the latest graphic drivers and recommend the system uses an SSD Drive.

You will need FFmpeg installed. sudo apt update;  sudo apt-get install ffmpeg;

If you have trouble importing a file (e.g. mp4), you could review:
https://help.ubuntu.com/community/RestrictedFormats
which amounts to trying this: sudo apt-get install ubuntu-restricted-extras

Support

There is NO telemetry in this app, you don't need an internet connection to use it. If you have any issues you will need to report them. There are some notes available if you run ./VIDIFOLD --help

If you wish to report an issue or ask a question, please email vidifold@gmail.com

I hope you will get as much fun playing with it as I do.

Designed and Developed by: John Day

Technologies: C++, OpenGL

Tools used: Programming IDE CodeBlocks, Image editor Gimp, 3D Stuff Blender

Some archive screenshots


VIDIFOLD Revision Notes

A list of all the notes from all versions is provided below.

0.15.1

fixed bug in snapshots that was failing to load / assign macro setup
migrated macro table to new structure, pending cue rack macro controls

0.15.0

added toggle play option to AB Racks
updated plugin API
-- think this has been used/tested enough now
-- so also releasing all (44) current plugins

0.14.1

tweaked video editor button on workbench
tweaked look of buttons on sources
fixed bug in FX plugin interface, (when updating text on some of widgets)
fixed new FX Stack accordion had a few display / behavior bugs

0.14.0

replaced single autofade controls with more standard twin controls
replaced 3 separate fade controls with single control and alt option
replaced dimpled knobs with line marked knobs
changed size of cuerack to match other racks and allow space for macro controls
reintroduced 4 tape deck
changed timing of channel xfade to match feel of all fades speeds

0.12.7

Limited FXStack macro(previously called drivers) to 2 pairs of controls (main and alt)
- allows a single range parameter for each macro control at this time
- prep work for upcoming CueRack mixer
Reworked macro configuration panel
Fixed a gui mis-alignment bug
Mouse now warps on some control types
More minor interface tweaks