https://colab.research.google.com/drive/1JePRDbwqvnqaEhHEozHvHlgLvxav9fKP
pip install pymongo[srv]
git clone https://github.com/jackthenewbie/MuxVId.git
-
- Get connection string (linkMongoDb of conf.json) here, make a new account,
- Security>Database Access> Add new user if you don't have one > create password and
- Data Deployments>Connect>Connect your application> Choose python 3.6 and up> Copy string Example:
mongodb+srv://john:123456789@cluster0.npogp.mongodb.net/myFirstDatabase?retryWrites=true&w=majority
- Generate database
python3 getTarget.py
- Mux
python3 MuxLocal.py
Removed database of files already exists (aka exists in destDir in database)
python3 checkoutDb.py
- Change conf.demo to conf.json
- folderTarget path must use / instead \
C:/my/video/to/mux/
- folderTarget at least has two subfolder to avoid null when detecting destination
C:/my/video/ <-- this is ok
C:/myvideo/ <-- this is not ok