Running Linux Command from PHP
问题 I have a bit of a unique situation. I'm trying to run a video encoding program from a PHP script called Diascope, which relies on the 'convert' command provided by ImageMagick. I have a bash script that executes a really simple conversion and then it runs the application called Diascope. This is the conversion code, and the following does work, it creates the new file convert image.jpg image.png Shows no errors, but then I run Diascope like this diascope -clean audio.txt And I can see that