-
Hello, thanks for the great project! I'm using it to compile ffmpeg at https://github.com/bgrins/videoconverter.js.
I'm wrapping the output with pre and post just with something like:
```
function …
-
Both the demo's are not working on Firefox 25.0.1 but works fine on Google Chrome, the processing animation keeps rotating and nothing happens any ideas why?
Elite updated
10 years ago
-
I know, this is not easy but probably one of the biggest pitfalls of this project.
Emscripten generates lots of Javascript and I wonder how many of these lines are really not necessary?
I see you di…
-
好像很卡的样子,建议试用 CSS3 动画效果。
比如 transition 和 keyframe。
另外建议用 transform: translation 而不是 top left,效率要更高。(但是也有反对意见)
-
I want to make my own Mp4 converter, and let's say it's at MyApp::VideoConverters::Mp4. There's no way to pass this in right now. I'll send a pull request in a short while that allows one to pass in t…