leaks-repaired
leaks-repaired
IImmich
Created by NAKCity on 4/15/2025 in #help-desk-support
Android App fails to upload over domain - Web works fine
Hey, out of curiosity, what else broke for you? @SShizn
257 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
I don't see anything standing out immediately in the diffs, except the encoder name. What's the "level" field?
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
ffprobe-json on the CPU encoded video:
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
I experimented; disabling HA solved whatever it was that was happening.
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
Any easy way for me to change this and test?
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
Could it be that the gpu encoding is the issue? I remember when I initially configured VAAPI, immich would try using it but bail out and use the CPU instead but the logs show that the GPU was used.
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
To be clear, these are the commands I used to create the above outputs.
# Original video (not green)
ffprobe-json immich/library/username/2025/2025-01-16/20250116_163350.mp4 | clip
# Old video, exactly same encoding as the original video.
ffprobe-json immich/library/username/2024/2024-12-04/20241204_001409.mp4 | clip
# new transcodes (after December 5th), green.
ffprobe-json immich/encoded-video/8aa974cc-3872-4b73-9ecc-64ef94ccc5f1/40/44/404476b5-a1fb-4012-b482-fcef9c7dc3e5.mp4 | clip
# Original video (not green)
ffprobe-json immich/library/username/2025/2025-01-16/20250116_163350.mp4 | clip
# Old video, exactly same encoding as the original video.
ffprobe-json immich/library/username/2024/2024-12-04/20241204_001409.mp4 | clip
# new transcodes (after December 5th), green.
ffprobe-json immich/encoded-video/8aa974cc-3872-4b73-9ecc-64ef94ccc5f1/40/44/404476b5-a1fb-4012-b482-fcef9c7dc3e5.mp4 | clip
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
I just checked. The transcoded video is green in VLC too. The ffprobe-json output for the video is below:
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
(I might be busy this coming week. In case this is a newly reported issue, I wanted to file on Github.... would love it if someone else could confirm and open it themselves, or I'll do it next week)
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
Relevant server logs from when that 'currupted' video was processed.
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
I've narrowed it down. The problem started somewhere between 5th and 8th December, on my server. It eerily coincides with when I must have updated to this release, which introduced support for HDR videos. I just diffed the ffprobe data of videos before and after this period. The only differences are in timestamps, bitrates and creation date; codecs and parameters are exactly the same. Something changed in how Immich processes the videos.
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
ffprobe-json video.mp4
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
hwaccel.yml
services:
hwaccel:
devices:
- /dev/dri:/dev/dri # If using Intel QuickSync or VAAPI
services:
hwaccel:
devices:
- /dev/dri:/dev/dri # If using Intel QuickSync or VAAPI
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
ffmpeg:
"ffmpeg": {
"accel": "vaapi",
"accelDecode": false,
"acceptedAudioCodecs": [
"aac",
"mp3",
"libopus",
"pcm_s16le"
],
"acceptedContainers": [
"mov",
"ogg",
"webm"
],
"acceptedVideoCodecs": [
"h264"
],
"bframes": -1,
"cqMode": "auto",
"crf": 23,
"gopSize": 0,
"maxBitrate": "0",
"preferredHwDevice": "auto",
"preset": "slow",
"refs": 0,
"targetAudioCodec": "aac",
"targetResolution": "1080",
"targetVideoCodec": "h264",
"temporalAQ": false,
"threads": 0,
"tonemap": "hable",
"transcode": "required",
"twoPass": false
},
"ffmpeg": {
"accel": "vaapi",
"accelDecode": false,
"acceptedAudioCodecs": [
"aac",
"mp3",
"libopus",
"pcm_s16le"
],
"acceptedContainers": [
"mov",
"ogg",
"webm"
],
"acceptedVideoCodecs": [
"h264"
],
"bframes": -1,
"cqMode": "auto",
"crf": 23,
"gopSize": 0,
"maxBitrate": "0",
"preferredHwDevice": "auto",
"preset": "slow",
"refs": 0,
"targetAudioCodec": "aac",
"targetResolution": "1080",
"targetVideoCodec": "h264",
"temporalAQ": false,
"threads": 0,
"tonemap": "hable",
"transcode": "required",
"twoPass": false
},
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
Server: AMD Ryzen 5 5600G, Fedora + Docker running on a B450M motherboard
27 replies
IImmich
Created by leaks-repaired on 1/18/2025 in #help-desk-support
Video encoding error: green artifacts.
Phone: Samsung S20 FE 5G.
27 replies
IImmich
Created by leaks-repaired on 6/14/2023 in #help-desk-support
Files stuck in upload directory...?
Oops, no clue how this ended up here. multiple discord windows lol
34 replies
IImmich
Created by leaks-repaired on 6/14/2023 in #help-desk-support
Files stuck in upload directory...?
exifInfo.make|model or smartInfo.objects|tags in the /api/search endpoint, when used with clip:true should essentially filter clip results with those exif filters?
34 replies
IImmich
Created by leaks-repaired on 6/14/2023 in #help-desk-support
Files stuck in upload directory...?
Correct me if I'm wrong but there is partial filtering support already..
34 replies
IImmich
Created by leaks-repaired on 6/14/2023 in #help-desk-support
Files stuck in upload directory...?
Hmm, maybe a start-up task to look for pending cleanups?
34 replies