Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0nw0nk/plexcleaner
PlexCleaner Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin it will scan through the media server directory and automatically convert files to mkv for direct playback the reason this is a good idea is it saves your NAS or plex host effort having to transcode media when all media is direct play ready
https://github.com/c0nw0nk/plexcleaner
automatic batch-file batch-script cmd cmdline direct-play emby emby-server ffmpeg handbrake jellyfin matroska mkv mkv-files playback plex plex-media-server transcode transcode-video universal
Last synced: 3 months ago
JSON representation
PlexCleaner Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin it will scan through the media server directory and automatically convert files to mkv for direct playback the reason this is a good idea is it saves your NAS or plex host effort having to transcode media when all media is direct play ready
- Host: GitHub
- URL: https://github.com/c0nw0nk/plexcleaner
- Owner: C0nw0nk
- Created: 2023-04-08T11:26:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T12:18:12.000Z (8 months ago)
- Last Synced: 2024-07-30T17:17:37.213Z (6 months ago)
- Topics: automatic, batch-file, batch-script, cmd, cmdline, direct-play, emby, emby-server, ffmpeg, handbrake, jellyfin, matroska, mkv, mkv-files, playback, plex, plex-media-server, transcode, transcode-video, universal
- Language: Batchfile
- Homepage:
- Size: 76.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# PlexCleaner
PlexCleaner Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin it will scan through the media server directory and automatically convert files to mkv for direct playback the reason this is a good idea is it saves your NAS or plex host effort having to transcode media when all media is direct play ready.
# Usage
Just edit the folder paths in the settings section of `PlexCleaner.cmd` then run `PlexCleaner.cmd` and enjoy saving your server CPU consumption and effort having to transcode videos in future when everything can be instantly ready for direct playback compatibility.
# Other Optional useful tools
### H265 X265 Encode Entire media folders
I made this to reduce the size of my plex/emby library since allot of h264/x264 encoded videos was 30GB in size each by doing this i made 30gb videos 2gb in size and 2gb videos became 600mb it is a huge saving allowing me to add more media to the server.
https://github.com/C0nw0nk/PlexCleaner-H265
### Disable Forced Subtitles
On plex / Emby i found videos trying to transcode because of forced subtitles flags even so i made this to fix that.
https://github.com/C0nw0nk/DisableForcedSubtitles
#### Extra Features of Disable Forced Subtitles
```
Option to Remove chapter markersOption to Remove tags and global tags
```### Remove Subtitles
This will remove specified codecs of subtitles from media folders you choose. For example IMAGE based subtitles xsub vobsubs will cause media to transcode when selected by removing these subtitles you can instead have plex emby jellyfin rely on using opensubtitles what are text based subtitiles for media that will not cause transcoding.
https://github.com/C0nw0nk/RemoveSubtitles
### TV Season Ordering
On plex / emby i had a issue with tv series being numbered from 1-100 and having no season or information so i moved them to season folders and made this to rename the videos in order.
https://github.com/C0nw0nk/TV-Season-Ordering
### AV1
https://github.com/C0nw0nk/PlexCleaner-AV1
### VP9
https://github.com/C0nw0nk/PlexCleaner-VP9