Exec () Creating two different process for FFMPEG
Questions: I run this command in exec () and it creates two FFMPEG processes one at the same time as the other but with different PID. Is this behavior normal? When I run the code directly in the shel...