Giter VIP home page Giter VIP logo

fastflix's Introduction

FastFlix

preview

FastFlix is a simple and friendly GUI for encoding videos.

Download latest release from Github

FastFlix keeps HDR10 metadata for x265, which will be expanded to AV1 libraries when available.

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

NEW: Join us on discord or reddit!

Check out the FastFlix github wiki for help or more details, and please report bugs or ideas in the github issue tracker!

Encoders

FastFlix supports the following encoders if available:

Encoder x265 NVENC HEVC NVEncC HEVC x264 rav1e AOM AV1 SVT AV1 VP9 WEBP GIF
HDR10 ✓*
HDR10+
Audio ✓*
Subtitles
Covers
bt.2020

✓ - Full support | ✓* - Limited support

Releases

View the releases for binaries for Windows, MacOS or Linux

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

Requires python3.8+

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

HDR

On any 10-bit or higher video output, FastFlix will copy the input HDR colorspace (bt2020). Which is different than HDR10 or HDR10+.

HDR10

FastFlix was created to easily extract / copy HDR10 data, but as of sept 2020, only x265 support copying that data through FFmpeg, no AV1 library does.

VP9 has limited support to copy some existing HDR10 metadata, usually from other VP9 files. Will have the line "Mastering Display Metadata, has_primaries:1 has_luminance:1 ..." when it works.

  • rav1e - can set mastering data and CLL via their CLI but not through ffmpeg.
  • SVT AV1 - accepts a "--enable-hdr" flag that is not well documented, not supported through FFmpeg.
  • aomenc (libaom-av1) - does not look to support HDR10

HDR10+

FastFlix supports using generated or extracted JSON HDR10+ Metadata with HEVC encodes via x265. However, that is highly dependent on a FFmpeg version that has been compiled with x265 that has HDR10+ support. BtbN's Windows FFmpeg builds have this support as of 10/23/2020 and may require a manual upgrade.

If you add HDR10+ metadata file, make sure the encoding log does NOT contain the line x265 [warning]: –dhdr10-info disabled. Enable HDR10_PLUS in cmake or else it is unsupported.

HLG

FastFlix (v4.0.2+) passes through HLG color transfer information to everything except webp and GIF.

Dolby Vision

FastFlix does not plan to support Dolby Vision's proprietary format at this time.

Support FastFlix

Check out the different ways you can help support FastFlix!

License

Copyright (C) 2019-2021 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.

Various button icons from https://uxwing.com

Sample videos and thumbnail for preview image provided by Jessica Payne

fastflix's People

Contributors

cdgriffith avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.