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.
NG_2023_Video/README.md
Heorhii Mykhailenko 749a36b445 Initial commit
2023-06-06 18:18:12 +03:00

506 B
Executable file

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.