Skip to content

jackthenewbie/MuxVId

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuxVId - Google colab

https://colab.research.google.com/drive/1JePRDbwqvnqaEhHEozHvHlgLvxav9fKP

Installation on Local machine

pip install pymongo[srv]
git clone https://github.com/jackthenewbie/MuxVId.git
  • https://rclone.org/install/

  • https://cloud.mongodb.com/

    1. Get connection string (linkMongoDb of conf.json) here, make a new account,
    2. Security>Database Access> Add new user if you don't have one > create password and
    3. Data Deployments>Connect>Connect your application> Choose python 3.6 and up> Copy string Example:
mongodb+srv://john:[email protected]/myFirstDatabase?retryWrites=true&w=majority
  1. Generate database
python3 getTarget.py
  1. Mux
python3 MuxLocal.py

Optional

Removed database of files already exists (aka exists in destDir in database)

python3 checkoutDb.py

Attention

  1. Change conf.demo to conf.json
  2. folderTarget path must use / instead \
C:/my/video/to/mux/
  1. folderTarget at least has two subfolder to avoid null when detecting destination
C:/my/video/ <-- this is ok
C:/myvideo/  <-- this is not ok

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages