diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 01:49:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 01:49:27 +0200 |
| commit | 1efd2b67127b7a1c1b3840e33304d4f22827a2eb (patch) | |
| tree | c3b4b933b1a751195e61b8ee69ffc631125df851 /options | |
| parent | 1efe73d462e027bd9b234154b535a384dd1c55cb (diff) | |
get script working. also FREAKY changes to live-mogrify.
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 454d576..d4ea36a 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -106,6 +106,13 @@ class DatasetOptions(BaseOptions): help='what gets sent over the wire - JPEG or PNG' ) + self.parser.add_argument( + '--frame_delay', + type=float, + default=1.0, + help='delay per render, in seconds. inverse of frame rate' + ) + ## LOAD A NEW SEQUENCE self.parser.add_argument( |
