Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 1.12 KB

README.md

File metadata and controls

44 lines (41 loc) · 1.12 KB

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