-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
File Size is increasing, when saving new mf4 file #1129
Comments
MDF Version 4.10 |
Integer signals that are not a standard bit size will be saved as standard size ( 1 bit signal becomes 8 bit, 10 bit signal becomes 16 bit ). Another increase is caused when VLSD signals are stored (variable length signal) because the biggest sample length will be used by the saved signal. You should use compression=2 to get extra space saving |
thaks for the quick answer. |
Can you share how you create the new MDF ? |
|
We work with existing mf4 files, read out channels we need, modify the name and then write them into a new mf4 file. We work with compression= 1, mostly that works. Sometimes the file increases a little in size, which is ok. But sometimes file size is 5 to 10 times as huge as the original one. With a 500 MB file that results in some GB, which is a lot.
Can you tell, why this happens sometimes? Is it because of some signal format? actually because we get rid of some signals, we would expect the file size to be even lower than the original one.
The text was updated successfully, but these errors were encountered: