Shinon

Results 40 comments of Shinon

> It will be great if you issue some pull requests to combine your great release into the official repo. I might consider, though alot of the work is done...

> I noticed that there is DirectShowSource and other video providers, but in the options menu it doesn't show any other than FFmpegSource. Is it possible to add L-SMASH support?...

Will consider if someone implements it. I myself don't have much motivation for it.

Keeping in mind this project is in maintaince mode, there is no plans to add this request. However, feel free to PR new code that introduces this feature in a...

> I modified the French PO file (correction of mistakes and improvement of a translation that was not as explicit as in English). How can I submit the file to...

Looks good. However i think you change the sliders to be actual numbers like 1.00 Mm etc...

Aggreed integration woth kOS will also be nice for storing of data.

> `os.path.join(os.getcwd(), "gradio_temp")` seems really wrong. There's no way this is where gradio writes by default. It write to `C:\Users\\AppData\Local\Temp\tmp` on Windows. (Or the path returned by [`gettempdir()`](https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir) + "tmp")....

I just realized that to add in the option for user configurable temp path breaks `image_from_url_text` since it relies on a tempfile provided by python. if we could pass `opts`...

Thought of this implementation, any better implementations are appreciated.