run_ffmpeg#

skysim.plot.run_ffmpeg(ffmpeg_call)[source]#

Run FFmpeg to convert the set of images into a video.

Parameters:
ffmpeg_callstr

The shell command to run FFmpeg.

Returns:
int

FFmpeg return code.

Raises:
ValueError

Raised if FFmpeg returns a non-zero exit code.