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 566: Line 566:
** https://mspsocial.net/@t54r4n1/109156797878569607
** https://mspsocial.net/@t54r4n1/109156797878569607
*** https://signal.org/blog/sms-removal-android/
*** https://signal.org/blog/sms-removal-android/
* https://safeboot.dev/
** https://social.v.st/@th/109160885927052447 {{fmt/quote|scripts to take control of UEFI Secure Boot with your own keys for better security.}}

Revision as of 16:26, 13 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