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

libx264 optional codec support? #1

Closed
adammoisa opened this issue Jul 25, 2019 · 4 comments
Closed

libx264 optional codec support? #1

adammoisa opened this issue Jul 25, 2019 · 4 comments
Assignees

Comments

@adammoisa
Copy link

This is a really great and easy to use lib to work with ffmpeg and workers - thank you!

Is there plan to allow users to specify or manually add which codec's they'd like to support? For example, libx264 isn't bundled with this, how would I go about adding it so it can be used with your lib?

@limistah limistah self-assigned this Jul 26, 2019
@limistah
Copy link
Owner

Thanks for the compliment. 👍

Actually, there is a possibility of this, I will include as an option in the next update.

@limistah limistah pinned this issue Jul 26, 2019
@vasanthudhaya
Copy link

When will you give the next update and the libx264 codec support. @limistah

@limistah
Copy link
Owner

limistah commented Oct 19, 2019

When will you give the next update and the libx264 codec support. @limistah

@vasanthudhaya
I have been trying to get it completed following this: http://bgrins.github.io/videoconverter.js/#build,
but it has not always been successful.

I am seeking other options, one that I can think o of using the pre-built all codecs, my fear is that it might get too heavy.

@limistah
Copy link
Owner

@adammoisa

I was unable to get individual codecs, but the good news here is that, I have been able to work with https://github.com/bgrins/videoconverter.js/tree/master/build which has a build for all of the codecs.

Kindly see the demo page for supported codecs.

And ensure to pass the codec to use when issuing a command.

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

3 participants