-
Notifications
You must be signed in to change notification settings - Fork 34
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
makezip improvements #366
Comments
@stephenmcconnachie curious to know about any compression experiments ye did. I'm going to write a blog on my benchmarking - using mac pro 12 threads with USB3 source, Pegasus Thunderbolt RAID destination, 1.6 TB 2K DCDM as input - it takes a similar amount of time (about 16 hours) to compress with LZMA level 3. Maybe this is because of usb3/150K files overhead etc - I usually get a flurry of files being zipped, then it stalls, possibly to gather the crc32 checksums?.. Here's some benchmarks with reel 2 of a DCDM (no easily compressed opening credits) I'm running further tests now on the speeds for uncompressed whole zips just to see how similar it is.
|
To clarify - I would have expected more of a gap in zipping time between lzma level 3 and uncompressed - it's the uncompressed that does the stalling after about 800 megs or so are processed (probably some I/O overhead and bottlenecks due to image sequence silliness) |
Hi Kieran, we've never actually used any compression method for our DCDMs (or DCP or DPX either) - we use TAR only, not ZIP. I'm interested in your tests for ZIP modelling though, for DCDM, as obviously the data storage overheads are huge... |
Yeah, we defo don't do it for DCP. For large DCDMs, I keep seeing that the uncompressed 7za processes take longer than Defalte and even LZMA level 3. So approx 60% space saving for even less time than uncompressed. I think it all depends on the I/O and the >100k small files are definitely a factor here, but we are moving ahead with LZMA level 3 for DCDM now anyhow - until we figure out how to get rawcooked to play nice with the folder structure of DCDM - and the confusion that will arise from having audio stems.. |
Keep us posted, I’d love to learn how that ZIP workflow pans out
From: kieranjol [mailto:[email protected]]
Sent: 04 November 2019 09:36
To: kieranjol/IFIscripts <[email protected]>
Cc: Stephen McConnachie <[email protected]>; Mention <[email protected]>
Subject: Re: [kieranjol/IFIscripts] makezip improvements (#366)
Yeah, we defo don't do it for DCP. For large DCDMs, I keep seeing that the uncompressed 7za processes take longer than Defalte and even LZMA level 3. So approx 60% space saving for even less time than compressed. I think it all depends on the I/O and the >100k small files are definitely a factor here, but we are moving ahead with LZMA level 3 for DCDM now anyhow - until we figure out how to get rawcooked to play nice with the folder structure of DCDM - and the confusion that will arise from having audio stems..
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://url4.mailanyone.net/v1/?m=1iRYmS-000146-4q&i=57e1b682&c=GfpOQLhUhSRJmqmbfB212NfWDOBZmYGZ5-C5onza3OHQ0x4j54cUFPwJr5bTsVt7HxVHNlE9Ieh-85mqjhlrlGrPMVeJO0rO7qLrPb1FLx7Gk5gB6yOA7NRvPx3qLkT7TzZoo2P1PQalOm8DmnZbY7oJAGS9latzCQp8a6BZiFk_ENt22upZ25sKbXumLjjO55JlKQncTEUH6WAGHDluLGCBDEuOKIlsbnRvuOX1xhnJgLXZe51Hnh9Ljcdu_GTFVAIT2KUbDYdSQk7F8nVq9oyNfgGMupd0sDJin97yfsb_2udrKRwFEaAkfVcXI5gKuqxYpXYpeKJE1lxNhbWnWKcF1jwnVezZV4EI5BnD6MQDBEhXfE1nNGA3Icj83GOrOkjrZiWOn07VEJbkJ3r6DUXiAR3PdMMhzmDzbLslYKwgXF9pe4LrUdRKFlkyk_XvQu8akZ9z5Qb-RuM5GNzPfPMn9RH-0ARVv4kIAzC7WV4>, or unsubscribe<https://url4.mailanyone.net/v1/?m=1iRYmS-000146-4q&i=57e1b682&c=QJPfEU3FBg8Jwjg0OEfsuOLSbLMzrFjEEAZpnSVZV-mH3P1BkjIBa0RJ3dPTNDZIWy1S7_JcGY0WtJ0h7FL-Zrn2-zXq3YqpUMKvoQzKwc6_DbIyH0FMBJ0SxElhhnNh3zt18ueTC5PYK-uGgrTZw4g17ea80pqZAOmaM5UaOpRmHPrpNpwsmUNp55cQ1bhZvitn-A0ijkkxrpThFylkuyVWH5tqebnhPXXce3cjtIMOI5ImAhETRFIDJ4HG92yOYrK_c5ujsW3ll5NLuiPmJSia1Wv2EuHXGuxUQB0KUzuBv8a33PVnGzKvMS3WaRGS>.
The British Film Institute is governed by Royal Charter and is a charity registered in England and Wales number 287780. The contents of this e-mail are confidential and may be legally privileged. If you are not the intended recipient, kindly notify the sender that you have received this message in error and immediately delete it. Unless you are the intended recipient, you may not forward this e-mail to anybody, nor make any use of its contents.
|
Most of these have been added. I need to add a -uncompressed option to both sipcreator and makezip, as there are some DCDMs that have terrible compression ratios and the maxed out CPUs and added verification time are simply not worth the hassle. It's totally worth it for the times when we get significant reductions in size though. |
Now that we know more about zips, there's much room for improvement:
The text was updated successfully, but these errors were encountered: