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 511: Line 511:
* https://freethoughtblogs.com/pharyngula/2022/09/12/ive-experienced-brain-fog-and-no-thank-you-very-much/
* https://freethoughtblogs.com/pharyngula/2022/09/12/ive-experienced-brain-fog-and-no-thank-you-very-much/
** https://octodon.social/@pzmyers/108986427589916341
** https://octodon.social/@pzmyers/108986427589916341
* https://sundaylongread.com/2022/09/09/the-american-malls-long-goodbye/ - how mall culture has... changed? (evaporated?)
* https://getpocket.com/explore/item/why-the-velvet-hammer-is-a-better-way-to-give-constructive-criticism - dispute communication

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