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 <filename>_part1.stx
- Go to File -> Save Project As and create a new project called <filename>_part2.stx
- Go to File -> Open Project and open <filename>_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 <filename>_part1.mpg
- Go back to Edit mode and Select File -> Open Project. Open <filename>_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 <filename>_part2.mpg
- Go to File -> New Project. Click the File Folder icon in the album and browse for <filename>_part1.mpg. Open it and add it to the Timeline.
- Click the File Folder icon in the album again and browse for <filename>_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 <filename>_new.stx
- Finally output the project to the desired format.
If either of the two new projects hangs during the rendering phase, that new project may need to be split again. Please refer to the FAQ on Render Hanging for additional information.