File | Date | Author | Commit |
---|---|---|---|
bin | 2021-11-21 |
![]() |
[278ca3] new script |
modules | 2021-11-19 |
![]() |
[6122d2] first public ver |
resources | 2021-11-20 |
![]() |
[7e7396] Update how2plugin.md |
src | 2021-11-19 |
![]() |
[62f588] plugin loader fix |
.gitignore | 2021-11-19 |
![]() |
[6122d2] first public ver |
LICENSE | 2021-11-19 |
![]() |
[6122d2] first public ver |
README.md | 2021-11-21 |
![]() |
[56c0c0] Update README.md |
README_RU.md | 2021-11-21 |
![]() |
[8128b4] Update README_RU.md |
SConstruct | 2021-11-19 |
![]() |
[6122d2] first public ver |
SEZEII.code-workspace | 2021-11-19 |
![]() |
[6122d2] first public ver |
plugin-api.hpp | 2021-11-19 |
![]() |
[6122d2] first public ver |
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"
.\
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)
Copyright © 2021, HPW-dev