Difference between revisions of "User:Woozle/linkdump/2022"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
Line 588: Line 588:
 
* https://pad.gusted.xyz/s/PoIQp8OfL#fnref3 - more about the [[Gitea]] hijinks
 
* https://pad.gusted.xyz/s/PoIQp8OfL#fnref3 - more about the [[Gitea]] hijinks
 
* https://mstdn.social/@rysiek/109304256436333571 - [[Signal]] "stories"
 
* https://mstdn.social/@rysiek/109304256436333571 - [[Signal]] "stories"
 +
* https://unascribed.com/b/2019-08-02-the-tragedy-of-ucs2.html - UTF, Unicode, and the history of multibyte character encoding

Revision as of 18:47, 8 November 2022

January

February

March

April

May

June

July

August

To rotate a video 90 degrees, try:

$INPUTVIDEO='input.mp4'
$OUTPUTVIDEO='output.mp4'
ffmpeg -i $INPUTVIDEO -metadata:s:v rotate="-90" -codec copy $OUTPUTVIDEO

September

October

November