This program is a video processing service. It is a project for New Generation programming courses.
This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Heorhii Mykhailenko abfece95e7 Fixed bugs
2023-06-17 17:09:50 +03:00
templates Fixed bugs 2023-06-17 17:09:50 +03:00
.gitignore Impoved style 2023-06-15 21:04:28 +03:00
config-example.ini Initial commit 2023-06-06 18:18:12 +03:00
mail.py Fixed bugs 2023-06-17 17:09:50 +03:00
main.py Fixed bugs 2023-06-17 17:09:50 +03:00
README.md Initial commit 2023-06-06 18:18:12 +03:00
requirements.txt Initial commit 2023-06-06 18:18:12 +03:00

Video processing service

This program is a video processing service. It is a project for New Generation programming courses.

Features

  • uploading a video
  • selecting a part of a video to cut and work with
  • converting a video to another format
  • adding a watermark image to a video
  • sending the result to an email address
  • displaying a progress bar

Usage

Before running the program, a file config-example.ini must be renamed to config.ini and be filled with valid SMTP server credentials.