mrfragger

Results 52 comments of mrfragger

it was frustrating cuz stolendata didn't update it for like a year I believe...finally about a month ago he added 0.39 so check `brew info mpv` and that should be...

> > Ideally it would function like clipping with ffmpeg. `ffmpeg -ss $a -to $b -i input.mkv -c copy output.mkv` > I modified took tons of tinkering (encode or trim...not...

To track / pause time when audio is playing for a particular tab. tab.audible property true = tab is currently playing audio false = tab is silent So it knows...

I ended up just going with converting a vtt/srt to srt with ...it's bloats size wise bigtime over a vtt. Got it to work with white, lime, yellow, red, magenta...

`qpdf --add-attachment test.typ -- test.pdf new.pdf` attaches a typst source to make the PDF so it can be modified. Kinda like LibreOffice Hybrid PDF. `qpdf --list-attachments new.pdf ` test.typ ->...

ah will try that the native way in a second. Wasn't aware of it at all. If one needs to use command line for batch you can use this pypdfextractattachments.py...

ok had to install rust dev version works well and compression is almost as good typst embedded 563KB compared to 547KB qpdf embedded. The typ file is 225KB with original...

this should work...will test soon read -p "Press ENTER to compile PDF with typst" echo '#pdf.embed("$completetitle".typ)' > "$completetitle"_new.typ cat ~/.config/mpv/extrastuff/bashscripts/pdftemplate.typ >> "$completetitle"_new.typ cat all.md | sed -E -e 's/\*{2,8}/\\*\\*\\*/g' -e...

typst compression almost on par with qpdf for embedding typ files

[TwitterColorEmoji.ttf.zip](https://github.com/user-attachments/files/21606287/TwitterColorEmoji.ttf.zip) Twitter Color Emoji font 6MB cuz svgs stripped out. Displays many colored-emojis in black and white. The original one is 14MB and most people don't know how to stripped...