Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FfmpegOutput was not stopping when there was an audio stream
ffmpeg.wait() hangs indefinitely if there's an audio stream because no one is stopping it. Instead, give the video a few moments to flush itself out and then use ffmpeg.terminate(). Signed-off-by: David Plowman <[email protected]>
- Loading branch information