Replies: 1 comment 1 reply
-
No such option, in my experience ffmpeg is more resilient which is why it is tried first, and in my experience hb is better at deinterlacing. Why do you not want to use ffmpeg? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So its not a bug just to be clear thats why i created a discussion.
So with conversion options what also repairs broken media by default it seems PlexCleaner will opt to use FFMPEG then fallback to HandBrake.
Example.
https://github.com/ptr727/PlexCleaner/blob/main/PlexCleaner.defaults.json#L151
So here is my example logs
FFMPEG trys to repair first by default
I intentionally made FFMPEG Fail because i use this line in my config.
This will cause FFMPEG to fail with this error.
The reason i do this is so that i can use handbrake to repair media since i do not want to use ffmpeg.
Is there a configurable option to have only Handbrake function for conversions and repairs instead of ffmpeg or perhaps out of preference handbrake over ffmpeg so to change the order of how plexcleaner chooses to attempt repairs.
Its a bit of a hacky way to force plexcleaner to use handbrake for this instead of ffmpeg just curious if there was a easier way.
Beta Was this translation helpful? Give feedback.
All reactions