Thomas Wilshaw TMW
  • Joined on 2011-04-18
Thomas Wilshaw commented on issue blender/blender#117817 2024-02-07 21:14:10 +01:00
Problems working with extreamly long image sequences (30k+ frames)

@lichtwerk I'm loading the image sequences into a Movie CLip node in the compositor.

As a comparison: Do have the same drastic slowdowns if you load the sequence as an Image Strip into the…

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-07 10:14:32 +01:00
Problems working with extreamly long image sequences (30k+ frames)

First, I should say that I am not doubting that you are seeing unacceptable performance. And I am hoping we can improve things. So don't take any of the of the following questions as being…

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-05 16:14:02 +01:00
Problems working with extreamly long image sequences (30k+ frames)

I've updated the chart with some more data points and it's clear the change in CS at least is O(n^2)

image

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-05 15:00:58 +01:00
Problems working with extreamly long image sequences (30k+ frames)

I've done a bit more testing and plotted the results. The cell in red is, I think, an anomaly as I'd already openeed that file the day before so it might have cached something somewhere.

![image…

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-05 13:39:30 +01:00
Problems working with extreamly long image sequences (30k+ frames)

I timed one of the smallest sequences I have and got the follwoing results:

5643 frmaes
display in fiel viewer: 9s
load clip: 13s
change colour space: 13s

If I were to linearly…

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-05 12:46:02 +01:00
Problems working with extreamly long image sequences (30k+ frames)

I've just been working on a sequence and timed things properly:

47222 frames
display in file viewer: 6min 55s
load clip: 3min 40s
change colour space: 11min 5s

I can sort of…

Thomas Wilshaw commented on issue blender/blender#117817 2024-02-05 11:35:23 +01:00
Problems working with extreamly long image sequences (30k+ frames)

Possibly due to the files on network drive (if you have any)? or could it be due to large number of files in particular folder and sorting them takes a while. Does this happen when file…

Thomas Wilshaw opened issue blender/blender#117817 2024-02-04 23:12:04 +01:00
Problems working with extreamly long image sequences (30k+ frames)
Thomas Wilshaw commented on pull request blender/blender#117005 2024-01-11 00:11:24 +01:00
Fix #116988: TIFF ignores compression type None

Test results:

97% tests passed, 4 tests failed out of 115

Total Test time (real) = 186.94 sec

The following tests FAILED:
         97 - io_curve_svg_complex (Failed)
         98 -…
Thomas Wilshaw commented on pull request blender/blender#117005 2024-01-10 23:51:23 +01:00
Fix #116988: TIFF ignores compression type None

Output of iinfo after saving a tiff with None compression:

none.tif : 1920 x 1080, 3 channel, uint16 tiff
    channel list: R, G, B
    compression: "none"
    DateTime: "2024:01:10…
Thomas Wilshaw created pull request blender/blender#117005 2024-01-10 23:17:28 +01:00
WIP: Fix #116988: TIFF ignores compression type None
Thomas Wilshaw pushed to tiff_add_none_compression at TMW/blender 2024-01-10 23:15:15 +01:00
954adb218f Fix #116988: TIFF ignores compression type None
Thomas Wilshaw created branch tiff_add_none_compression in TMW/blender 2024-01-10 23:15:15 +01:00
Thomas Wilshaw created repository TMW/blender 2024-01-10 22:49:17 +01:00
Thomas Wilshaw commented on issue blender/blender#116988 2024-01-10 19:23:30 +01:00
Saving as tiff ignores compression settings

Thanks I'll give it a shot and let you know how it goes.

Thomas Wilshaw commented on issue blender/blender#116988 2024-01-10 19:08:18 +01:00
Saving as tiff ignores compression settings

I'm happy to try and open a PR if you think my approach seems reasonable

Thomas Wilshaw commented on issue blender/blender#116988 2024-01-10 17:02:45 +01:00
Saving as tiff ignores compression settings

Speculation here but the issue may be that OIIO uses zip compression by default but [this](https://projects.blender.org/blender/blender/src/branch/main/source/blender/imbuf/intern/format_tiff.cc#

Thomas Wilshaw commented on issue blender/blender#116988 2024-01-10 16:49:29 +01:00
Saving as tiff ignores compression settings

I've just checked and both the LZW and Packed Bits options appear to work as expected

tif_RGB_16_LZW.tif : 1920 x 1080, 3 channel, uint16 tiff
    channel list: R, G, B
   …
Thomas Wilshaw opened issue blender/blender#116988 2024-01-10 16:42:29 +01:00
Saving as tiff ignores compression settings