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 NAMEWhich movie encoder to use. Defaults to FFMPEG.
--duration NNHow many seconds long the movie should be
--fps NNHow many frames per second the movie should contain
--start-time TIMEStart time for the movie in ‘YYYY-MM-DD HH:MM:SS+XX’ format (defaults to start time of data)
--end-time TIMEEnd time for the movie in ‘YYYY-MM-DD HH:MM:SS+XX’ format (defaults to end time of data)
--encoder-args STRINGExtra args to pass to the encoder (specify as a single string)
--utc-offset NNUTC offset for displayed timestamp (will convert to local time zone)
--timezone-label STRINGTime zone label to be added to clock