On this page
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 PNG Sequence
- Under
Properties>OutputSet 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 Deliver script
- Copy the
delivery.pyfromyour_project_name/blender-studio-pipeline/film-delivery/to the directoryyour_project_name/shared/editorial/deliver/ - Enter delivery directory `cd /your_project_name/shared/editorial/deliver/
- Encode audio with
./deliver.py --encode_audio audio/{name_of_audio}.wav - Encode video with
.deliver.py --encode_video frames/ - Finally
.delivery.py --mux
- Copy the
- Final Render will be found in the
muxdirectory