cv2ext.cli.convert_video_color package¶
Module contents¶
Convert the color of a video from the command line.
Functions¶
convert_video_color_cli()Convert the color of a video from the command line
- cv2ext.cli.convert_video_color.convert_video_color_cli() None[source]¶
Convert the color of a video from the command line.
- Raises:
FileNotFoundError – If the input file is not found.
IsADirectoryError – If the input path is not a file.
ValueError – If no color space is selected
ValueError – More than one color space is selected
ValueError – An unknown color space is found
ValueError – No conversion needed between the two color spaces