OK, so I used the trial pro 9.0 to create a project and later found out that version 10 was coming out with features I wanted in the Studio version. One problem I encountered was that the project files are not advertised as compatible. That is probably true in most cases, but the project I created used only basic features found in both tools. I was told via support that this could not be converted, but as a developer I found this unacceptable so I looked into the raw format of the project files and tried a simple swap of some header bytes that worked. Here are the instructions, but please be forewarned that this is not supported by sony vegas.
This required use of a hex editor, so pick up a free one somewhere and apply the following changes:
1) first open both project files in separate editors and notice the following blocks:
a) block 0x00 - 0x0F (16 bytes) is the riff header, do not change.
b) block 0x10 - 0x17 (8 bytes) is the size of the project file
c) block 0x18 - 0x27 (16 bytes) appears to be the unique headers for the specific versions. This is where we'll focus on
2) Copy the 16 byte block from the .veg file into the same location in the .vf file.
3) Save as a .vf file
That's it. Sure, it's a hack and please make backups of your files before you start. Again, this will probably NOT work for more advanced pro projects!
(If this is removed from this forum, then I'll post to another popular video editing forum... just trying to be a part of the solution here folks!!!)
OP
This required use of a hex editor, so pick up a free one somewhere and apply the following changes:
1) first open both project files in separate editors and notice the following blocks:
a) block 0x00 - 0x0F (16 bytes) is the riff header, do not change.
b) block 0x10 - 0x17 (8 bytes) is the size of the project file
c) block 0x18 - 0x27 (16 bytes) appears to be the unique headers for the specific versions. This is where we'll focus on
2) Copy the 16 byte block from the .veg file into the same location in the .vf file.
3) Save as a .vf file
That's it. Sure, it's a hack and please make backups of your files before you start. Again, this will probably NOT work for more advanced pro projects!
(If this is removed from this forum, then I'll post to another popular video editing forum... just trying to be a part of the solution here folks!!!)
OP