2024-05-13, 02:41 PM
(2024-05-13, 01:32 PM)frqen Wrote: When I scan for new movies, jellyfin adds the movie to the library but without being able to see the video and audio format on the Home page, the movie can not be played. Have only tried with h265 movies. I am on ubuntu 22.04
-----------------------------------------------------------
2024-05-13 13:18:02.802 +00:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "removed": 0/0
[2024-05-13 13:18:02.823 +00:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Logging out access token "removed"
[2024-05-13 13:18:02.880 +00:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user f723d45f-eff8-450e-bba8-d3fab3f9ea65
[2024-05-13 13:18:03.313 +00:00] [INF] [43] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "removed" request
[2024-05-13 13:18:12.119 +00:00] [INF] [64] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting null with args "-analyzeduration 200M -probesize 1G -i file:\"/media/movie/movie_h265/removed.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 13:18:12.120 +00:00] [ERR] [64] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider"
System.InvalidOperationException: Cannot start process because a file name has not been provided.
at System.Diagnostics.Process.Start()
---------------------------------------------------
Quote:
That looks like it cannot find ffprobe.
Can you run:
ffprobe -version
and
whereis ffprobe
ffprobe -version
ffprobe version 4.4.2-0ubuntu0.22.04.1 Copyright © 2007-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
whereis ffprobe
ffprobe: /usr/bin/ffprobe /usr/share/man/man1/ffprobe.1.gz
I update jellyfin from 10.8.13 to 10.9.1