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 568: Line 568:
* https://safeboot.dev/
* 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.}}
** https://social.v.st/@th/109160885927052447 {{fmt/quote|scripts to take control of UEFI Secure Boot with your own keys for better security.}}
* https://www.inputmag.com/culture/aughts-gadgets-wikipedia-wikireader

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