Select frame for thumbnail extraction #1052
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: Instead of using the middle frame of the video, the user can now select a specific frame for thumbnail generation. If no valid value is provided, the middle frame will still be used as a fallback.
Changelog Description
Additional info
This PR is related to #1051.
As mentioned in the issue, I am not entirely sure which option aligns best with the default behavior of AYON:
A. Enter the real frame number to be used as the thumbnail (e.g., 1005) (my preferred method).
B. Enter the frame number of the extracted video (e.g., 5).
In the first commit, I used my preferred method [A].
Testing notes: