You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
running ffprobe.exe via command-line on same files works 100% of the time without fail. Only when running ffprobe() from fluent-ffmpeg does the problem ocurr
I have included full stderr/stdout output from ffmpeg
Not sure how to get this but I'm guessing it's normal.
I think the issue is that the process (ffprobe.exe spawned from node) is for some reason not exiting (ever), and thus leaving the code in a hung state.
I've come up with a hacky solution that makes it work in the linked PR as a demo where problem exists.