Advertisement
Guest User

Untitled

a guest
Jul 16th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. 2022-07-16 10:38:35.261 Info LibraryMonitor: videos (/media/Library/videos) will be refreshed.
  2. 2022-07-16 10:38:35.344 Info MediaProbeManager: ProcessRun 'ffprobe' Execute: /usr/bin/ffprobe -i file:"/media/Library/videos/testvideo.mp4" -threads 0 -v info -print_format json -show_streams -show_chapters -show_format -show_data
  3. 2022-07-16 10:38:35.385 Info MediaProbeManager: ProcessRun 'ffprobe' Process exited with code 0 - Succeeded
  4. 2022-07-16 10:38:35.498 Info App: ProcessRun 'quick-extract-image' Execute: /usr/bin/ffmpeg -skip_list 33 -f mp4 -threads 1 -copyts -i file:"/media/Library/videos/testvideo.mp4" -an -sn -update 1 -vf "scale=trunc(min(max(iw\,ih*dar)\,min(600\,0*dar))/2)*2:trunc(min(max(iw/dar\,ih)\,min(600/dar\,0))/2)*2,thumbnail=24" -vsync 0 -f image2 "/config/cache/temp/587be7a8-0e06-4ed4-918f-23a97b1ac7cf.jpg"
  5. 2022-07-16 10:38:35.539 Info App: ProcessRun 'quick-extract-image' Process exited with code 1 - Failed
  6. 2022-07-16 10:38:36.005 Error ImageExtraction: ffmpeg image extraction failed for file:"/media/Library/videos/testvideo.mp4" (output file not found)
  7. 2022-07-16 10:38:36.006 Error ImageExtraction: Thumbnail-Filter extraction failed, will attempt standard way. Input: file:"/media/Library/videos/testvideo.mp4"
  8. 2022-07-16 10:38:36.007 Info App: ProcessRun 'quick-extract-image' Execute: /usr/bin/ffmpeg -skip_list 33 -f mp4 -threads 1 -copyts -i file:"/media/Library/videos/testvideo.mp4" -an -sn -update 1 -vf "scale=trunc(min(max(iw\,ih*dar)\,min(600\,0*dar))/2)*2:trunc(min(max(iw/dar\,ih)\,min(600/dar\,0))/2)*2" -vsync 0 -f image2 "/config/cache/temp/562fef66-5e19-4a21-90b3-47787b65cd6c.jpg"
  9. 2022-07-16 10:38:36.013 Info App: ProcessRun 'quick-extract-image' Process exited with code 1 - Failed
  10. 2022-07-16 10:38:36.512 Error ImageExtraction: ffmpeg image extraction failed for file:"/media/Library/videos/testvideo.mp4" (output file not found)
  11. 2022-07-16 10:38:36.520 Error App: Error in Screen Grabber
  12. *** Error Report ***
  13. Version: 4.7.5.0
  14. Command line: /usr/lib/emby-server/EmbyServer.dll -programdata /config -ffdetect /usr/bin/ffdetect-emby -ffmpeg /usr/bin/ffmpeg -ffprobe /usr/bin/ffprobe -restartexitcode 3
  15. Operating system: Linux version 5.10.28-Unraid (root@Develop) (gcc (GCC) 9.3.0, GNU ld version 2.33.1-slack15) #1 SMP Wed Apr 7 08:23:18 PDT 2021
  16. Framework: .NET 6.0.2
  17. OS/Process: x64/x64
  18. Runtime: usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.2/System.media.CoreLib.dll
  19. Processor count: 8
  20. Data path: /config
  21. Application path: /usr/lib/emby-server
  22. System.Exception: System.Exception: ffmpeg image extraction failed for file:"/media/Library/videos/testvideo.mp4" (output file not found)
  23. at Emby.Server.MediaEncoding.ImageExtraction.ImageExtractionManager.ExtractImageInternal(ReadOnlyMemory`1 inputPath, ReadOnlyMemory`1 container, MediaStream videoStream, Nullable`1 streamIndex, Nullable`1 threedFormat, Nullable`1 offset, Boolean useThumbNailFilter, CancellationToken cancellationToken)
  24. at Emby.Server.MediaEncoding.ImageExtraction.ImageExtractionManager.ExtractImage(ReadOnlyMemory`1 inputPath, ReadOnlyMemory`1 container, MediaStream videoStream, Nullable`1 streamIndex, MediaProtocol protocol, Boolean isAudio, Nullable`1 threedFormat, Nullable`1 offset, CancellationToken cancellationToken)
  25. at Emby.Providers.MediaInfo.VideoImageProvider.GetImage(BaseMetadataResult itemResult, ImageType type, CancellationToken cancellationToken)
  26. at Emby.Providers.Manager.ItemImageProvider.RefreshFromProvider(BaseMetadataResult itemResult, IDynamicImageProvider provider, Boolean providerReportsChanges, ImageRefreshOptions refreshOptions, Boolean replaceAllImages, TypeOptions savedOptions, LibraryOptions libraryOptions, List`1 downloadedImages, RefreshResult result, CancellationToken cancellationToken)
  27. Source: Emby.Server.MediaEncoding
  28. TargetSite: Void MoveNext()
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement