Skip to content

A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.

Notifications You must be signed in to change notification settings

malexandersalazar/tools-python-quick-video-noiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick video noiser tool

alt text

A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.

Installation

ffmpeg

Download FFmpeg from their download page 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

alt text

Dependencies

  • python (== 3.8.15)
  • cv2 (== 4.6.0)
  • numpy (== 1.23.5)

License

This project is licenced under the MIT License.

About

A Python tool based on ffmpeg and OpenCV to add noise to videos quickly.

Topics

Resources

Stars

Watchers

Forks