Skip to content
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

APNG thumbnails #3

Open
unreadablewxy opened this issue Feb 17, 2020 · 5 comments
Open

APNG thumbnails #3

unreadablewxy opened this issue Feb 17, 2020 · 5 comments
Labels
in progress Doing, not done yet planned Want, but not sure how

Comments

@unreadablewxy
Copy link
Owner

  • Current thumbnailer snaps the first frame visible. This is not ideal for non-images that frequently starts with solid colors.
  • We can't just transcode a hour long APNG if the source is that long.
  • Perhaps a configurable strategy? possibly +X seconds from first contrast change, or when histogram drastically changes?
@unreadablewxy unreadablewxy added the unplanned Might want, thoughts? label Feb 17, 2020
@unreadablewxy unreadablewxy added in progress Doing, not done yet planned Want, but not sure how and removed unplanned Might want, thoughts? labels Apr 29, 2020
@KoolKeith
Copy link

KoolKeith commented May 2, 2020

Hello. Check out this project, how he handles the "evading".
https://p.outlyer.net/vcs
Some snippets from there, which could help:

image link

I like that script so much, it's robust and clever for the job. It uses mplayer and ffmpeg hand in hand (and other needed tools too). But sadly it's in bash. Plus: I have zero interest in the pretty collages, I just need the clever sequence-thumb-taking. In the past I trimmed the whole script down, but that's a lot of work, so I still look out for other workflows. Which brought me HERE !! I have extreme high hopes for fs-curator, because it looks like 99,9 % of exactly what I try to do for years.

I hope you can get some inspiration from VCS.

@KoolKeith
Copy link

I mean, there are even more nifty things to get a better thumbs sequence. Recently I saw a project which even uses opencv to detect scene cuts. But for my "taste" that is way to slow, if you need to index/scan hundereds of movies.

@unreadablewxy
Copy link
Owner Author

I had a read of their docs & licensing info. I understand the behavior they're going for and it should be doable.

Can't use or read VCS code though due to licensing incompatibility. So please excuse me snipping that image down to a link.

@unreadablewxy
Copy link
Owner Author

unreadablewxy commented May 2, 2020

Out of curiosity @KoolKeith, could you provide a bit more detail on what you want done to your files? From the moment they're placed into a hopper to when they're placed into a store

@KoolKeith
Copy link

view, all compact 9x3

image

Repository owner deleted a comment from KoolKeith May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Doing, not done yet planned Want, but not sure how
Projects
None yet
Development

No branches or pull requests

2 participants