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" --plug "path_to_plugin"
.
Executeseze
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)
Video demo + tutorial on russian
- FFmpeg (4.3.1) - © Free Software Foundation, Inc. License
- DyLib (1.6.1) - © Martin Olivier, MIT license
- SDL2 (2.0.12) - © Sam Lantinga, Zlib license
- libgcc, libstdc++ (tdm-1 10.3.0) - © Free Software Foundation, Inc
- UPX - © Мarkus Oberhumer, Laszlo Molnar & John Reiser
- pyinstaller - © PyInstaller Development Team, GPL
- SCons - © SCons Foundation, MIT
- See Build info
- See Plugin dev. info
Copyright © 2021, HPW-dev