Ffmpeg.js
Ffmpeg.js copied to clipboard
how to implement x264 library
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 !
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.
Is it solved ?How to do ?