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 589: Line 589:
 
* 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
 
* https://unascribed.com/b/2019-08-02-the-tragedy-of-ucs2.html - UTF, Unicode, and the history of multibyte character encoding
 +
* https://getpocket.com/explore/item/the-man-who-went-to-war-with-canada - Machias Seal Island, the US/Canada border, and how nations are bad at dealing with smaller issues that only they can resolve

Revision as of 13:57, 9 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