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 455: Line 455:
* https://getpocket.com/explore/item/how-heat-pumps-can-help-fight-global-warming
* https://getpocket.com/explore/item/how-heat-pumps-can-help-fight-global-warming
* https://social.coop/@jonny/108835379495867720 - deeply insecure voting at Hackernoon
* https://social.coop/@jonny/108835379495867720 - deeply insecure voting at Hackernoon
* https://www.theverge.com/2022/8/18/23206110/james-webb-space-telescope-javascript-jwst-instrument-control

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