UniversalAl / view

view.py is Python module for vapoursynth scripts that previews, compares VideoNodes (clips) within script itself by just running script. It is using openCV to put vapoursynth's RGB on screen.
MIT License
16 stars 0 forks source link

Suggestion for Packaging view #4

Open patrickenfuego opened 1 year ago

patrickenfuego commented 1 year ago

Hello @UniversalAl! This is my favorite VS viewer, and I was wondering if you'd be open to creating a package for it so it can be easily installed via pip (if you decide to upload it to PyPi, or via git)?

I'd be happy to fork the repo and do it for you if you're open to the idea. That way users (like myself, because I'm lazy) could do a pip install git+https://github.com/UniversalAl/view.git to update/replace the package.

Cheers, thanks again for an awesome viewer.