ffmpeg converts audio, the command line execution is normal, but the code does not work. In windows10, the environment variables are also set, and the command string generated by the code can be executed directly with cmd without any problem. In the code, $str = shell_exec($cmdstr); returns null
11111sszs on