Storyboard Render Queue

After selecting Storyboard Render Queue in the dropdown menu, click on the clapperboard icon in the Sequencer tool bar.

../../_images/render-clapperboard-option.png ../../_images/render-clapperboard.png

You will be displayed the panel Storyboard Render Options. If it’s empty, make sure the option Show engine content is enabled in the settings (gear icon).

../../_images/render-panel-show.png

You will be displayed several Movie Pipeline Master Config (MPMC) files. Ignore the default files inherited from Unreal Engine (Still_Draft and Still_Ultra) to focus on MPMC_Storyboard_Sequence and MPMC_Storyboard_ffmpeg.

../../_images/render-panel-MPMC.png

The first one will use directly go to the Movie Render Queue, where you can decide to render the movie as a sequence using PNG, JPEG, Avid or AppleProRes codecs. The second is an advanced option requiring an external library named FFmpeg.

MPMC_Storyboard_Sequence

This option will let you export image or video sequences from your storyboard. After selecting MPMC_Storyboard_Sequence, you will be displayed this panel. Click again on “MPMC_Storyboard_Sequence” in the category “Settings” to display the Settings.

../../_images/render-panel-MPMC-settings.png

In these settings, you can enable one or several export file formats, such as:

  • JPG or PNG sequences

../../_images/render-panel-MPMC-settings-images.png
  • WAV audio

../../_images/render-panel-MPMC-settings-wav.png

Note

Note that rendering the audio as WAV will litterally render a .wav file. There is no way to render a sequence with sound embedded.

  • Mov file formats using AppleProRes codecs (Windows only!)

../../_images/render-panel-MPMC-settings-mov.png
  • Avi file formats using Avid codec (Windows only!)

../../_images/render-panel-MPMC-settings-avi.png

You can also change Deferred Renderings :

../../_images/render-panel-MPMC-settings-deferred.png

To know more about Deferred Renderings*, please read this documentation about Render Passes.

And you can also change a few parameters to manage :

  • Anti-aliasing

../../_images/render-panel-MPMC-settings-aaliasing.png

To know more about Anti-aliasing, please read this documentation on Unreal Engine website.

  • Burn in information to be displayed on the footage as an overlay.

More information to come later

../../_images/render-panel-MPMC-settings-burnin.png
  • Console Variables to adjust some parameters.

To know more about Console Variables, please read this documentation Variables Editor.

../../_images/render-panel-MPMC-settings-variables.png

In the end, you will just have to select the final Output of the rendered sequence.

../../_images/render-panel-MPMC-settings-output.png

You can then hit “Accept” and hit “Render local” to export your animatic as a sequence.

If you need additional information, please read this documentation.

MPMC_Storyboard_Video_FFmpeg

FFmpeg is an external and open-source library to render video files with various codecs and settings. This library must be installed separately to render films and sequences with Odyssey.

Windows

Go to this website and download the pack ffmpeg-release-essentials.zip.

Unzip the content of this file (make sure you have an application to do so, such as 7zip.) and place the unzipped folder anywhere on your computer (it must be a local disk). For this lesson, the folder was renamed ffmpeg and is placed into the disk G:\

../../_images/render-ffmpeg-windows-path.png

Installing process is finished.

Mac

Go to this webpage and download the pack ffmpeg-[version-number] (as a zip). Once downloaded, double-click ffmpeg-[Version-Number].zip. This will extract it using the Archive Utility and create an executable ffmpeg file.

Open a new Finder window (use [cmd + N] and go to your Home folder (use [cmd + shift + H]) and create a new folder called FFmpeg. In this folder, create another one called bin. Move the executable ffmpeg file to this bin folder.

../../_images/render-ffmpeg-mac-path.png

Now it is time to authorize this library to run on your Mac OS. To do so:

  • Double-click the file called ffmpeg.

  • You should see an error message “FFmpeg can’t be opened because it is from an unidentified developer”. Click “OK”.

  • Go to Applications > System Preferences > Security and Privacy and click on the General tab.

../../_images/render-ffmpeg-mac-system.png
  • At the bottom of the window, you will see a message saying that FFmpeg was blocked. Click “Open Anyway”.

  • If you do not see this message in the General tab, double-click ffmpeg again in the bin folder.

  • You may have to click the “unlock” button and enter your password to be able to click “Open Anyway”.

  • If you see another popup that says “FFmpeg is from an unidentified developer. Are you sure you want to open it?”, click “Open”. If you don’t get this popup, just go to the same file and double-click it again.

When you double-click the file, a Terminal window may open. Keep the Terminal open until you see a message confirming you can close it.

../../_images/render-ffmpeg-mac-completed.png

Installing process is finished

Settings

Now FFmpeg is properly installed on your computer, you can finally go back to your Unreal Engine project and open Storyboard Render Options.

Executable Path

The first and most important one to configure, is the executable path.

../../_images/render-ffmpeg-exe-empty.png
  • On Windows, the path will depend on where ffmpeg.exe was placed, such as C:\[path]\bin\ffmpeg.exe. According to this lesson, the path will be G:\ffmpeg\bin\ffmpeg.exe

../../_images/render-ffmpeg-exe-windows.png
  • On Mac, the path will be /Users/[user-name]/FFmpeg/bin/ffmpeg

../../_images/render-ffmpeg-exe-mac.png

Then hit [Enter]. If FFmpeg executable is set properly, the tiny warning signal will vanish. If it’s still there, make sure there is no mistakes or typos in the path.

Codec Preset

FFmpeg offers many different video and audio codec to be selected in the list on the right.

Video codec:

../../_images/render-ffmpeg-codec-video.gif

Audio codec:

../../_images/render-ffmpeg-codec-audio.gif

Using FFmpeg will only let you export video files, which means you will have to set an output file extension for a video : mp4, mov, mkv, avi, etc.

If you are not too familiar with FFmpeg, you can use the preset available in Codec Preset menu.

../../_images/render-ffmpeg-codec-preset.png

In the part Command Line Arguments, you will hve to possibility to modify and add specific parameters. To know more about FFmpeg command lines, please read this documentation.

Render video with FFmpeg

Just like in the lesson above about MPMC_Storyboard_Sequence, you can also change various parameters such as Deferred Renderings, Anti-aliasing, Burn in and Console Variables. Once your settings are ready, double click on MPMC_Storyboard_FFmpeg to open the Movie Render Queue panel. If necessary, you can change the path to the output by clicking here:

../../_images/render-ffmpeg-output-render.png

Then, hit “Render local” to export your animatic as a video encoded by FFmpeg.