Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel ffmpeg #11

Merged
merged 2 commits into from
Apr 26, 2019
Merged

Cancel ffmpeg #11

merged 2 commits into from
Apr 26, 2019

Conversation

dm413
Copy link
Contributor

@dm413 dm413 commented Mar 29, 2019

Bug fix for issue #8: Cancel does not cancel ffmpeg.exe.
When the calling program cancels the task by invoking Cancel() on the CancellationToken, this patch sends "q" to standard input of the ffmpeg.exe process. This causes ffmpeg.exe to stop processing and shut down in an orderly way.

dmcclimans added 2 commits March 28, 2019 17:05
See #8.
When the calling program cancels the task by invoking Cancel() on the CancellationToken, send "q" to standard input of the ffmpeg.exe process.
This causes ffmpeg.exe to stop processing and shut down in an orderly way.
@cmxl cmxl merged commit e922f37 into cmxl:master Apr 26, 2019
@cmxl cmxl mentioned this pull request Apr 26, 2019
cmxl added a commit that referenced this pull request Apr 26, 2019
@cmxl
Copy link
Owner

cmxl commented Apr 26, 2019

this is now included in version 3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants