jonasof / videoconverter.js-wasm-demo

https://jonasof.github.io/videoconverter.js-wasm-demo - Demonstration for WebAssembly version of videoconverter.js, see https://github.com/bgrins/videoconverter.js/issues/43
24 stars 2 forks source link

Unknown encoder 'libx264' #2

Open Superfantastisch opened 7 years ago

Superfantastisch commented 7 years ago

Hey, thanks for your great work!

Somehow 'libx264' isn't working anymore.

meomeo0110 commented 5 years ago

Thank you for build Web Assembly version! However, the library show error: Unrecognized option 'preset'. It seem that 'libx264' isn't working anymore.

Superfantastisch commented 5 years ago

@meomeo0110 I think the problem is the version of FFmpeg. I used @jonasof project to create a new version. You can find the resources here: https://github.com/Superfantastisch/media-transcoding/tree/master/media-transcoding-app and the wasm files here: https://github.com/Superfantastisch/media-transcoding/tree/master/media-transcoding-app/public demo: http://konvoj.de/media-manipulation/

I used this for a research project. I can't guarantee that any of this is still working.

meomeo0110 commented 5 years ago

Thank you for the resource!