run_ffmpeg#
- skysim.plot.run_ffmpeg(ffmpeg_call)[source]#
Run FFmpeg to convert the set of images into a video.
- Parameters:
- ffmpeg_call
str The shell command to run FFmpeg.
- ffmpeg_call
- Returns:
intFFmpeg return code.
- Raises:
ValueErrorRaised if FFmpeg returns a non-zero exit code.