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

ffmpegoutput: improve clean up #1024

Merged
merged 2 commits into from
Apr 26, 2024
Merged

ffmpegoutput: improve clean up #1024

merged 2 commits into from
Apr 26, 2024

Conversation

davidplowman
Copy link
Collaborator

A gc.collect() seems to be required to get the ffmpeg process to be fully cleaned up. (Specifically, ps -eLf was showing that the process's threads were still present.)

A gc.collect() seems to be required to get the ffmpeg process to be
fully cleaned up. (Specifically, ps -eLf was showing that the
process's threads were still present.)

Signed-off-by: David Plowman <[email protected]>
Python 3.9.13 has spontaneously stopped working on GitHub for no
reason that I understand. It worked yesterday. Change to 3.9.19.
@davidplowman davidplowman merged commit 55eda6e into next Apr 26, 2024
4 checks passed
@davidplowman davidplowman deleted the ffmpeg-cleanup branch May 2, 2024 09:57
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.

1 participant