Jellyfin Forum
Passing Variables - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Passing Variables (/t-passing-variables)



Passing Variables - barfunkle72 - 2023-07-17

I am trying to reduce the analyzeduration for FFMPEG running on Windows.  I can see that I am passing values to JellyFin 10.9.0 by logfiles but FFMPEG remains at the default value.  Using system environment variables.

Checking around the web there seems to be some variance on how the variable name is supposed to be listed and how the value is set.

Think I have tried all options but in the FFMPEG log its always -analyzeduration 3000000


RE: Passing Variables - anthonylavado - 2023-07-18

My read of the docs says your environment variable should be named JELLYFIN_FFmpeg__analyzeduration. Note that there are two underscores after FFmpeg.

Oh and the value of 300M.