TG Telegram Group Link
Channel: GeekTips
Back to Bottom
example of splitting transcription every six sentences into a paragraph
Option+ g ©, i ˆ, r ®, y ¥, 2 , 3 £, 8 •, 0 º, = ≠
Option+ K , O Ø, T ˇ, V ◊, X ˛, Z ¸, | », ? ¿, ! ⁄ , + ±
"highpass=f=1500,dynaudnorm=f=250:g=31:p=0.5:m=5:r=0.9:b=1"


great for mpv filtering wind noise
+           cycle-values af "loudnorm=I=-18:LRA=1:tp=-1:linear=false:dual_mono=true" "highpass=f=1500,dynaudnorm=f=250:g=31:p=0.5:m=5:r=0.9:b=1"  "lavfi=[dynaudnorm=f=250:g=31:p=0.5:m=5:r=0.9:b=1]" "highpass=f=40,pan=stereo|FL<FC+0.71*FL+0.71*BL+0*LFE|FR<FC+0.71*FR+0.71*BR+0*LFE,dynaudnorm=f=250:g=31:p=0.5:m=5:r=0.9:b=1" "highpass=f=40,pan=stereo|FL<FC+0.71*FLC+0.71*FL+0.71*BL+0.71*SL+0*LFE|FR<FC+0.71*FRC+0.71*FR+0.71*BR+0.71*SR+0*LFE,dynaudnorm=f=250:g=31:p=0.5:m=5:r=0.9:b=1" "" #! [Audio] > Audio Filters Loudness, Normalization
ocenaudio to filter out wind noise use high pass filter 1500Hz / rolloff 40dB
Decided to delete these two SVG telegram channels. Just will put these zipped files for download.
Forwarded from SVG Animated Stickers
svgstickersNov2023.zip
654.4 MB
svgstickersNov2023 .zip 654MiB unzips to 5.1GB (November 2023)

SVG Stickers ~900 sticker packs
18k+ animated svg stickers and 32k+ static svgs

- Almost all Telegram animated stickers (tgs) converted to SVG animated stickers

- Nearly all static svg include pixelated retro svg

- Web offline static svg

- Tech info page with all scripts used in conversion.

Website of SVG animated stickers
http://geektips.rf.gd/stickers

If hosting on a website just remove index.html part of the link
@SVGanimated
Forwarded from SVG Animated Stickers
SVGanimations22k+(2024).zip
315.1 MB
SVG animations 22,000+ svgs (2024) 315MiB unzips to 3.8GB

CSS Mason Gallery of animated SVGs shuffled all on one page (lazy loads).

@SVGanimated
Forwarded from SVG Static Stickers
SVGstaticstickers78k+(2024).zip
175 MB
SVG static stickers 78,000+ (2024) 175MiB unzips to 800MB.

Requires a fast computer for the sheer amount of svgs shuffled on one html page. Probably not the best idea ever. But in 2030 when people got supercomputers they'll say....what a great idea that was way ahead of its time. They're all categorized in original zip (Nov 2023) in static weboffline section.
@SVGstatic
mpv230fonts+.pdf
7 MB
mpv 230 fonts used with mpv for audiobook subtitles 6MiB
569LUTsmpv.pdf
8 MB
569 LUTs (Lookup Tables) free for mpv ...basically just color presets that can be used for video or image editing.
LUTs in mpv
start up Ollama..have it running then after installing Ollamac (just one free client of many)
brew install --cask ollamac

Ollamac just choose your local ai model
mpv 0.40 release ..since these automated builds get deleted after 90 days just keeping them. Also must be logged in to download on github. Wait a few days then
brew install mpv --cask

brew info stolendata-mpv

brew info will show when 0.40 is available. As of March 26, 2025 it's still mpv 0.39. Hopefully in a few days it'll show 0.40. brew info mpv show 0.40 but that's not the app bundle just the runtime to use mpv from the command line.
sudo apt install mpv

scoop install mpv

will be the better way to install it though.

https://nightly.link/mpv-player/mpv/workflows/build/release%2F0.40

Link will work too but expires around June 27, 2025 though (in 90 days)

https://github.com/mpv-player/mpv/releases
ffmpeg -i "manzil.mp4" -i "/Users/me/Desktop/manzil.opus" -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 -map_metadata 0 -shortest new.mp4


replace audio track with a new one without reencoding.
HTML Embed Code:
2025/06/30 01:02:13
Back to Top