Sign in with
Sign up | Sign in
Your question

merging large files

Last response: in Apps General Discussion
Share
September 23, 2014 9:09:52 AM

I'm looking for a (free) program that can compare and merge 2 large files e.g. (500MB)

More about : merging large files

September 23, 2014 9:16:45 AM

What kind of files?

-Wolf sends
m
0
l
September 23, 2014 9:25:58 AM

Wolfshadw said:
What kind of files?

-Wolf sends


don't now What to call these files but they aren't text-files
m
0
l
Related resources
Can't find your answer ? Ask !
September 23, 2014 9:31:47 AM

Word Documents? Spreadsheets? PDFs? Slide Shows? Images?

How about the file extension? .doc? .xls? .pdf? .pps?, .ppt? .txt?

Any help?

-Wolf sends
m
0
l
September 23, 2014 9:45:52 AM

In Windows Explorer you can enable the file extension (Google for how).

However, the ONLY thing that makes sense to me would be merging VIDEO files. For that, there's a program called MKVMERGE which works quite will though the first time it's a bit tricky as you use the "APPEND" feature. You can find a HELP file likely though.

The program's main feature is merging video, audio, and subtitles together which is a separate thing.
m
0
l
September 23, 2014 10:07:01 AM

Wolfshadw said:
Word Documents? Spreadsheets? PDFs? Slide Shows? Images?

How about the file extension? .doc? .xls? .pdf? .pps?, .ppt? .txt?

Any help?

-Wolf sends


just 2 files i'm trying to merge to test something out

all i can tell is that the files aren't things to open/edit or read, but is used by e.g. "GUI"

normally these kinds of files could be opened with hexeditor, i tried using winmerge but told me the files were to big
m
0
l
September 23, 2014 11:15:00 AM

Quick-and-dirty: Add these two files to a ZIP archive, and compare their CRCs. If they match, the files are same. There are stand-alone CRC calculators you can also use.
m
0
l
September 23, 2014 12:25:00 PM

Alabalcho said:
Quick-and-dirty: Add these two files to a ZIP archive, and compare their CRCs. If they match, the files are same. There are stand-alone CRC calculators you can also use.


i want to also merge these 2 files
(meaning changing/adding missing parts from one file to the other)
m
0
l
September 23, 2014 12:36:34 PM

QuestinMarks said:
Alabalcho said:
Quick-and-dirty: Add these two files to a ZIP archive, and compare their CRCs. If they match, the files are same. There are stand-alone CRC calculators you can also use.


i want to also merge these 2 files
(meaning changing/adding missing parts from one file to the other)


Without knowing what type of files these are, it is impossible to say how, or if...
m
0
l
September 23, 2014 2:38:54 PM

USAFRet said:
QuestinMarks said:
Alabalcho said:
Quick-and-dirty: Add these two files to a ZIP archive, and compare their CRCs. If they match, the files are same. There are stand-alone CRC calculators you can also use.


i want to also merge these 2 files
(meaning changing/adding missing parts from one file to the other)


Without knowing what type of files these are, it is impossible to say how, or if...


i know that you can check the difference between any files (e.g. hexeditor) and move/change from one file to another with winmerge but it only works if there small, i need a program thats free and can merge 2 large files
m
0
l
September 23, 2014 2:42:08 PM

Again...what type of files?
txt, mp3, jpg, RAW, mp4, doc???

What are they?
m
0
l
September 25, 2014 9:11:22 AM

USAFRet said:
Again...what type of files?
txt, mp3, jpg, RAW, mp4, doc???

What are they?


RAW
m
0
l
September 25, 2014 1:30:53 PM

QuestinMarks said:
USAFRet said:
Again...what type of files?
txt, mp3, jpg, RAW, mp4, doc???

What are they?


RAW


RAW files, as in from of a digital camera?
What are you actually trying to do?
m
0
l
September 25, 2014 2:05:35 PM

USAFRet said:
QuestinMarks said:
USAFRet said:
Again...what type of files?
txt, mp3, jpg, RAW, mp4, doc???

What are they?


RAW


RAW files, as in from of a digital camera?
What are you actually trying to do?


its more of a file-file (meaning files that don't have a specific program to open, but are used by for example a gui)

i'm trying to move some parts of one file to another.
because both files are most part the same, but with some difference (for e.g. one of them has more some data and te other doesn't or vis versa)

i want to merge these 2 files (add/change from one another)
i want to test something
m
0
l
September 25, 2014 2:18:02 PM

Sorry, but this still isn't making a lot of sense to me.

2 files:

#1
AAAAAAAA
BBBBB
DDDDDDDD

#2
AAAAAAAA
CCCCC
DDDDDDDD

Mostly the same, with minor differences. What should the end result be?
Merge them, and which wins? The B's or the C's?
There are many applications that can show you the difference, or can tell you that they are the same or different, but I am not aware of anything that can 'know' how to merge like that.
m
1
l
September 25, 2014 3:18:06 PM

USAFRet said:
Sorry, but this still isn't making a lot of sense to me.

2 files:

#1
AAAAAAAA
BBBBB
DDDDDDDD

#2
AAAAAAAA
CCCCC
DDDDDDDD

Mostly the same, with minor differences. What should the end result be?
Merge them, and which wins? The B's or the C's?
There are many applications that can show you the difference, or can tell you that they are the same or different, but I am not aware of anything that can 'know' how to merge like that.



i know that hexeditor in winmerge is used to open certain files
from there you can see the difference between the two

what i want is a program that can see the difference and show it in hex (needs to support large files like 400MB), winmerge gives me a error when i try to open these files and try to compare them

i want to create a new file combined of the 2 previous ones, i want to move the missing parts of the 500MB file into the 400MB
m
0
l
September 25, 2014 6:58:31 PM

QuestinMarks said:
USAFRet said:
Sorry, but this still isn't making a lot of sense to me.
2 files:
.....

i know that hexeditor in winmerge is used to open certain files
from there you can see the difference between the two

Did you actually read when you quoted USAFret? How would you merge
File1: ABABABAB
File2: BABABABA

For starter, check XVI32 Hex Editor. You can open two instances (one for each file), and use WinMerge to see where your files differe, and copy/paste the parts. And then, cross your fingers that resulting file will have any meaning for the application which uses it.
m
0
l
September 26, 2014 11:56:51 AM

USAFRet said:


According to this, WinMerge can handle up to 2GiB files.


If i use winmerge and try to open them i get a "out of memory" message
m
0
l
September 26, 2014 2:17:19 PM

QuestinMarks said:
USAFRet said:


According to this, WinMerge can handle up to 2GiB files.


If i use winmerge and try to open them i get a "out of memory" message


What are the system specs you're doing this on?
Supposedly WinMerge can do it. Maybe your system can't. Open 1 file at a time....does it still happen?
m
0
l
September 27, 2014 1:59:22 AM

USAFRet said:
QuestinMarks said:
USAFRet said:


According to this, WinMerge can handle up to 2GiB files.


If i use winmerge and try to open them i get a "out of memory" message


What are the system specs you're doing this on?
Supposedly WinMerge can do it. Maybe your system can't. Open 1 file at a time....does it still happen?


my computer is good it should handle it
specs
intel i7
RAM 6GB
m
0
l
!