crisishistory/HistoryAIToolkit

Simplify slicer.py by using Python ffmpeg bindings

Open

#68 opened on Oct 7, 2023

View on GitHub
 (8 comments) (0 reactions) (1 assignee)Python (18 forks)github user discovery
good first issuehacktoberfest-acceptedhelp wanted

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

  • Look into if https://github.com/kkroening/ffmpeg-python has Python code similar to slicer.py
  • Check if there are other similar Python ffmpeg bindings
  • If so, refactor slicer.py to reduce our lines of code by using any Python ffmpeg bindings as a dependency

Contributor guide