A program which converts images and video into Excel spreadsheets

image2excel

A program which converts images and video into Excel spreadsheets.

Videos can take a long time to save.

Example conversion

Original image:

test_image_readme


Result as viewed in Excel:

test_conversion

Video is the same except each frame is it’s own spreadsheet.


Prerequisites

Main libraries can be installed with:

pip install -r requirements.txt

Web UI libraries can be installed with:

pip install -r web_requirements.txt


Command syntax

image2excel-cmd.py [-h] [--scale SCALE] [--filter FILTER] [--frameskip FRAMESKIP] [--forceframeskip] [--videocut VIDEOCUT] type file_path output_path mode

Use image2excel-cmd.py -h for help. Information about arguments is displayed below.

Media type: video or image

File path: The location of the original iamge. test_image can be for one of the test images, no test videos (scale of 0.1

 

 

 

To finish reading, please visit source site