31.05.2021, 23:12
(31.05.2021, 20:35)Selur Wrote: What does:
show?ls -la /Applications/_Mes_Applis_/Video/Conversion/Hybrid.app/Contents/MacOS/x265
Terminal says:
-rwx------ 1 root admin 20658136 21 déc 17:42 /Applications/_Mes_Applis_/Video/Conversion/Hybrid.app/Contents/MacOS/x265
sudo chmod 555 /Applications/_Mes_Applis_/Video/Conversion/Hybrid.app/Contents/MacOS/x265
I did the sudo command, then asked again Terminal with the first line. It says :
-r-xr-xr-x 1 root admin 20658136 21 déc 17:42 /Applications/_Mes_Applis_/Video/Conversion/Hybrid.app/Contents/MacOS/x265
And in the Hybrid package (Contents/MacOS/), x265 has now the correct icon.
Of course, I did the same with MP4Box.
should allow every user to execute the file. (replacing x265 with MP4Box etc. should fix this for other files too)
for further understanding read: https://www.linux.com/training-tutorials...rmissions/
Cu Selur
I put the encode command line in the Terminal.
It started the encoding and created a .265 file ! It seems good.
Now I'll try with Hybrid itself.
I'll tell you the result.
Thanks again for your help!
Laurent