-
Notifications
You must be signed in to change notification settings - Fork 633
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
FFprobeKit.execute is returning logs from the previous command #571
Comments
As far as I remember, this is fixed on the |
Hi @tanersener, I tried building |
People who are not interested in sponsoring open-source projects, but expecting maintainers to fix issues ASAP is the reason why this project will die one day! Thanks for reminding us how worthless our effort and time is. Locking the conversation. Check the labels periodically to track the progress. |
Fixed on the |
Description
When I run the following code, the logs from the first ffprobe command are returned for the second command as well. It seems that
FFprobeKit.execute
is either returning the previous session, or running the previous command.This occurs whether I use
getAllLogsAsString
,getLogsAsString
orgetOutput
. If I remove-show_entries stream:format
from the first command, the issue does not occur anymore.Expected behavior
The proper logs are returned
Current behavior
Logs from the previous ffprobe command are returned instead
To Reproduce
Run the code above
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
These are the logs from the code shown above. The second command should only return an empty string (or an error) but instead it returns the stream information fetched from the first command.
Environment
macOS
x86_64
ffmpeg-kit-macos-full-gpl 4.5.1
main
13.4.1
1.11.3
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: