-
Notifications
You must be signed in to change notification settings - Fork 41
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
Select frame for thumbnail extraction #1051
Comments
Hey @Dreamink-Official thank you for the request. I was wondering if it is necessary to know exact number of the frame for thumbnail or whether it could be just explicit frame agnostic approach which is already implemented now. Here in settings you are able to set float number referring to what part of total 100% range the frame should be taken. Yes it is approximating a little.
|
For me, (as a developer), the explicit frame-agnostic approach would be fine. But my artists specifically asked for a way to select the frame shown as the thumbnail, so I added this feature. They told me:
|
Any chance you can contribute back (or can share) your changes? |
Of course! I did created a PR back in time for that (#1052) |
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Right now when using the extract_thumbnail plugin AYON is picking the middle frame by default.
It would be nice to have an option in the settings to select a specific frame which is used for that.
How would you imagine the implementation of the feature?
Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
I have already implemented that locally but a question about the field in the AYON publisher: How are you handling frame ranges in AYON? For example in my DCC i am starting with frame 1001. But the extraction uses the video file so there the frame count starts by 0.
In my current implementation for that I prefere to select the frame which is displayed in my dcc so frame 1005 for example.
The text was updated successfully, but these errors were encountered: