Skip to content

Instantly share code, notes, and snippets.

@mitchross
Created August 19, 2020 16:01
Show Gist options
  • Save mitchross/1668427e5fc1c900929d92e4ece01e01 to your computer and use it in GitHub Desktop.
Save mitchross/1668427e5fc1c900929d92e4ece01e01 to your computer and use it in GitHub Desktop.
root@vanillax-shinobi:/home/Shinobi# ffmpeg -hwaccels
ffmpeg version N-98759-g1c7e55dd50 Copyright (c) 2000-2020 the FFmpeg developers
built with gcc 8 (Ubuntu 8.4.0-1ubuntu1~18.04)
configuration: --pkg-config-flags=--static --prefix=/opt/ffmpeg --bindir=/opt/ffmpeg/bin --extra-cflags=-I/opt/ffmpeg_build/include --extra-ldflags=-L/opt/ffmpeg_build/lib --enable-cuda-nvcc --enable-cuvid --enable-libnpp --extra-cflags=-I/usr/local/cuda/include/ --extra-ldflags=-L/usr/local/cuda/lib64/ --enable-nvenc --enable-libass --disable-debug --enable-libvorbis --enable-libvpx --enable-opencl --enable-gpl --cpu=native --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-openssl --enable-librtmp --extra-libs='-lpthread -lm -lz' --enable-nonfree
libavutil 56. 58.100 / 56. 58.100
libavcodec 58.100.100 / 58.100.100
libavformat 58. 51.100 / 58. 51.100
libavdevice 58. 11.101 / 58. 11.101
libavfilter 7. 87.100 / 7. 87.100
libswscale 5. 8.100 / 5. 8.100
libswresample 3. 8.100 / 3. 8.100
libpostproc 55. 8.100 / 55. 8.100
Hardware acceleration methods:
cuda
opencl
Error
| App [camera] with id [0] and pid [2762], exited with code [0] via signal [SIGINT]
PM2 | Starting execution sequence in -fork mode- for app name:camera id:0
PM2 | App name:camera id:0 online
0|camera | No "ffbinaries". Continuing.
0|camera | Run "npm install ffbinaries" to get this static FFmpeg downloader.
0|camera | No "ffmpeg-static".
0|camera | No FFmpeg found.
0|camera | /bin/sh: 1: undefined: not found
0|camera | No FFmpeg found.
0|camera | /bin/sh: 1: undefined: not found
0|camera | Error: Command failed: undefined -loglevel quiet -hwaccels
0|camera | /bin/sh: 1: undefined: not found
0|camera | at checkExecSyncError (child_process.js:630:11)
0|camera | at execSync (child_process.js:666:15)
0|camera | at Object.ffmpeg.checkHwAccelMethods (/home/Shinobi/libs/ffmpeg.js:93:24)
0|camera | at /home/Shinobi/libs/ffmpeg.js:128:20
0|camera | at Object.ffmpeg.checkVersion (/home/Shinobi/libs/ffmpeg.js:88:9)
0|camera | at Object.ffmpeg.completeCheck (/home/Shinobi/libs/ffmpeg.js:127:16)
0|camera | at module.exports (/home/Shinobi/libs/ffmpeg.js:1080:16)
0|camera | at Object.<anonymous> (/home/Shinobi/camera.js:29:28)
0|camera | at Module._compile (internal/modules/cjs/loader.js:1137:30)
0|camera | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
0|camera | Uncaught Exception occured!
0|camera | Error: Command failed: undefined -loglevel quiet -hwaccels
0|camera | /bin/sh: 1: undefined: not found
0|camera | at checkExecSyncError (child_process.js:630:11)
0|camera | at execSync (child_process.js:666:15)
0|camera | at Object.ffmpeg.checkHwAccelMethods (/home/Shinobi/libs/ffmpeg.js:93:24)
0|camera | at /home/Shinobi/libs/ffmpeg.js:128:20
0|camera | at Object.ffmpeg.checkVersion (/home/Shinobi/libs/ffmpeg.js:88:9)
0|camera | at Object.ffmpeg.completeCheck (/home/Shinobi/libs/ffmpeg.js:127:16)
0|camera | at module.exports (/home/Shinobi/libs/ffmpeg.js:1080:16)
0|camera | at Object.<anonymous> (/home/Shinobi/camera.js:29:28)
0|camera | at Module._compile (internal/modules/cjs/loader.js:1137:30)
0|camera | at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
0|camera | 2020-08-19T11:55:11-04:00 Current Version : b19382719213deec718fac893eb6fc781b6f0b18
0|camera |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment