Harvey Zhao

Results 56 comments of Harvey Zhao

@coderlxf 你这写法更容易理解,但剩余参数`values`不是单一值时,就无法`resolve`多个值了,所以还是可以改造一下 ```js function promisify(original, manyArgs = false) { return function () { return new Promise((resolve, reject) => { original(...arguments, (err, ...values) => { if (err) return reject(err); return resolve(manyArgs...

Thank you for your suggestion, but I don't want to adjust the style yet

I understand what you said. I'll add this function later

When you click the subtitle on the video, you will be prompted with split subtitle. Click to quickly split the subtitle text, or you can use my new project: https://online.aimu-app.com

@inthmafr This is not open-source

@inthmafr I don’t have time to maintain this open source project yet

@inthmafr That's a lot, https://online.aimu-app.com is my commercial subtitle editor with many features

I understand what you mean, but it is recommended to use professional subtitle software for complex subtitles. The online version of the subtitle editor on the web is difficult to...

This is simple, but a lot of code needs to be changed, but the subpayer doesn't need this feature at present

It may be due to the network, because it needs to load a 20M ffmpeg to process the video. This file comes from: https://unpkg.com/@ffmpeg/[email protected]/dist/ffmpeg-core.wasm