Sherman Chu

Results 11 comments of Sherman Chu

> 你的意思是识别classpath:开头的就是class_path类型,这个需求嘛 ![image](https://user-images.githubusercontent.com/49977991/160526759-0cb84ecf-fdd8-432f-b25a-6e6d0f7315e2.png) 是的,当类型为 CLASS_PATH 时,路径支持带 "classpath:" 和不带 "classpath:" 的

Change your error handler to any of the following, then it will work properly ```dart void onError(Object o, StackTrace e) { print(e.toString()); } ``` or ``` void onError(Object o) {...

> > Change your error handler to any of the following, then it will work properly > > ```dart > > void onError(Object o, StackTrace e) { > > print(e.toString());...

wasm can't access to your device screen directly if you wanna capture the desktop screen, try `navigator.mediaDevices.getDisplayMedia` and `MediaRecorder` in JavaScript

> `ffmpeg.wasm` runs on wasm and can be considered virtual, isolated from the operating system, so there is no direct access to the host use package `@ffmpeg-installer/ffmpeg` instead, which runs...

please provide more information, eg: environment, os, reproduce code

it's in bytes, not so small as you think

well, you can download .wasm binary right from the packge repository eg: npm, jsdelivr cdn, etc.. [https://www.jsdelivr.com/package/npm/@ffmpeg/core](https://www.jsdelivr.com/package/npm/@ffmpeg/core)

> Hi there, > > Has anyone encountered issues calling ffmpeg.run() multiple times? > > The first time i call ffmpeg.run() it works, the 2nd time i call ffmpeg.run() in...

> I'm facing the same problem. Works fine in my computer but crashes in android devices it depends on device memory, allocate lower initial memory in compiling script will make...