Siyuan Wu

Results 10 comments of Siyuan Wu

Github Page 可以的 https://623637646.github.io/996.Leave/ @huanghe2015 我输入的是 https://623637646.github.io/996.Leave/ 然后就跳转到: ![image](https://user-images.githubusercontent.com/11520061/57461902-6ff75e00-72aa-11e9-986b-df8d018b6475.png) 点进去就是: ![image](https://user-images.githubusercontent.com/11520061/57461866-5e15bb00-72aa-11e9-996d-17edc0e88721.png) 我仔细看了下,发现是加了一些后缀 https://623637646.github.io/996.Leave/?nsukey=FZgZijeqXVppo4gSpIqvNugluV6PxBlRJorcR%2FQN%2F6uEo9lTB9LJDcuF4FnGa9OiBL371WJ%2BjV4oGn5%2BPnw0%2F6QrAiwpRwl19FpRdO9OgxGkJmWS74he02EyLej0VaYpJMLJ0MbDXEte8c0G3AgRUjtRxbXe2FRJ1wna2yogBHXR%2BNAoCHRzJlONCPHXVBHFoOGAot9TiFFgTYXekDsvaw%3D%3D 就可以了。 其实`?`后面随便加点参数(乱加的😂)就可以了。

@DAConsulting @ADIBzTER Hi, are your problem solved yet? Is there still a demand? I'm working on something which may helps. I'm trying to get more about the use case. Contact...

Actually, nodejs encode string as `utf-8` as default, so as `say.js`. But it seems that platform like `win32` decodes it as `GBK`. To fix this problem, I [forked this repository](https://github.com/carsonDB/say.js),...

Because you didn't clone the specific version of detectron. Change the following line: https://github.com/ronghanghu/seg_every_thing/blob/master/docker/Dockerfile#L19 Roll back version to the previous one: ``` RUN git clone https://github.com/facebookresearch/detectron /detectron \ && cd...

可以提供中文文件的名字和对应的乱码吗?

是指这类预览效果吗? 目前在动画的出现(appear)和消失(disappear)动画里有预览效果。鼠标放在选项上停一会儿,会有预览效果

Yeah, seeking is important. But it is not available yet. Maybe support in next versions.

Although this api designed to include `transmuxing` underhood (automatically), it hasn't been implemented yet. All calls will transcode.

Hi, @Elite @lucadalli From `version 0.3.1`, it begins to support `transmuxing`. Check [hls to mp4](https://github.com/carsonDB/frameflow?tab=readme-ov-file#transmux-without-re-encoding). And [more examples](https://github.com/carsonDB/frameflow/blob/main/examples/browser/transmux.html).

Yes, you are right. It's Chrome's problem. In this library, frameflow can directly receive stream of frames and encode to mp4 file. Like this example: https://github.com/carsonDB/frameflow/blob/main/examples/browser/codec.html#L51