https://github.com/malexandersalazar/tools-python-quick-video-noiser
A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.
https://github.com/malexandersalazar/tools-python-quick-video-noiser
ffmpeg opencv python
Last synced: 2 months ago
JSON representation
A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.
- Host: GitHub
- URL: https://github.com/malexandersalazar/tools-python-quick-video-noiser
- Owner: malexandersalazar
- Created: 2022-12-31T23:37:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T23:37:13.000Z (over 3 years ago)
- Last Synced: 2025-05-15T06:11:29.571Z (about 1 year ago)
- Topics: ffmpeg, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick video noiser tool

A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.
## Installation
### ffmpeg
Download FFmpeg from their [download page](https://ffmpeg.org/download.html) and then add ffmpeg to the PATH environment variable.
### Quick video noiser tool
Just copy the `qvn.py` script located in the dist folder.
## Getting Started
To use the script we only have to indicate the path of the video that we want to process.
> python qvn.py W:\lyra-iorek.mp4
You can also set the noise type as a parameter: `saltpepper` or `speckle` (default).
> python qvn.py W:\lyra-iorek.mp4 saltpepper

## Dependencies
* python (== 3.8.15)
* cv2 (== 4.6.0)
* numpy (== 1.23.5)
## License
This project is licenced under the [MIT License][1].
[1]: https://opensource.org/licenses/mit-license.html "The MIT License | Open Source Initiative"