Skip to content

Commit

Permalink
Erratum in knowledge_base entry
Browse files Browse the repository at this point in the history
  • Loading branch information
N00bcak committed Aug 9, 2024
1 parent 918bfe6 commit c5352f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions knowledge_base/VIDEO_CUSTOMISATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,5 @@ as advised by the documentation.
We can improve the video quality by appending all our desired settings
(as keyword arguments) to `recorder` like so:
```python
# The arguments' types don't appear to matter too much, as long as they are
# appropriate for Python.
# For example, this would work as well:
# logger = CSVLogger(exp_name="my_exp", crf=17, preset="slow")
logger = CSVLogger(exp_name="my_exp", crf="17", preset="slow")
recorder = VideoRecorder(logger, tag = "my_video", options = {"crf": "17", "preset": "slow"})
```

0 comments on commit c5352f1

Please sign in to comment.