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
Post a Comment