User:Woozle/linkdump/2022: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Line 579: Line 579:
* https://getpocket.com/explore/item/chicken-stir-fry-recipe
* https://getpocket.com/explore/item/chicken-stir-fry-recipe
* https://www.theverge.com/23409716/signal-encryption-messaging-sms-meredith-whittaker-imessage-whatsapp-china
* https://www.theverge.com/23409716/signal-encryption-messaging-sms-meredith-whittaker-imessage-whatsapp-china
* https://codingitwrong.com/2022/10/10/migrating-a-mastodon-account.html
** https://tdd.social/@CodingItWrong/109143884069754045

Revision as of 00:33, 21 October 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