Skip to content

Converts multiple rgb to greyscale using mp4 video codec(other codecs also available) using openCV

Notifications You must be signed in to change notification settings

Sarthakgupta2000/Batch_greyscaling_rgb_videos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Batch_greyscaling_rgb_videos

Converts multiple rgb to greyscale using mp4 video codec(other codecs also available) using openCV

Batch convert videos to greyscale .
Install dependencies:
  pip install pillow docopt
Note: If you do not provide an output path, the generated files will be saved
in a folder named "Converted"
Usage:
  greyscale.py <in_path> [<out_path>]
  greyscale.py -h | --help
  greyscale.py --version
Arguments:
  <in_path>   Input directory
  <out_path>  Output directory [default: ./Converted]
Options:
  -h, --help  Show this help screen.
  --version     Show version.

About

Converts multiple rgb to greyscale using mp4 video codec(other codecs also available) using openCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages