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

Webpublisher: cleanup wp extract thumbnail #4067

Merged
merged 3 commits into from Nov 4, 2022

Conversation

kalisp
Copy link
Member

@kalisp kalisp commented Nov 3, 2022

Brief description

Removes obsolete ExtractThumbnail for webpublisher host which uses only ffmpeg.

Description

Replaced by more explicit ExtractThumbnailFromSource which should be able to handle big resolutions.
Also handles Overriding of integration of thumbnail representations into DB for all families.

Testing notes:

  1. Double check that CollectPublishedFiles has Create review tag for reviewable items
  2. publish single png file via WP - if resulting family is set to be sent to Ftrack (CollectPublishedFiles), it should provide thumbnail for it in there. Depending on PreIntegrateThumbnails Settings it should keep said thumbnail file in 'publish' folder next to real published file.
  3. publish video file via WP

It should handle all instance which has thumbnail representations, not only specifically for image and render. There might be many more.
Functionality will be replaced by ExtractThumbnailFromSource which handles resolution.
Reviewable instance must contain thumbnailSource field pointing to source file for Thumbnail.
@kalisp kalisp added the type: bug Something isn't working label Nov 3, 2022
@kalisp kalisp requested a review from 64qam November 3, 2022 17:36
@kalisp kalisp self-assigned this Nov 3, 2022
@ynbot
Copy link
Contributor

ynbot commented Nov 3, 2022

Task linked: OP-4371 Cleanup WP ExtractThumbnail

@github-actions github-actions bot added this to the next-patch milestone Nov 3, 2022
@kalisp kalisp merged commit 29f0c81 into develop Nov 4, 2022
@kalisp kalisp deleted the bugfix/OP-4371_Cleanup-WP-ExtractThumbnail branch November 4, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants