Final Render
Once the approved image sequences have been loaded into the main edit, you are ready to create a final render of your film.
- Open your Edit .blend file.
- Render video as a PNG sequence:
- Under
Properties > Output, set the output directory toyour_project_name/shared/editorial/deliver/frames/. - Set the file format to
PNG. - Select
Render > Render Animation.
- Under
- Render audio:
- Select
Render > Render Audio. - In the side panel, select container
.wav. - Set the output directory to
your_project_name/shared/editorial/deliver/audio/.
- Select
- Run the deliver script:
- Copy
delivery.pyfromyour_project_name/blender-studio-tools/film-delivery/to the directoryyour_project_name/shared/editorial/deliver/. - Enter the delivery directory:
cd your_project_name/shared/editorial/deliver/ - Encode audio with
./delivery.py --encode_audio audio/{name_of_audio}.wav - Encode video with
./delivery.py --encode_video frames/ - Finally, run
./delivery.py --mux
- Copy
- The final render will be found in the
muxdirectory.