Fix H265 encoded videos that stutter when played with JellyFin
1.1K
To convert a video on any system, non-interactively:
docker run --name fixvideo --rm -it -v FULLPATH_TO_MOVIE_FOLDER:/videos icyguider/fixvideo MOVIE_FILENAME
If you want an interactive shell, use the following:
docker run --name fixvideo -it --entrypoint=/bin/bash -v FULLPATH_TO_MOVIE_FOLDER:/videos icyguider/fixvideo
Once the container starts, simply run the following:
fixvideo MOVIE_FILE_NAME_TO_FIX
Content type
Image
Digest
sha256:c108e8756…
Size
198.7 MB
Last updated
over 3 years ago
docker pull icyguider/fixvideo