# Dataset-builder  A video processing tool for visual data collection, end-to-end preprocessing, ready-to-go for model training.
### Input A video or a set of videos. Currently supports `.mp4` only.
### Features
Audio extraction :v: - `python src/app.py --fileName 001-01.mp4 --extractAudio yes`
Audio detection :v: - `python src/app.py --fileName 001-01.wav --detectAudio yes` - To show plot: `python src/app.py --fileName 001-01.wav --detectAudio yes --plot true`
Audio-video split :v: - To separate audio: `python src/app.py --fileName 001-01.wav --separateAudio yes` - To separate video: `python src/app.py --fileName 001-01.mp4 --separateVideo yes`
Audio-video merge :v: - `python src/app.py --fileName 001-01.mp4 --mergeAudioVideo yes`
Video player :v: - Play the separated videos to see all is good: `python src/app.py --fileName 001-01.mp4 --playAll`
Video compression :v: - `python src/app.py --fileName 001-01.mp4 --compressBySize 2`
Face detection and region extraction :v: - `python src/app.py --fileName 001-01.mp4 --detectLip yes --speaker 001`
Video data processing utilities :v:
### How to use it?
Clone the repository: `https://github.com/MasumBhuiyan/visual-data-manager.git`
Open terminal and <b>cd</b> to the directory where <b>requirements.txt</b> is located.
Create, activate, and install packages in a virtual environment - `pip install virtualenv` - `virtualenv env` - `source env/bin/activate` - `pip install -r requirements.txt`
To split a video run: `will be updated`
Release files for bhuiyans-dataset-builder 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bhuiyans-dataset-builder-0.0.3.tar.gz | 21.0 kB | Details |
Release files / bhuiyans-dataset-builder-0.0.3.tar.gz
| Download URL | bhuiyans-dataset-builder-0.0.3.tar.gz |
|---|---|
| Size | 21.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
09d7ca5d5539880fc58b9dc5ce9dce23e1b0f4573846fab9dfd3baab5df0eae0
|
|
BLAKE2b-256 checksum How to use checksums |
ea5187bb85e4e52de132f191433e7ed936422f6022d61cd6675ea81110dfaef5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/3.8
|