Skip to main content

Easy to use video encoder GUI wrapper

Project description

Build status

FastFlix

FastFlix is a AV1 and HEVC encoder, GIF maker, and general ffmpeg command wrapper.

It can encode videos into HEVC, AV1, GIF, and VP9, and is easily extendable!

Read more about it and the licensing in the docs folder.

preview

Encoders

Currently there is support for:

  • HEVC (libx265)
  • AV1 (SVT-AV1)
  • AV1 (FFMPEG libaom - currently very slow)
  • VP9
  • GIF

Releases

Windows

View the releases for 64 bit Windows binaries (Generated via Appveyor and also available there).

MacOS and Linux

Please use pipx to install as a properly virtualized app

pipx setup

MacOS

brew install pipx
pipx ensurepath

Linux

python3 -m pip install --user pipx
python3 -m pipx ensurepath

Install and run fastflix

pipx install fastflix

Then you can launch it from command line.

fastflix

To check for newer versions, run:

pipx upgrade fastflix

Running from source code or without pipx

git clone https://github.com/cdgriffith/FastFlix.git
cd FastFlix
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python -m fastflix

If you switch terminals or close the one you were in, don't forget to reactivate the virtaulenv before trying to run it!

cd FastFlix
. venv/bin/activate
python -m fastflix

License

Copyright (C) 2019-2020 Chris Griffith

This software is licensed under the MIT which you can read in the LICENSE file.

This software dynamically links PySide2 which is LGPLv3 licensed and can change the library used by specifying two environment variables, SHIBOKEN2 and PYSIDE2 which must point to the __init__.py file for the respective libraries.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastflix-2.3.1.tar.gz (114.5 kB view hashes)

Uploaded Source

Built Distribution

fastflix-2.3.1-py3-none-any.whl (130.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page