Item Index
0
Node type
n8n-nodes-base.executeCommand
Node version
1 (Latest)
n8n version
1.106.3 (Self Hosted)
Time
07.09.2025 16:37:28
Stack trace
NodeOperationError: Command failed: ffmpeg -y -i “videos/file_35.mp4” -vn -acodec pcm_s16le -ar 44100 -ac 2 “videos/file_35.wav” /bin/sh: ffmpeg: not found at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@aws-sdk+credential-providers@3.808.0_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/ExecuteCommand/ExecuteCommand.node.ts:102:12) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_0c275070fd0434c00ffd62213b2bcae4/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1212:9) at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_0c275070fd0434c00ffd62213b2bcae4/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1582:27 at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@file+packages+core_@opentelemetry+api@1.9.0_@opentelemetry+sdk-trace-base@1.30_0c275070fd0434c00ffd62213b2bcae4/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2158:11
Information on your n8n setup
n8n version:1.109.2
Database (default: SQLite): none
n8n EXECUTIONS_PROCESS setting (default: own, main): own
Running n8n via (Docker, npm, n8n cloud, desktop app): npm
Hey @Branko_Petruci hope all is good. Welcome to the community.
It appears you are using ffmpeg in your execute command and you mentioned you installed it locally. Can you try to specify a full path to your binary:
C:\ProgramData\chocolatey\bin\ffmpeg.exe
Also I see the error mentioned the path to the shell being /bin/sh, which makes me believe that the execution is happening either in WSL or in Docker container.
OK I found out that I’m using a nother version which is not my local version bcause the n8n browser path is: https://jtlnyrul.rsrv.host/
So is this a docker installation?