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 558: Line 558:
** https://fosstodon.org/@atoponce/109124938259563053
** https://fosstodon.org/@atoponce/109124938259563053
* https://www.theverge.com/2022/10/6/23391895/meta-facebook-horizon-worlds-vr-social-network-too-buggy-leaked-memo
* https://www.theverge.com/2022/10/6/23391895/meta-facebook-horizon-worlds-vr-social-network-too-buggy-leaked-memo
* https://artisans.coop/join/
** https://docs.google.com/document/d/1EC9jaSnsmSzTsZxjetmY9p5kl8EmveYlqWF2TdWAoi8/edit
*** https://social.coop/@anaulin/109133453551252293

Revision as of 12:56, 9 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