Skip to content

llr-opensoft-24/opensoft-video-compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Processing and Uploading into GridFS

  1. Clone and create, activate virtual environment
python3 -m venv venv
source venv/bin/activate
  1. Install the required libraries
pip3 install -r requirements.txt
  1. Add the required credentials and other variables to .env file following the .env.example template
touch .env
  1. Run the python script as standalone process
python3 compress_and_upload.py <file_name>

This will compress the given video into multiple resolutions and upload it into the MongoDB GridFS Location mentioned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published