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 435: Line 435:
* https://getpocket.com/explore/item/the-maya-ruins-at-uxmal-still-have-more-stories-to-tell
* https://getpocket.com/explore/item/the-maya-ruins-at-uxmal-still-have-more-stories-to-tell
* https://obsidian.md/
* https://obsidian.md/
* https://www.optimistdaily.com/2021/09/rotterdam-becomes-home-to-the-worlds-largest-floating-office/
* https://www.optimistdaily.com/2022/08/norwegian-cohousing-encourages-social-connection-and-sustainable-living/

Revision as of 20:00, 7 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