panzi / mediaextract

Extracts media files (AVI, Ogg, Wave, PNG, ...) that are embedded within other files.
http://panzi.github.com/mediaextract/
MIT License
160 stars 15 forks source link

Files limit #21

Open borsuczyna opened 3 years ago

borsuczyna commented 3 years ago

Can't extract full 300mb file at once and need to delete first half with HXD. (ogg files)

panzi commented 3 years ago

Do you have more details on that?

borsuczyna commented 3 years ago

Hey, sorry for long answer time, I have 400mb .pac file with .ogg files and mediaextract not extracts all files at once, you need to open this file in HxD and make new file with rest data https://i.imgur.com/8CnWjrL.png

https://i.imgur.com/9rXutxB.png

panzi commented 3 years ago

That is a limitation with the 32bit binary. Have you tried the 64bit binary? Or do you really still use an 32bit OS?

panzi commented 3 years ago

Wait you said 400MB, not > 2GB. That should work even with 32bit. Weird.

borsuczyna commented 3 years ago

Yeah, I'm also using x64 bit architecture