How to pause FFmpeg from C++ code? -


i'm writing visualc++ program have code invoke ffmpeg.exe convert video file. wonder possible pause/resume ffmpeg converting thread c++ code?

lr.

all need suspend , resume ffmpeg child process itself.

the main problem is: there no suspendprocess api function. , there no documented or safe way of doing this.

the simple way of doing via suspendthread/resumethread.

see this article on codeproject how it.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -