URL Param(s)
complete
I
Idontwannacreateanaccountforthis
Add a URL parameter named "url". The value of the param "url" would be a url to a video (mp4, avif, all of the supported video formats, and possibly a YT URL if GUI support comes out for it). Whatever that URL is in the url param (url/percent encoded or not), it will request it, treat it as a video, and attempt to extract it's frames. Other URL parameters can be added to it like "frames" and "frame-distance" or something like that to define those too.
Edit: Never mind about the URL param for YouTube, I forgot about the TOS.
Usama Afzal
I am trying to extract frames from a youtube video by using its url. However, it is not working. Can you please look into this and tell me if url option is working for youtube videos?. It will really means a lot to me. Thank you.
Krzysztof Szularz
complete
Since there was no reply I will assume it is working OK.
Krzysztof Szularz
in progress
@Idontwannacreateanaccountforthis please let me know if the implementation I've pushed is OK. You can use https://frame-extractor.com/sample.mp4 as an example of valid mp4 file that can be directly used as URL option for a video player.
Krzysztof Szularz
planned
Krzysztof Szularz
I will try to do that later this week.