Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-connan-cybex committed Aug 15, 2024
1 parent 3ca02cd commit 8bef342
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,14 @@ TRANSMORPHER_VIDEO_ENCODER=nvidia_h264

The nVidia encoders have different presets available.
Higher preset numbers are higher quality and slower.
For an encoder specific list see: ffmpeg -h encoder=h264_nvenc
For encoder specific lists of presets see:

To set the high quality preset, use the following environment variable:
```bash
ffmpeg -h encoder=h264_nvenc
ffmpeg -h encoder=hevc_nvenc
```

The default preset is `p4`. To set the high quality preset, use the following environment variable:

```dotenv
TRANSMORPHER_VIDEO_ENCODER_NVIDIA_PRESET=p6
Expand Down

0 comments on commit 8bef342

Please sign in to comment.