-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken webm previews. #174
Comments
Hi @nashset thank you for reaching out. Do you have original webm file which you would like to import into HomeGallery or do you customize ffmpeg to produce webm preview videos? |
@xemle gallery folder has a few webm files. |
Hi @nashset I've checked big-buck-bunny_trailer.webm from https://www.webmfiles.org/demo-files. The current implementation lacks on identifying the video duration and skips the video convertion (due eugeneware/ffprobe#6). I've fixed HomeGallery to handle that case and will provide soon a public fix. Could you check if your webm files have a duration in the format section when calling it via
HomeGallery will convert your video when a video stream has a duration or if there is a video stream and the format has a duration. Would that fit to your files? |
Please @nashset test your files with the new master builds. These include fixes for webm files
|
they show up in the gallery,
but upon getting the webapp to try and preview them,
it just throws an error because no video preview of them seems to be in the cache directory.
"No video with supported format and MIME type found."
could've sworn ffmpeg supported these.
tried reading the docs and messing with stuff but i think i've dumped too much time into this by now.
so thought i'd bring it up and move onto something else.
The text was updated successfully, but these errors were encountered: