VSE thumbnails improvements #91618

Closed
opened 2021-09-23 00:58:11 +02:00 by Richard Antalik · 4 comments
  • Check if reusing strip hash used by rendering job speeds up initialization with large number of strips. if it doesn't, fix it anyway. (b534806ecb) Note: it wasn't initialization that caused freezing, it was rather strip anim freeing, reusing ghash seems to have no impact on performance.

  • To speed up loading, Check strategy to render "guaranteed" set of thumbnails. Especially if cache can be shared this could help a lot. (3a898db363) Note: better strategy seems to be other way around as far as performance goes.

  • Make first (and last) thumbnail reflect actual handle position. (29b9187b32) Note: Only first image is updated, though it's possilbe to update last one too.

  • Change cache so thumbnail (and possibly raw) types are keyed by path to file and disregard various context settings and Sequence pointer. Front-end should stay same. (D12771)

    • There are rabbitholes like effect strips producing raw images and scene strips rendering at "host" scene resolution so simple string key is probably not enough.
    • Added complexity is, that all cache types per frame should be invalidated at once, otherwise prefetch doesn't work and issues like that.
    • Above points don't quite apply to thumbnails, but there are issues of this type in general. For example if we would implement downscaling for movies, first point will apply.
- [x] Check if reusing strip hash used by rendering job speeds up initialization with large number of strips. if it doesn't, fix it anyway. (b534806ecb) Note: it wasn't initialization that caused freezing, it was rather strip `anim` freeing, reusing ghash seems to have no impact on performance. - [x] To speed up loading, Check strategy to render "guaranteed" set of thumbnails. Especially if cache can be shared this could help a lot. (3a898db3638d) Note: better strategy seems to be other way around as far as performance goes. - [x] Make first (and last) thumbnail reflect actual handle position. (29b9187b327c) Note: Only first image is updated, though it's possilbe to update last one too. - Change cache so thumbnail (and possibly raw) types are keyed by path to file and disregard various context settings and Sequence pointer. Front-end should stay same. ([D12771](https://archive.blender.org/developer/D12771)) - There are rabbitholes like effect strips producing raw images and scene strips rendering at "host" scene resolution so simple string key is probably not enough. - Added complexity is, that all cache types per frame should be invalidated at once, otherwise prefetch doesn't work and issues like that. - Above points don't quite apply to thumbnails, but there are issues of this type in general. For example if we would implement downscaling for movies, first point will apply.
Author
Member

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Member

Added subscribers: @iss, @fsiddi, @quantimoney

Added subscribers: @iss, @fsiddi, @quantimoney

This issue was referenced by 29b9187b32

This issue was referenced by 29b9187b327ce09362c3ad369ba24058a76cae45
Richard Antalik added this to the Video Sequencer project 2023-02-09 21:00:44 +01:00
Philipp Oeser removed the
Interest
VFX & Video
label 2023-02-10 09:31:43 +01:00

What was still not done under this task, was superseded by things done under #126087

What was still not done under this task, was superseded by things done under #126087
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2024-09-03 08:28:17 +02:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blender/blender#91618
No description provided.