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

Unexpected logging using FFprobeKit with 'ffmpeg-kit-react-native' #1040

Open
alecmanfre opened this issue Sep 15, 2024 · 0 comments
Open

Unexpected logging using FFprobeKit with 'ffmpeg-kit-react-native' #1040

alecmanfre opened this issue Sep 15, 2024 · 0 comments

Comments

@alecmanfre
Copy link

Description
When running FFprobeKit, I am attempting to suppress any logging, however in my console the entire output gets logged out.

Expected behavior
I would expect not to see anything in my console except for things I explicitly log out with console.log. I even am trying to suppress the log level by using "quiet" / -8.

To Reproduce
Here is my command:
const command = -loglevel -8 -print_format json -show_format -show_streams -select_streams v "${filePath}";
const session = await FFprobeKit.execute(command);
const output = await session.getOutput();

Screenshots
partial log.
image

Logs
Post logs here or paste them to Ghostbin and insert the link here.

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

No branches or pull requests

1 participant