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

codecData event for multiple inputs #486

Closed
codingquark opened this issue Dec 18, 2015 · 3 comments
Closed

codecData event for multiple inputs #486

codingquark opened this issue Dec 18, 2015 · 3 comments
Labels

Comments

@codingquark
Copy link

Currently, it seems to me that codecData is being fired only once and gives the result of the first input specified.

Is there any way I could get codecData output of all the inputs that have been specified?

@njoyard
Copy link
Member

njoyard commented Dec 18, 2015

That's not currently possible. In a few weeks we'll implement new event handlers around ffmpeg output, so that will be made easier then!
Currently the only way I see is waiting for the 'end' or 'error' event to fire. Those receive ffmpeg output as their 2nd and 3rd arguments.

@codingquark
Copy link
Author

Oh, OK. I will then make an ffprobe query on the media.

Thanks!

@njoyard
Copy link
Member

njoyard commented Mar 16, 2016

Duplicate of #512

@njoyard njoyard closed this as completed Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants