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: Result as viewed in Excel: 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 […]
Read more