All Projects → jaymoulin → docker-rpi-plex-video-converter

jaymoulin / docker-rpi-plex-video-converter

Licence: MIT license
Raspberry PI - Plex Video converter - Docker image (Multiarch)

Programming Languages

Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-rpi-plex-video-converter

yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+231.58%)
Mutual labels:  raspberrypi, raspberry, multiarch
conv2mp4-py
Python script that recursively searches through a user-defined file path and converts all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. …
Stars: ✭ 37 (+94.74%)
Mutual labels:  plex, video-conversion
Gumcp
Web Control Panel for Raspberry Pi
Stars: ✭ 124 (+552.63%)
Mutual labels:  raspberrypi, raspberry
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (-5.26%)
Mutual labels:  raspberrypi, raspberry
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (+347.37%)
Mutual labels:  raspberrypi, raspberry
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (+378.95%)
Mutual labels:  raspberrypi, raspberry
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+13084.21%)
Mutual labels:  raspberrypi, raspberry
RPi-TELEBOT
Python based Telegram bot to monitor and control the raspberry pi
Stars: ✭ 19 (+0%)
Mutual labels:  raspberrypi, raspberry
TinyChat
💬 Extra small chat client with GUI
Stars: ✭ 15 (-21.05%)
Mutual labels:  raspberrypi, raspberry
wor-flasher
Legal utility that runs on RPiOS to flash another SD card with Windows 10/11
Stars: ✭ 451 (+2273.68%)
Mutual labels:  raspberrypi, raspberry
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (+263.16%)
Mutual labels:  raspberrypi, raspberry
motor-hat
Node Module to control Adafruits MotorHAT for the RaspberryPi
Stars: ✭ 28 (+47.37%)
Mutual labels:  raspberrypi, raspberry
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (+236.84%)
Mutual labels:  raspberrypi, raspberry
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (+536.84%)
Mutual labels:  raspberrypi, raspberry
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (+173.68%)
Mutual labels:  raspberrypi, raspberry
Balena Electronjs
electronJS-based resin application template
Stars: ✭ 348 (+1731.58%)
Mutual labels:  raspberrypi, raspberry
Raspibackup
Backup and restore your running Raspberry
Stars: ✭ 268 (+1310.53%)
Mutual labels:  raspberrypi, raspberry
Rpi23 Gen Image
Advanced Debian "stretch" and "buster" bootstrap script for RPi 0/1/2/3 and QEMU
Stars: ✭ 300 (+1478.95%)
Mutual labels:  raspberrypi, raspberry
rpi-backup
raspberry pi backup,树莓派系统备份,最小镜像备份
Stars: ✭ 213 (+1021.05%)
Mutual labels:  raspberrypi, raspberry
Raspberry-Pi-Dashboard
Web-based dashboard interface to inspect Raspberry Pi hardware and software with no extra software required.
Stars: ✭ 131 (+589.47%)
Mutual labels:  raspberrypi, raspberry

logo

Raspberry PI - Plex Video converter - Docker Image

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

DISCLAIMER: As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support on Patreon.

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

THIS REPOSITORY IS AUTO-UPDATED BY GITHUB-RELEASE-NOTIFIER (https://github.com/femtopixel/github-release-notifier)

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 videos files to convert recursively on your media volume :

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

This image is multiarch, which means it works either on your PC or Raspberry PI

Appendixes

Install 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].