Stop FFMpeg process "softly" by sending 'q' command to FFMpeg console.
This method doesn't stop FFMpeg process immediately and may take some time.
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
Return Value
Type: Booleantrue if 'q' command was sent sucessfully and FFPeg process has exited. If this method returns false FFMpeg process should be stopped with Abort method.
See Also