Sign inSign up

icyguider/fixvideo

By icyguider

Updated over 3 years ago

Fix H265 encoded videos that stutter when played with JellyFin

Image
0

1.1K

icyguider/fixvideo repository overview

fixvideo

Fix H265 encoded videos that stutter when played with JellyFin

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

Tag summary

Content type

Image

Digest

sha256:c108e8756

Size

198.7 MB

Last updated

over 3 years ago

docker pull icyguider/fixvideo