Skip to main content

Easy to use video encoder GUI

Project description

FastFlix

preview

FastFlix is a simple and friendly GUI for encoding videos.

It needs FFmpeg (version 4.3 or greater) under the hood for the heavy lifting, and can work with a variety of encoders.

Encoders

FastFlix supports the following encoders when their required libraries are found in FFmpeg:

  • HEVC (libx265)     x265
  • AVC (libx264)        x264
  • AV1 (librav1e)        rav1e
  • AV1 (libaom-av1)   av1_aom
  • AV1 (libsvtav1)       svt_av1
  • VP9 (libvpx)           vpg
  • GIF (gif)                 gif

Most builds do not have all these encoders available by default and may require custom compiling FFmpeg for a specific encoder.

Releases

Windows

Build status

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 install fastflix

You will need to have ffmpeg and ffprobe executables on your PATH and they must be executable. Version 4.3 or greater is required. The one in your in your package manager system may not support all encoders or options. Check out the FFmpeg download page for static builds for Linux and Mac.

Running from source code

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

License

Copyright (C) 2019-2020 Chris Griffith

The code itself is licensed under the MIT which you can read in the LICENSE file.
Read more about the release licensing in the docs folder.
Encoder icons for VP9 and AOM AV1 are from Wikimedia Commons all others are self created.

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-3.0.1.tar.gz (176.0 kB view hashes)

Uploaded Source

Built Distribution

fastflix-3.0.1-py3-none-any.whl (205.3 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