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 555: Line 555:
** https://github.com/sandsmark/replicode
** https://github.com/sandsmark/replicode
* https://www.saveur.com/techniques/how-to-use-fresh-herbs/ - storage and forms for usage
* https://www.saveur.com/techniques/how-to-use-fresh-herbs/ - storage and forms for usage
* https://www.ifixit.com/News/66194/apples-new-airpods-are-telling-users-to-replace-the-batteries-already-too-bad-thats-impossible - Apple AirPods are antisustainable
** https://fosstodon.org/@atoponce/109124938259563053

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