ffprobe
ffprobe copied to clipboard
Use ffprobe to get info from media files and return as JSON
Error: spawn /home/ubuntu/mixvo-application-server/node_modules/ffprobe-static/bin/linux/arm64/ffprobe ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:268:19) at onErrorNT (internal/child_process.js:464:16) at processTicksAndRejections (internal/process/task_queues.js:80:21) { errno: -2, code: 'ENOENT', syscall: 'spawn /home/ubuntu/mixvo-application-server/node_modules/ffprobe-static/bin/linux/arm64/ffprobe', path: '/home/ubuntu/mixvo-application-server/node_modules/ffprobe-static/bin/linux/arm64/ffprobe', spawnargs: [ '-show_streams', '-print_format', 'json', '/tmp/yzfexgvlznpwzrw1601736594356_.mp4' ]...
opts now can have a sync option that will do everything synchronously. Everything should work as before + new option that works differently.
This pull request simple adds the '-show_format' parameter to the command line so that useful information, such as tags metadata, can be seen in the json output.
Hi, Just after compilation with electron-builder, I get this error in my app from ffprobe ``` Uncaught Error: spawn C:\Users\Anymord\AppData\Local\Temp\nsuFBDD.tmp\app\resources\app.asar\node_modules\ffprobe-static\bin\win32\x64\ffprobe.exe ENOENT at exports._errnoException (util.js:1022) at Process.ChildProcess._handle.onexit (internal/child_process.js:193) at onErrorNT (internal/child_process.js:359)...
I have loaded in client side a video as blob. Its possible read from blob?