Results 664 comments of milahu

@cyzs233 usually this is done by globbing, for example, on linux ``` ffs reference.mkv -i /home/user/Downloads/subs/* --overwrite-input ``` this will process all files in the folder `/home/user/Downloads/subs/` (non-recursive) this should...

see also - [whisper](https://github.com/openai/whisper) - Robust Speech Recognition via Large-Scale Weak Supervision - https://github.com/openai/whisper/discussions/1770 - [WhisperTimeSync](https://github.com/EtienneAb3d/WhisperTimeSync) - Synchronize Whisper's timestamps over an existing accurate transcription - [aeneas](https://github.com/readbeyond/aeneas) - a Python/C...

> they will probably break if someone uses enum values in the 64-bit range make the size explicit? `enum32` vs `enum64` @tomthomson also the `isValid` function should be fixed, from...

same here ... https://github.com/rizinorg/cutter/pull/2952#discussion_r1109708326 wrong color with "native" theme, right color with "dark" theme of cutter seems like QPalette.PlaceholderText is missing in the "native" palette (qt breeze dark)

qt6 bug, see also https://bugreports.qt.io/browse/QTBUG-86195 https://bugreports.qt.io/browse/QTCREATORBUG-25444 https://github.com/Alexhuszagh/BreezeStyleSheets/issues/44

actual error message is misleading ``` npm ERR! Cannot read properties of null (reading 'matches') ``` expected error message would be more helpful ``` npm ERR! node_modules/ was installed by...

the glob `*.mp4` expands to a single file `movie.mp4` (i fixed my first comment) `ValueError` is just noise, the actual error is `UnknownFPSError` let me focus on > expected: >...

7fd1885b00ff68eceef2f557c334bebdd30f7ae5 ([ffsubsync.nix](https://github.com/milahu/nur-packages/blob/master/pkgs/applications/video/ffsubsync/ffsubsync.nix)) still stops at `pysubs2.exceptions.UnknownFPSError` ```sh cat >bad.sub

> it looks like we're only running it on one case what? there are two input subs: `bad.sub` and `good.sub` ``` ffs --overwrite-input video.mp4 -i bad.sub good.sub ``` https://github.com/milahu/ffsubsync-stops-processing-multiple-files