Replies: 2 comments
-
I fixed it now.
These two are the most important if you use handbrakecli.exe and have experienced the greenscreen issue this is how you prevent that.
Refrences for those who need more help. https://handbrake.fr/docs/en/latest/cli/command-line-reference.html |
Beta Was this translation helpful? Give feedback.
-
HandBrakeCLI Full settings refrence upto date and full list of options for custom profiles. HandBreakCLI optionsExpand view
HandBrakeCLI presets -ZYou can use this like this Expand view
|
Beta Was this translation helpful? Give feedback.
-
So there are a few ways using plexcleaner to do this.
These are the options.
PlexCleaner FFMPEG reencode
Using
reencode
this will useFFMPEG
and the command lineFFMPEG
will use is in thesettings.json
This will convert all media in your plex library using FFMPEG using your 265 settings.
PlexCleaner HandBrake deinterlace
Using
deinterlace
this will useHandBrakeCLI
and the command lineHandBrakeCLI
will use is in thesettings.json
This will convert all media in your plex library using HandBrake using your 265 settings.
settings.json
The best option for me is using
deinterlace
becuase Handbrake converting media to HEVC results in same quality and higher compression saving allot of disk space.As a example a 8GB Movie became 1.2GB in size when your library has over 3000+ movies this is a huge saving.
For some reason FFMPEG resulted in larger file sizes... no idea why i have not looked into it.
The problem i face is in my tests some media i convert to 265 will play with audio but all i see is a green screen but then in VLC or different devices it will show normaly. It must be something i am missing from my
HandBrakeOptions:Video
setting.@ptr727 Any advice on what i can add to the command line to fix this issue.
Beta Was this translation helpful? Give feedback.
All reactions