Advertisement
Guest User

tdarr error

a guest
Feb 20th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. NodeID: RTX3070
  2.  
  3. Command:
  4.  
  5. ffmpeg -c:v h264_cuvid -i /path/subfolder/movie.mp4 -map 0 -c:v hevc_nvenc -rc:v vbr_hq -cq:v 19 -b:v 1301k -minrate 910k -maxrate 1691k -bufsize 2603k -spatial_aq:v 1 -rc-lookahead:v 32 -c:a copy -c:s copy -max_muxing_queue_size 9999 /temp/movie.mp4-TdarrCacheFile-N2-fiod8v.mkv
  6.  
  7. Last 200 lines of CLI log:
  8.  
  9. ffmpeg version 4.3.2-Jellyfin Copyright (c) 2000-2021 the FFmpeg developers
  10.  
  11. built with gcc 9 (Ubuntu 9.3.0-17ubuntu1~20.04)
  12.  
  13. configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-gpl --enable-version3 --enable-static --enable-libfontconfig --enable-fontconfig --enable-gmp --enable-gnutls --enable-libass --enable-libbluray --enable-libdrm --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --arch=amd64 --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-vdpau --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvenc --enable-nvdec --enable-ffnvcodec
  14.  
  15. libavutil 56. 51.100 / 56. 51.100
  16.  
  17. libavcodec 58. 91.100 / 58. 91.100
  18.  
  19. libavformat 58. 45.100 / 58. 45.100
  20.  
  21. libavdevice 58. 10.100 / 58. 10.100
  22.  
  23. libavfilter 7. 85.100 / 7. 85.100
  24.  
  25. libswscale 5. 7.100 / 5. 7.100
  26.  
  27. libswresample 3. 7.100 / 3. 7.100
  28.  
  29. libpostproc 55. 7.100 / 55. 7.100
  30.  
  31. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/mnt/media/movies/movies-r/Race for the Yankee Zephyr (1981)/Race for the Yankee Zephyr (1981) - Bluray-1080p.mp4':
  32.  
  33. Metadata:
  34.  
  35. major_brand : isom
  36.  
  37. minor_version : 512
  38.  
  39. compatible_brands: isomiso2avc1mp41
  40.  
  41. encoder : Lavf57.82.100
  42.  
  43. Duration:
  44.  
  45. 01:49:50.64, start: 0.000000, bitrate: 2729 kb/s
  46.  
  47. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x820 [SAR 1:1 DAR 96:41], 2500 kb/s, 23.98 fps, 23.98 tbr, 11988 tbn, 47.95 tbc (default)
  48.  
  49. Metadata:
  50.  
  51. handler_name : VideoHandler
  52.  
  53. Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 224 kb/s (default)
  54.  
  55. Metadata:
  56.  
  57. handler_name : SoundHandler
  58.  
  59. [h264_cuvid @ 0x55c0e9d99600] Cannot load libnvcuvid.so.1
  60.  
  61. [h264_cuvid @ 0x55c0e9d99600] Failed loading nvcuvid.
  62.  
  63. Stream mapping:
  64.  
  65. Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> hevc (hevc_nvenc))
  66.  
  67. Stream #0:1 -> #0:1 (copy)
  68.  
  69. Error while opening decoder for input stream #0:0 : Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement