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 487: Line 487:
* https://spy24.app/ - another parental spy app
* https://spy24.app/ - another parental spy app
** They tried to set up a spam account on TootCat, too
** They tried to set up a spam account on TootCat, too
* https://www.wired.com/story/cell-to-chassis-batteries-electric-vehicles/
** https://web.archive.org/web/20220829110837/https://www.wired.com/story/cell-to-chassis-batteries-electric-vehicles/

Revision as of 18:41, 2 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