Haujet Zhao

Results 40 comments of Haujet Zhao

> 之前ffmpeg打印带有中文的元数据内容也是乱码,后来不知道什么版本起在 `chcp 936` 和 `chcp 65001` 都能正常显示中文 所以我认为编码问题是能解决的 其时间和精力成本无法普及到大多数程序员所写的程序上。

Yes, even if I choose `3.14`, paste `2`, it will become `[2](3.14)`, so it's really annoying me. I think it's necessary to judge whether the chosen or copied content is...

So far, this is the workaround: ``` foo/ __init__.py __main__.py component.py launcher.py ``` ```python # __main__.py from .component import * ... def main(): ... if __name == '__name__': main() ```...

I met the same problem with you. I want to create an output video stream that first remuxes packets from an input video and then encodes frames from another source....

name space is already solved, see my newest issue or newest pull. I also wrote another version, in my fork jumpcutter,  which solved a big problem:  when a video is...

> > [**@callmedougan**](https://github.com/callmedougan) commented on [Mar 30, 2020, 2:47 AM PDT](https://github.com/carykh/jumpcutter/issues/159#issuecomment-605897899): > > > sorry to necro but how did you get past the crash due to lack of memory...

不对。是我的文件太大了。8MB 的视频文件,才传不了的,压缩后也传不了。应该是返回值的大小限制了。这一点可以在 readme 中说明。

对这个8MB 的文件,我在捷径 App 里运行复制(还必须是展开捷径动作运行),可以成功。但是从桌面、Siri 运行时,就会失败,无法成功复制。

Fix the problem that video files whose path contains space or other special characters can't be supported.

# test if the TEMP folder already exists, when it does, delete it. Prevent the error when creating TEMP while the TEMP already exists. If we interrupted the editing process,...