Clean up RPi ffmpeg presets (#8428)

* Clean up rpi ffmpeg presets

* Remove from docs

* Put back encoding
This commit is contained in:
Nicolas Mowen
2023-11-02 06:54:51 -06:00
committed by GitHub
parent 0dd3dd23aa
commit a6279a0337
2 changed files with 1 additions and 6 deletions

View File

@@ -13,7 +13,6 @@ See [the hwaccel docs](/configuration/hardware_acceleration.md) for more info on
| Preset | Usage | Other Notes |
| --------------------- | ------------------------------ | ----------------------------------------------------- |
| preset-rpi-32-h264 | 32 bit Rpi with h264 stream | |
| preset-rpi-64-h264 | 64 bit Rpi with h264 stream | |
| preset-vaapi | Intel & AMD VAAPI | Check hwaccel docs to ensure correct driver is chosen |
| preset-intel-qsv-h264 | Intel QSV with h264 stream | If issues occur recommend using vaapi preset instead |