plex_generate_vid_previews
plex_generate_vid_previews copied to clipboard
This is a script to manually generate Plex preview thumbnails
my compose file: version: '3' services: previews: image: stevezzau/plex_generate_vid_previews:latest environment: - PLEX_URL=http://192.168.2.90:32400 - PLEX_TOKEN=zMQQrtertertasNx - PLEX_BIF_FRAME_INTERVAL=3 - THUMBNAIL_QUALITY=2 - PLEX_LOCAL_MEDIA_PATH=/mnt/thumbs/ - TMP_FOLDER=/tmp/thumbs/ - PLEX_TIMEOUT=120 - GPU_THREADS=8 - CPU_THREADS=6 volumes: -...
There is a known issue where AV1 codes are extremely slow to process when using the docker container. For example, it runs at 0.8x speed in the container; on the...
Certain video files will not generate previews with the default Plex ffmpeg args if the encoded media has a lack of keyframes. This can be fixed by adding `GenerateBIFKeyframesOnly="0"` to...
## Overview This PR adds support for AMD graphics. ## Note - This is still in the ideation stage and requires testing. - Currently, I am unable to set up...
Just following up on my issue with gpu hw acceleration not working as requested, I left the script running for as of the console logs below just over 6 hours...
Latest docker image ``` 2024/09/12 19:03:02 | ❌ - Error generating images for /storage/series/American Horror Story (2011) /Season 05/American Horror Story (2011) - S05E05 - Room Service [WEBDL-1080p][AC3 2.0].mkv. `NVMLError_LibraryNotFound:...
I have a couple of questions surrounding the tool that would be really helpful. 1. When it comes to setting `GPU_THREADS` what metric should I look at to choose the...
i know amd support was added when you dont have one. is it possible to implement intel's igpu?