Skip to content

HPW-dev/SEZEII

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEZE II

Смотреть на русском

SEZE is a plugin-based video converter for Windows/Linux. You can write your video filter in C++ (see section "How to make video effect"). Output video is a lossless H264 RGB24 format and not contain audio.

  • CLI version usage example: seze -i "path_to_your_vid.mp4" -o "path_to_output.mkv" -p "path_to_plugin".
    Execute seze without options or with -h for watch avaliable commands
  • GUI version - launch seze-gui

Fast drag'n'drop scripts avaliable for Windows (see bin/scripts folder)

Example effects

Video demo + tutorial on russian

Gif demo:

How to build

How to make video effect

Used libs

  • FFmpeg (4.3.1) - © Free Software Foundation, Inc. License
  • DyLib (1.6.1) - © Martin Olivier, MIT license
  • itlib - © Borislav Stanimirov, Chobolabs Inc. MIT license
  • SDL2 (2.24.1) - © Sam Lantinga, Zlib license
  • libgcc, libstdc++ (tdm-1 10.3.0) - © Free Software Foundation, Inc

Used tools

  • UPX - © Мarkus Oberhumer, Laszlo Molnar & John Reiser
  • pyinstaller - © PyInstaller Development Team, GPL
  • SCons - © SCons Foundation, MIT

Donate

  • Visa/MCard: 5469 1300 1242 7256
  • ЮMoney
  • PayPal
  • BTC: 1HW5BhEJ1RnTUNahJEHhHsGcw7zpiGKLWz
  • ETH: 0x0a875463c973e1cc33c9abe9f06e82e9e29ae5ba

SEZEII License


Copyright © 2021-2022, HPW-dev