-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Thumbnail Appearing as a Black Screen #80
Comments
It is currently based off the "start" position of the video. So if the video starts with a black screen, it will be black. Changing it to 30 seconds in should show it properly. In upcoming 3.1.0 if the video starts at 0 seconds it will jump to 10% into the video as a lot of videos start black which makes it unclear it's a thumbnail as you are experiencing. |
I'm just seeing "Error Updating Thumbnail" |
@mfraser do the logs show an traceback? |
Generating thumbnail: "/usr/bin/ffmpeg" -loglevel error -i "/home/mfraser/Videos/Birds of Prey.mkv" -vf zscale=t=linear:npl=100,format=gbrpf32le,zscale=p=bt709,tonemap=tonemap=hable:desat=0,zscale=t=bt709:m=bt709:r=tv,format=yuv420p,scale="min(320,iw):-1" -map 0:0 -an -y -map_metadata -1 -vframes 1 "/home/mfraser/.local/share/FastFlix/thumbnail_preview.png" |
Ah, some versions of FFmpeg are built with outdated versions of zimg. Are you using latest |
Adding error message that is more clear in 3.1.0
|
* Adding support for movie title * Adding settings for disable update check on startup and limited audio conversions * Adding #57 after conversion options (thanks to TGMais) * Adding Windows should not to go to sleep during conversion * Changing #80 thumbnail preview will start at 10% in if no start time given (thanks to zsumie) * Changing no longer need to restart for setting page changes * Changing width and height will only give warnings if not divisible by two * Fixing output name is not regenerated on encoder switch if matching extension * Fixing #79 crash on no internet connection (thanks to L0Lock) * Fixing output paths not working on network drives
The new error message has been added to https://github.com/cdgriffith/FastFlix/releases/tag/3.1.0 And while it may still perform most actions with outdated FFmpeg versions, I won't explicitly support them so not adding backwards compatability for them at this point. (For example, without the zscale filter, Remove HDR would also not work) |
Tested with multiple different video sources, and versions
The text was updated successfully, but these errors were encountered: