Open Alexander-LIT opened 2 years ago
Perhaps the input to ffmpeg was the wrong sample rate? the docs say it needs to be 16 bit (https://ffmpeg.org/ffmpeg-all.html#toc-chromaprint-1)
Maybe normalizing the input to a certain bit-depth, sample-rate, and channel number would be good. Example (not tested) using 16 bit 48Khz mono:
ffmpeg -i \"{0}\" -to {1} -acodec pcm_s16le -ar 48000 -ac 1 -f chromaprint -fp_format raw -
Also this is a duplicate of #16
It seems to do that on EAC3 with Atmos (JOC) on my end. I have no other issue than a single show. Everything else is AAC/AC3 and "classic" EAC3
Edit: TrueHD seems not to work either.
"Opus" doesn't work either
Will there ever be any update to this (or this) bug, or is it just going to be forgotten by the dev? Can't fully process my library due to one single file stopping the process. It's quite annoying. Hopefully when I get new hardware it won't be as much of an issue since I can actually transcode, but it's still probably going to affect me (and other people) regardless.
I'm thinking about mucking around with the code and trying to fix it myself but I dont know how to build these addons, or test them.
Describe the bug Thank you for an awesome plugin! Not sure if this is a bug, current limitation or configuration issue. The plugin works quite well on some of my shows, however on a lot of them no skipping is possible, and I am seeing fingerprint errors "chromaprint output was malformed" in the logs. Is there anything I could be doing to remedy this?
Cheers!
System information
Jellyfin logs