shirooo39 / MiXLab

Yet another multi-purpose Colab Notebook
https://colab.research.google.com/github/shirooo39/MiXLab/blob/master/MiXLab.ipynb
GNU General Public License v3.0
254 stars 89 forks source link

[IDEA] Online GUI for G-Colab FFmpeg #11

Open MarcoRavich opened 3 years ago

MarcoRavich commented 3 years ago

It would be great to have an online user-friendly GUI - as Transmission, aria, etc. already has - for FFmpeg.

Since it's in Python, FastFlix could be a good candidate: FastFlix GUI

https://github.com/cdgriffith/FastFlix

Hope that inspires !

shirooo39 commented 3 years ago

Since it's a complete GUI, rather than "console like GUI" (like some other cells on MiXLab; waifu2x for example) I'm not sure how to do it.

The notebook now have Chrome Remote Desktop and I think people can just remote into the VM through that, and then clone FastFlix. Run FastFlix from the remoted VM and it should brings up the same UI and experience as it is on Windows. It might not be easy to do, as you'd also have to read the wiki on how to install it on ubuntu, but I think this is the simplest way, just like you'd run it on a normal ubuntu machine.

MarcoRavich commented 3 years ago

Well, nor me.

@cdgriffith help is - of course - needed.