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 447: Line 447:
* https://getpocket.com/explore/item/how-to-tell-if-you-re-being-breadcrumbed-in-a-relationship-friendship-or-at-work
* https://getpocket.com/explore/item/how-to-tell-if-you-re-being-breadcrumbed-in-a-relationship-friendship-or-at-work
* https://www.stylist.co.uk/relationships/how-to-identify-narcissistic-relationships/611159
* https://www.stylist.co.uk/relationships/how-to-identify-narcissistic-relationships/611159
* https://www.wired.com/story/machine-learning-reproducibility-crisis/

Revision as of 11:40, 13 August 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