tophf

Results 322 comments of tophf

On a side note, why don't you use `LibavSMASHSource` that opens MOV/MP4 files almost instantly and without indexing? As for the speed drop, I guess it's because VapourSynth properly loads...

Would be awesome. This would allow adding of LW as a new fast, sometimes even instant, video provider for Aegisub in addition or maybe as a replacement of FFMS2...

**This flag does not disable WebAssembly.** You need to run Chrome with `--js-flags=--noexpose_wasm` command line flag. Look for tutorials on altering Chrome shortcut for your OS. In Windows you might...

`Ctrl` was always a key to close the preview in MPIV. The problem is that `Tab` in these context-switching keys isn't reported to JS by the browser, but I think...

The problem is that I want to track `Tab` to preserve the historic behavior of closing the preview via Ctrl. I can't reproduce the Alt-Tab problem in FF either. I...

Since this is the first time I personally encounter such a request I doubt an option is warranted. In full zoom mode the image isn't guaranteed to fill the entire...

I found a consistent repro in FF: switching to a full-screen app via Alt-Tab. Since it doesn't happen in Chrome I guess it might be a bug in FF. I'll...

Sounds like something reasonable even though I've never encountered this problem personally in all the years if my memory doesn't fail me :-) I guess I can maybe add an...

@SimenB, yes, your idea works e.g. `if (error.code !== 'ENOENT' && error.code !== 'EISDIR') {`

Probably not as I feel kinda intimidated by the amount of steps in PR guide as well as the need for CLA. Not soon'ish anyway.