Sometimes when render problem are experienced, it can be helpful to break up the project into multiple parts to try and isolate or work around the issue. Here is a procedure to split up the project and recombine it into a new project which should output to the desired format without the rendering problem.
Note: Do not save any of these changes to the current project name.
- Open your current problematic project.
- Go to File -> Save Project As and create a new project called _part1.stx
- Go to File -> Save Project As and create a new project called _part2.stx
- Go to File -> Open Project and open _part1.stx
- If the project has any menus, remove them.
- Remove the second half of the project, allowing the first half to remain, save the project.
- Go to Make Movie and output the project as a new MPEG2 file called _part1.mpg
- Go back to Edit mode and Select File -> Open Project. Open _part2.stx
- If the project has any menus, remove them.
- Remove the first half of the project, allowing the second half to remain, save the project.
- Go to Make Movie and output the project as a new MPEG2 file called _part2.mpg
- Go to File -> New Project. Click the File Folder icon in the album and browse for _part1.mpg. Open it and add it to the Timeline.
- Click the File Folder icon in the album again and browse for _part2.mpg. Open it and add it to the Timeline behind the first file.
- Re-add any menus and chapters.
- The result will be a new project with the same content as the original. Select File -> Save Project As and save the project as something like _new.stx
- Finally output the project to the desired format.
Was this article helpful?
Tell us how we can improve it.