Skip to content

edonssfall/multimedia_editor

Repository files navigation

Multimedia editor

Using PostgreSQL, FFmpeg, Pyhon3.10, CUDA, PULSE

https://github.com/adamian98/pulse

Quick Start

  1. Download Repository
git clone [email protected]:edonssfall/multimedia_editor.git
  1. Create environment and install requirements
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  1. Install FFmpeg and PostgreSQL
sudo apt install ffmpeg

echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -

sudo apt-get update
sudo apt-get install -y postgresql-15

sudo pg_createcluster 15 main --start

sudo systemctl start [email protected]

sudo systemctl enable [email protected]
  1. Copy and configeru .env
cp example.env .env
PROJECT_DIR='/global/path/to/project/folder'
  1. Run app
python3 main.py

Optional to use UPScale

  1. Install CUDA and CUDA Tools
    install for your version system can use this scripts
    https://github.com/edonssfall/Razer-Blade-2020-Ubuntu/tree/main/DataScience

Instructions

Using terminal

It read your system, so it can move to home folder or drivers

cd      -Move to home folder
-d      -Show list of external drivers
/d      -Show list and can chose driver to move
-v      -Use it in folder with video, to start process of search same frames
-i      -Use to start scale up all images in folders(Need to finish)
-sql    -Give access to PostgreSQL commands
...
over commands in BASH

All changes write in logs.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages