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
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.
The text was updated successfully, but these errors were encountered:
Version information
Code to reproduce
This sometimes never resolves.
It's unpredictable. Sometimes it works with same files.
Expected results
Should work as usual.
Observed results
Sometimes ffprobe never resolves
Checklist
I have read the FAQ
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 runningffprobe()
from fluent-ffmpeg does the problem ocurrI 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.
The text was updated successfully, but these errors were encountered: