mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Show default FPS in main.py
This commit is contained in:
parent
e9c9cd7db4
commit
60e7eb120e
2
main.py
2
main.py
@ -161,7 +161,7 @@ if __name__ == "__main__":
|
||||
prof.add_argument('--quality', type=int, metavar='SPP',
|
||||
help="Set base samples per pixel")
|
||||
prof.add_argument('--fps', type=float, dest='fps',
|
||||
help="Set frames per second")
|
||||
help="Set frames per second (24)")
|
||||
prof.add_argument('--width', type=int, metavar='PX')
|
||||
prof.add_argument('--height', type=int, metavar='PX')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user