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 502: Line 502:
 
* https://getpocket.com/explore/item/the-length-of-earth-s-days-has-been-mysteriously-increasing-and-scientists-don-t-know-why
 
* https://getpocket.com/explore/item/the-length-of-earth-s-days-has-been-mysteriously-increasing-and-scientists-don-t-know-why
 
* https://getpocket.com/explore/item/micromanipulation-the-covert-tactic-that-narcissists-use-in-arguments-to-reassert-control - [[narcissism]]
 
* https://getpocket.com/explore/item/micromanipulation-the-covert-tactic-that-narcissists-use-in-arguments-to-reassert-control - [[narcissism]]
 +
* https://cadence.moe/blog/2022-09-01-discontinuing-bibliogram - jumping through hoops to access [[Instagram]]
 +
** https://mastodon.technology/@rysiek/108976184986137233

Revision as of 12:30, 11 September 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