Haujet Zhao

Results 40 comments of Haujet Zhao

> I'd recommend following the instructions given: rescale the image down to 8192px wide. > > Many devices, particularly mobile devices, don't support WebGL textures larger than 4096px on a...

> I'd recommend following the instructions given: rescale the image down to 8192px wide. > > Many devices, particularly mobile devices, don't support WebGL textures larger than 4096px on a...

In term of the second issue, I built an Anki-Sync-Sever on my Ubuntu (Linux on Windows), it did not appear, then I tried it on my two Aliyun swrver (one...

> I wasn't able to reproduce the second issue. I can sync your collection just fine, the server doesn't lock up at any point. Are you seeing anything out of...

> I wasn't able to reproduce the second issue. I can sync your collection just fine, the server doesn't lock up at any point. Are you seeing anything out of...

之前我发布 pypi 都是用着 setup.py,有一个模板,poetry 还没用过。 rst 的 readme 格式也没有学过。 只是我对这个包的效果不是很满意,感觉不值得上传 pypi,还待以后学下神经网络处理,做出更好的效果,再把包做大。 就目前,它只是一个简单的脚本工具的角色。 现在准备考研,还没时间学 python 新东西。等有时间了再考虑。

在 [[ffmpeg Documentation](http://www.ffmpeg.org/ffmpeg.html)](http://www.ffmpeg.org/ffmpeg.html) 中说: > -qscale[:stream_specifier] q (*output,per-stream*) > > Use fixed quality scale (VBR). The meaning of q/qscale is codec-dependent. 在 [[Encode/MPEG-4 – FFmpeg](https://trac.ffmpeg.org/wiki/Encode/MPEG-4)](https://trac.ffmpeg.org/wiki/Encode/MPEG-4) 中有说: > You can select...

你可以从 1 开始递增地试,摸索下你的编码器接受的正常取值。qscale 的正常取值是 1 - 255,但并不代表每个编码器都能正常处理这些数值。

你现在应该可以总结出规律了,你的硬件只支持两种 hevc 硬件加速模式,一种是画质高码率特别大,另一种是画质低码率特别小,用奇数和偶数来控制。很多时候,硬件加速就是这样,你只能在画质和体积之间二选一,不能兼得,硬件加速的目的就是方便快速编解码!

不是在 ffmpeg Tab 上就有「截取时间」用于起始时间设置吗 ![image](https://user-images.githubusercontent.com/19181833/150265735-ceec26c5-2c46-4abe-ac93-4b34559b05aa.png) 手写 QT 主要原因是还没学会 QT Designer ,也没时间学 aardio 我有了解过,但没有 QT 更 versatile,直接一步到位,可以方便以后扩充更复杂的功能 单文件维护太痛苦,现在主要还是在重构,在 rebuild branch 中是最新的 不过由于纯兴趣导向,只是我需要什么功能时候,才加什么功能 现在也有许多功能想加,只是需求不急迫 而我在生活上又有许多更急迫的任务,矛盾论指导我们要抓主要矛盾,同时我也意识到,写 QuickCut 曾耗费了我太多的时间,而原因是我学艺不精,学了个半吊子,就来做太大的东西,导致许多地方事倍功半,因而这段时间 QuickCut 的更新会慢许多