Michael Higgins

Results 104 comments of Michael Higgins

Does the mp4 file work/play? Sonar throwing lots of ffprobe errors and I don't see the final completion information about the conversion finishing, should be some more info on the...

This is a benign error, sonar is interpreting sys.exit(0) which means exit with no errors as an error code for some reason, no impact on performance or functionality

Not in a spot where I can test easily at the moment, does changing it to `sys.exit()` instead make sonarr happy?

Sorry for the late reply been busy Unfortunately I think this is more of a sonarr error; the script is just calling the API to scan these targets, the fact...

The entire point of this script is to remux wherever possible which is essentially what you're requesting. Remuxing a stream copies it without any conversion. As long as your source...

You don't need to remove nv12 you just need to add the other formats later in the list. You can still keep nv12 first

This is just an error with your hardware encoder not liking one of your settings I can't debug what FFMPEG command you should be using as this can be very...

The profile options work the same way as the pix-fmt options, you can just add 'main' to your list of approved profiles to avoid transcoding ```ini [Video] profile = main10,...

No, it does not recover to alternate video codecs/run down the list when one fails Gotta get your settings correct so its not failing, failures should not be commonplace