Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ffmpeg 并且我已经启动了一个进程,并且我想在启动后将一个参数传递给同一个实例,那么如何在任何资源中使用 c 语言来执行此操作。基本上我正在使用 ffmpeg 录制桌面屏幕,并且 ffmpeg 录制可以用“q”字停止。
您实际上是在询问如何将输入发送到进程,就好像您在其控制台中输入了一样。
Process使用属性集创建RedirectStandardInput,然后写入其StandardInput流。
Process
RedirectStandardInput
StandardInput