ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Exit from Node without terminating process

Ouverte
#220 0 commentaires 3 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
C
Étoiles
17.8k
Forks
1.1k
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

**Is your feature request related to a problem? Please describe.**
The two ways to stop ffmpeg from running in Node are either `ffmpeg.exit()` or `process.exit()`, both of which immediately terminate the Node process and prevent further work from being done.

**Describe the solution you'd like**
Have `ffmpeg.exit()` terminate the long-running Node process without terminating the overall process.

**Describe alternatives you've considered**
Passing in an optional error code into `exit`. While needed so it doesn't always throw an error, in and of itself it won't resolve the ability for this to be able to be integrated into other tools.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.