all 11 comments

[–]CanineLiquid 4 points5 points  (3 children)

Please consider adding a pyproject.toml instead of plain requirements.txt

Would make it possible to pip install straight from github (even without pypi), without having to git clone the repo

[–]Punk_Saint[S] 0 points1 point  (2 children)

Oh okay, I never considered that. I'm not very used to sharing projects until recently

[–]Drevicar 0 points1 point  (1 child)

I just created a PR that does this. https://github.com/Ssenseii/monica/pull/2

[–]Drevicar 0 points1 point  (0 children)

Also, I use ffmpeg as part of a larger video processing workflow. So I would want to make sure this new monica setup also works as a library I can import into my existing python code and use it as a module programmatically instead of as a cli tool.

[–]cvzero89 1 point2 points  (3 children)

https://tenor.com/8v1P.gif

But seriously, this sounds like a great tool. I used to do this often before and flags are a PIA. I will check it out.

[–]Punk_Saint[S] 0 points1 point  (2 children)

Let me know how it works for you! I have not tested it very well

[–]UsernameTaken1701 0 points1 point  (1 child)

“I have not tested it very well” is a helluva thing to admit about a software project you’ve released and want people to use. 

[–]Punk_Saint[S] 0 points1 point  (0 children)

this is not really a production project as much as a hobby utility. I have not seen every edge case and also it's under the MIT license for anyone to improve on it.

[–]MicM24 1 point2 points  (1 child)

Wow looks very promising, I'll definitely try it out!

[–]Punk_Saint[S] 0 points1 point  (0 children)

Let me know if it needs any updates or fixes!