Hello,
I am trying to do some encoding of video files using mmpeg
After installing ffmpeg and setting up all the transformation settings in alfresco global and shared extensions I get this messages:
2016-03-18 13:48:35,087 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] [localhost-startStop-1] Failed to start a runtime executable content transformer:
Execution result:
os: Windows Server 2012 R2
command: C:/ffmpeg/bin -version
succeeded: false
exit code: 127
out:
err: Cannot run program "C:/ffmpeg/bin": CreateProcess error=5, Access is denied
2016-03-18 13:48:35,087 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] [localhost-startStop-1] Failed to start a runtime executable content transformer:
Execution result:
os: Windows Server 2012 R2
command: C:/ffmpeg/bin -version
succeeded: false
exit code: 127
out:
err: Cannot run program "C:/ffmpeg/bin": CreateProcess error=5, Access is denied
2016-03-18 13:48:35,087 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] [localhost-startStop-1] Failed to start a runtime executable content transformer:
Execution result:
os: Windows Server 2012 R2
command: C:/ffmpeg/bin -version
succeeded: false
exit code: 127
out:
err: Cannot run program "C:/ffmpeg/bin": CreateProcess error=5, Access is denied
2016-03-18 13:48:35,087 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformerWorker] [localhost-startStop-1] Failed to start a runtime executable content transformer:
Execution result:
os: Windows Server 2012 R2
command: C:/ffmpeg/bin -version
succeeded: false
exit code: 127
out:
err: Cannot run program "C:/ffmpeg/bin": CreateProcess error=5, Access is denied
The same user that is running alfresco has full permission on the exe.
Any recommendations how to proceed?