Skip to content
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

Setting -B parameter size over 2 GiB does not work #273

Open
sgmihai opened this issue Jul 11, 2024 · 0 comments
Open

Setting -B parameter size over 2 GiB does not work #273

sgmihai opened this issue Jul 11, 2024 · 0 comments

Comments

@sgmihai
Copy link

sgmihai commented Jul 11, 2024

2147483648 works
2147483649 results in sigsegv on linux (address boundary error). On windows it just exits after a little while with no error message.

I want to patch an mkv to m2ts, so different video containers for same stream. With -B = 2GB, on a 25 GB file, around 16GB it begins to lose efficiency, until it doesn't find any more common data, patch resulting in ~7GB in the end. Before that it added around 800 kb to a 64MB block or so.
I would really like to know how you can run it with larger window sizes, maybe some older versions work ? So I can at least see what's the performance (smallest size) it can get, to compare with other tools like HDiffPatch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant