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 541: Line 541:
* https://toot.cat/@anubis2814/109075076669459407 {{fmt/quote|Vaccination against SARS-CoV-2 lowers the risk of long COVID after infection by only about 15%, according to a study of more than 13 million people}}
* https://toot.cat/@anubis2814/109075076669459407 {{fmt/quote|Vaccination against SARS-CoV-2 lowers the risk of long COVID after infection by only about 15%, according to a study of more than 13 million people}}
* https://arstechnica.com/information-technology/2022/09/matrix-patches-vulnerabilities-that-completely-subvert-e2ee-guarantees/ - [[Matrix]]
* https://arstechnica.com/information-technology/2022/09/matrix-patches-vulnerabilities-that-completely-subvert-e2ee-guarantees/ - [[Matrix]]
* https://arstechnica.com/information-technology/2022/09/never-before-seen-malware-has-infected-hundreds-of-linux-and-windows-devices/

Revision as of 00:35, 29 September 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