Jump to content

AVI FILES


Recommended Posts

Actually, I'm not sure if this will work on AVI's, but I know it works on MPG's: the Linux system has a utility called CAT, short for concatenate. It accepts format like this:

cat file1 file2 file3 > file4

Upon execution of that, file4 contains everything in file 1,2, & 3, in the order they were entered. Hence, if file1 held:

123

file2 held

456

and file3 held

789

then after executing the above command, file4 would hold

123456789

The reason I mention all of this, is because the DOS system has a utility called TYPE, which works in the exact same way hence:

C:\> type file1 file2 file3 > file4

would do the aforementioned, and this works for *.MPG

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy