Code cleanup and number frames based on their location in the source video - #107
Code cleanup and number frames based on their location in the source video#107lizardgai4 wants to merge 11 commits into
Conversation
Note: I think we should just straight up name frames as the numbers that they should be, instead of having a lookup table. This code is already renaming files, too. I should really be moving this repo to codeberg.
|
Heads up; I'm in the process of splitting up logic into functions and making misc. changes in I sorta like what this does to some of the difficult-to-parse audio matching and video output code. Not a fan of how ffmpeg arguments each have a single line though. Makes it hard to read. We probably should've been using Btw, this PR is still using |
|
Okay, I can put these changes into my main branch and redirect this PR to pull from my main EDIT: I can't change the base branch here. I would have to make a new PR to do it, so I'll keep it as is EDIT 2: I removed most of Black's changes to stammer.py to avoid most merge conflicts |
Most of the changes can be replicated by running the following two commands:
python -m black ./*.pypython -m isort ./*.pyThe only other changes are in stammer.py, and they are: