Commit
•
52d2c68
1
Parent(s):
fa738e2
Update example.py
Browse files- example.py +1 -1
example.py
CHANGED
@@ -80,7 +80,7 @@ output = query({
|
|
80 |
|
81 |
# for cosmetic purposes and get a "cinematic" feel, you can optionally add some film grain.
|
82 |
# it is not recommended to add film grain if your theme doesn't match (film grain is great for black & white, retro looks)
|
83 |
-
# and if you do, adding more than 12% will start to negatively impact file size (video codecs aren't great are
|
84 |
# 0% = no grain
|
85 |
# 10% = a bit of grain
|
86 |
"grain_amount": 10, # value between 0-100
|
|
|
80 |
|
81 |
# for cosmetic purposes and get a "cinematic" feel, you can optionally add some film grain.
|
82 |
# it is not recommended to add film grain if your theme doesn't match (film grain is great for black & white, retro looks)
|
83 |
+
# and if you do, adding more than 12% will start to negatively impact file size (video codecs aren't great are compressing film grain)
|
84 |
# 0% = no grain
|
85 |
# 10% = a bit of grain
|
86 |
"grain_amount": 10, # value between 0-100
|