Sign inSign up

jaymoulin/rpi-plex-video-converter

By jaymoulin

Updated over 2 years ago

Plex Video converter for Raspberry PI - Docker image

Image
2

10K+

jaymoulin/rpi-plex-video-converter repository overview

Sources Issues

logo

Raspberry PI - Plex Video converter - Docker Image

latest release Docker Pulls Docker stars PayPal donation Buy me a coffee Buy me a coffee

This image purpose is to convert unsupported video files by Plex for Raspberry to mp4 which is supported.

Just run the container to convert all avi files recursively with your Raspberry Pi though the media volume :

docker run --rm -t -v /path/to/your/media/folder:/media jaymoulin/rpi-plex-video-converter

This image also exists for PC so your videos can be converted quicker using a more powerful machine

docker run --rm -t -v /path/to/your/media/folder:/media jaymoulin/rpi-plex-video-converter:pc

Appendixes

Install RaspberryPi Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/0e650b38fde684c4ac534b254099d6d5543375f1/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER

Tag summary

Content type

Image

Digest

sha256:5fb077728

Size

241.4 MB

Last updated

over 2 years ago

docker pull jaymoulin/rpi-plex-video-converter