Kenn Sebesta
Kenn Sebesta
I started seeing this message as well. The line of code which triggers this is here: https://github.com/andryou/scriptsafe/blob/9627e4ccc5966eed7527d669d3cd0332236c1210/js/scriptsafe.js#L1257 I'm not a Chrome developer, but an educated guess is that the limit...
> it could sync the data to pastebin or gist (or both) and only saves the reference to this in its own settings. I really like this idea. It would...
> That being said, we did include some nice features recently (like support for custom ipywidgets), so a release may be due before the end of November. It's been a...
@jsnyder Thanks for the suggestion. My experience was that I had to go pretty far back in time. The concern is that at some point in the future there will...
I confirm that @solosuper's commands just worked for me. If this works for a third person, maybe it should be documented in the `README.md`.
> is there a possibility to use a live camera instead of the extracted video frames? which line of codes should be modified for that? This is not trivial, and...
The following command uses FFMPEG to extract images to the required format: `ffmpeg -i "TownCentreXVID.avi Pictures%d.jpg` If you wanted to only have three seconds of extraction, try this command: `ffmpeg...
@Tehseen-Akhtar Looks like a copy-pasta flub, there's a missing `"`. I don't recall, but if I had to guess I'd say it's around the TownCentreXVID.avi string, e.g. `"TownCentreXVID.avi"`. Give it...
`ffmpeg` is a command line utility. You'll need to download and install it. Explaining that is outside the scope of this Issue, so I would recommend googling to find more...
@eulesv Could you post the script as you have it so far?