Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.31 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.31 KB

Simple-SVT-HEVC-GUI

A simple GUI using PySimpleGUI for the SVT-HEVC FFmpeg plugin.

Preview image

External libraries

External software

Binaries and building

The goal is to privde the gui and ffmpeg as binaries in the release section. Currently only Windows build is available.

To create a binary for the UI, use pyinstaller (which can be installed with pip) For example: pyinstaller -wF Simple-GUI.py

FFmpeg built with SVT-HEVC support needs to exist in the same folder as the gui executable or the python script. Build it with the instructions from the official SVT-HEVC repo or with the media-autobuild-suite.

Licenses

All software should be GLP-compatible. FFmpeg was built with GPL v3 compatibility.

Note that SVT-HEVC is Copyright (c) 2018 Intel Corporation and distribution of its binaries must be accompanied by the license and terms detailed here.