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

how to implement x264 library #9

Open
dinesh-pathak100 opened this issue Oct 24, 2017 · 2 comments
Open

how to implement x264 library #9

dinesh-pathak100 opened this issue Oct 24, 2017 · 2 comments

Comments

@dinesh-pathak100
Copy link

I need to implement x264 library for H264 encoding/ decoding. I have code of x264 but I can't implement that code in your web-to-mp4.html but I failed to load that library. Please help me for that @muaz-khan thank you !

@dinesh-pathak100 dinesh-pathak100 changed the title implement x264 library how to implement x264 library Oct 24, 2017
@PC-Four
Copy link

PC-Four commented Jul 2, 2018

Also trying to use x264 inside mp4 wrapper but cant seem to get it to work:

            '-c:v', 'mpeg4',
            '-c:a', 'aac', // or aac
            '-b:v', '15400k',  // or 1450k
            '-b:a', '1000k',  // or 96k
            '-strict', 'experimental', 'output.mp4'

Thought that there would be an option in '-c:v' for x264, h264 or AVC, but it doesn't accept any of those commands.

@duanchengquan
Copy link

Is it solved ?How to do ?

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