Jump to content

How to split large AVI file?


RAMzor
 Share

Recommended Posts

You would have to read the data of the file and header, then rewrite the new files with corrected header information. This can be done but is a bit of a pain if you don't understand headers. Even if you do understand headers you need to know the precise headers expected of .avi files and would have to be able to calculate those headers on the fly since no video file is exactly the same (unless it is the same file >.>) and you would need to calculate the headers manually if you did not have an automated way of doing this. In short, you would need to write an avi encoder in autoit to do this effectively. Try virtualdub instead.

Edit: Typo

Edited by dbzfanatic
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...