numkem 0 Posted September 29, 2017 Posted September 29, 2017 Hello, Because of Emby does the on the fly transcoding without using hardware I wrote a script that converts my recording from my HDhomerun to h.264 .mkv files using the same ffmpeg shipped with Emby. But every time Emby finishes a recording is is supposed to execute the post-processing script, the logs returns a line like this: Info App: Recording post-processing script completed with exit code 255 Yet if I run the command as reported in the logs as the embysvr user, everything works perfectly fine. Is there a way to know more about that 255 return code or at least an output of that command? Thank you!
Luke 42077 Posted September 29, 2017 Posted September 29, 2017 This means your post processing script exited with an error code. that's all the information we have. what you will probably want to do is add your own logging mechanism to your script.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now