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

Commits on Mar 29, 2019

  1. Bug fix for issue #8: Cancel does not cancel ffmpeg.exe.

    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.
    dmcclimans committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    7b8ebd0 View commit details
    Browse the repository at this point in the history
  2. Correct spelling error

    dmcclimans committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    65ff29d View commit details
    Browse the repository at this point in the history