tracktable.script_helpers.argument_groups.movie_rendering module

Module contents

Parameters for movie rendering.

This argument group contains just those parameters that are specific to movie rendering such as the encoder to use, frames per second, duration, etc. Image-related stuff such as resolution and DPI is in the ‘image’ argument group.

Note that the timezone label is not a natural fit for this argument group. I haven’t yet figured out where else to put it.

Arguments:

--encoder NAME
Which movie encoder to use. Defaults to FFMPEG.

--duration NN
How many seconds long the movie should be

--fps NN
How many frames per second the movie should contain

--start-time TIME
Start time for the movie in ‘YYYY-MM-DD HH:MM:SS+XX’ format (defaults to start time of data)

--end-time TIME
End time for the movie in ‘YYYY-MM-DD HH:MM:SS+XX’ format (defaults to end time of data)

--encoder-args STRING
Extra args to pass to the encoder (specify as a single string)

--utc-offset NN
UTC offset for displayed timestamp (will convert to local time zone)

--timezone-label STRING
Time zone label to be added to clock
tracktable.script_helpers.argument_groups.movie_rendering.install_group()[source]

Standard method - define the Movie Rendering argument group