Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpw-dev/sezeii
Free plugin-based video converter
https://github.com/hpw-dev/sezeii
api cpp ffmpeg lossless scons video-effects video-processing
Last synced: 1 day ago
JSON representation
Free plugin-based video converter
- Host: GitHub
- URL: https://github.com/hpw-dev/sezeii
- Owner: HPW-dev
- License: mit
- Created: 2021-11-19T14:47:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T16:30:55.000Z (about 1 year ago)
- Last Synced: 2023-11-08T17:35:42.899Z (about 1 year ago)
- Topics: api, cpp, ffmpeg, lossless, scons, video-effects, video-processing
- Language: C++
- Homepage:
- Size: 6.08 MB
- Stars: 36
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SEZE II
[Смотреть на русском](README_RU.md)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](https://youtu.be/Knt6QhNY00c)Gif demo:\
![](resources/SEZEII.gif)
### How to build
* See [Build info](resources/how2build.md)
### How to make video effect
* See [Plugin dev. info](resources/how2plugin.md)
### Used libs
+ [FFmpeg](https://github.com/FFmpeg/FFmpeg) (4.3.1) - © Free Software Foundation, Inc. [License](https://github.com/FFmpeg/FFmpeg/blob/master/LICENSE.md)
+ [DyLib](https://github.com/tocola/DyLib) (1.6.1) - © Martin Olivier, MIT license
+ [itlib](https://github.com/iboB/itlib) - © Borislav Stanimirov, Chobolabs Inc. MIT license
+ [SDL2](https://www.libsdl.org) (2.24.1) - © Sam Lantinga, [Zlib license](https://www.zlib.net/zlib_license.html)
+ [libgcc, libstdc++](http://fsf.org/) (tdm-1 10.3.0) - © Free Software Foundation, Inc
### Used tools
+ [UPX](https://upx.github.io) - © Мarkus Oberhumer, Laszlo Molnar & John Reiser
+ [pyinstaller](https://www.pyinstaller.org/) - © PyInstaller Development Team, [GPL](https://www.pyinstaller.org/license.html)
+ [SCons](https://scons.org/) - © SCons Foundation, MIT
### Donate
* Visa/MCard: 5469 1300 1242 7256
* [ЮMoney](https://yoomoney.ru/to/410017516566873)
* [PayPal](https://paypal.me/AtariSMN81)
* BTC: 1HW5BhEJ1RnTUNahJEHhHsGcw7zpiGKLWz
* ETH: 0x0a875463c973e1cc33c9abe9f06e82e9e29ae5ba
### SEZEII License
* [MIT license](LICENSE)
***
Copyright © 2021-2022, [HPW-dev](mailto:[email protected])