3
1
I have downloaded a multipart ZIP archive. It contains a video file.
Unfortunately, IZarc reports a CRC check fail when extracting the archive. Downloading the archive again is a long task, since I used a freemium digital locker and JDownloader, it will take me several hours to download all files again and I'm even unsure if the result will be better.
So I want to ask: provided that the archive is composed by .zip
, .z01
... .z09
parts, and provided that a few bytes damaged in a video stream don't necessarily make the video unreadable (it's an MP4),
Just one question: supposing Cygwin emulates GNU/Linux and "man unzip" reports no -F -FF flags, how am I supposed to use them in Windows? By the way, I have Linux too and I can open files from there. Any advice? – usr-local-ΕΨΗΕΛΩΝ – 2013-02-04T13:50:48.563
"man zip" mentions those flags. It also explains how to use them. Basically you use
zip -F broken_archive.zip --out fixed_archive.zip
– user570500 – 2013-02-04T13:55:42.857It looked working just fine. I wasn't lucky: video crashes in the middle but this answer the question anyway – usr-local-ΕΨΗΕΛΩΝ – 2013-02-04T14:23:52.070
@djechelon: WinRAR has a Keep broken files extraction option as well. – Karan – 2013-02-04T18:22:58.133