Skip to content

helospark/tactview

Repository files navigation

Tactview

Tactview is an open-source advanced multi-track video editor aims to provide both powerful features and intuitive usage.

Screenshot

Running

Binary

Download the latest binary release for your OS:

Or check out all releases: all releases

Extract the zip, and run tactview executable.

Apt (Debian like systems)

You can install from the helospark apt repository on Ubuntu and other Debian based systems:

sudo su -c "echo 'deb [trusted=yes] https://helospark.com/apt /' >> /etc/apt/sources.list.d/helospark.list"
sudo apt-get update
sudo apt-get install tactview

After install you can find Tactview either in your OS's program menu and under /opt/tactview/

For best performance on Intel iGPU, also install

sudo apt-get install intel-media-va-driver-non-free

So hardware accelerated decode and encode is available.

Development

See setting up development environment

Release

See release process