Extract button failure
d
dulsch703
99% of the time I try to use this tool recently it appears to do nothing when hitting the extract button. I've tried Chrome, Edge and Firefox. When using Firefox I noticed this error in the console after hitting extract:
"Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request. "
The videos I'm trying to extract from use h265 encoding and they play just fine in the browser.
Hopefully this can be fixed because this is a great tool!
Krzysztof Szularz
Hi dulsch703. Unfortunately this isn't a format supported by the web browsers natively. Even if they can be played in the browser somehow, this is for sure not via built-in
<video>
player that frame-extractor.com
is using as extraction method. I want to keep the product very lean, so it doesn't download 10MB of libraries to perform the extraction.What you need is either something like
ffmpeg
or extract frames via VLC. Both of those programs will handle more problematic cases.Example of a mp4 h265 that will not work: https://test-videos.co.uk/bigbuckbunny/mp4-h265
d
dulsch703
It's really odd then, because it has worked a handful of times, but not sequentially. Like 1 in 20 attempts. When it doesn't work that error shows in the console. I guess I'll try ffmpeg or switch to h264.