EBBozkurt / extract_scene

This repository contains scripts for extracting scenes from a video based on different methods. The goal is to identify scene changes and split the video into separate segments representing each scene.
Apache License 2.0
2 stars 0 forks source link

Excel Services fixes #6

Closed EBBozkurt closed 1 year ago

EBBozkurt commented 1 year ago

xlsxwriter==3.1.1 openpyxl==3.0.10

There are two excel services in project, can we go with only one module?

yusufs-d commented 1 year ago

There was two different excel modules for the excel processes. These are openpyxl and xlsxwriter. There is only one module used now, which is openpyxl.