mrfragger

Results 52 comments of mrfragger

> yeah I was just trying alternatives. I have an M1 and use whisper.cpp with large and medium Core ML models. First time large is run it takes 15 1/2...

I tried tons of workarounds. EmojiOne, Nerd Font patched ones, Google's Noto Emoji (25% are monochrome) and all don't work and display the boxes for colored emoji. Yes monochrome emoji...

![emojis](https://github.com/user-attachments/assets/30a70515-447b-4cff-96f1-553ae16e0508) Now using mpv 0.38 and it sure seems to be getting almost all emojis. Maybe it just has so many B&W for the colored ones. I tried nerd font..that...

-ml 120 -sow keeps max length at 120 characters and depending on font size usually keeps max lines to two.

I realize this is for control bar and not titlebar but in the meantime this is what I use for titlebar to display video resolution. Some reason can't upload screenshot...

https://github.com/zenwarr/mpv-config/blob/master/scripts/subtitle-search.lua This script supports extracting subtitles embedded in mkv and also pulls from youtube videos then can search them once they're external subs.

Just use TwitterColorEmoji.ttf font 14MB...if you convert it to otf then back to ttf you can strip out svgs and it goes down to 6MB. It'll display most emojis as...

solved just put so by the jumptobookmark() technically , "replace", -1, "start=" .. bookmark["pos"] isn't even needed. mp.commandv("loadfile", parsePath(bookmark["path"]), "replace", -1, "start=" .. bookmark["pos"]) os.execute("sleep 0.5") mp.commandv ('seek', bookmark["pos"], 'absolute',...

![table: nothingbutdots](https://github.com/ggerganov/whisper.cpp/assets/80211672/7bbdb9f7-7b70-4a63-90a4-90a4b1f237f3) I have it happen kinda. Using medium.en model here I have transcribing working till 13 h 57m mark then just . . . . . till 25 hours...

``` DEVELOPER_DIR=/Library/Developer/CommandLineTools SDK_PATH="$DEVELOPER_DIR/SDKs/MacOSX.sdk" CXX_HEADERS="$SDK_PATH/usr/include/c++/v1" rm -rf ./build DEVELOPER_DIR=/Library/Developer/CommandLineTools cmake \ -S . \ -B ./build \ -G Ninja \ -D CPACK_GENERATOR=DragNDrop \ -D ST_USE_QT6=ON \ -D ENABLE_OPENCL:BOOL=OFF \ -D ENABLE_OPENGL:BOOL=ON...