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 570: Line 570:
* https://www.inputmag.com/culture/aughts-gadgets-wikipedia-wikireader
* https://www.inputmag.com/culture/aughts-gadgets-wikipedia-wikireader
* https://futurism.com/the-byte/metaverse-decentraland-report-active-users
* https://futurism.com/the-byte/metaverse-decentraland-report-active-users
* https://file.love/ - in-browser p2p file-sharing
** https://github.com/midzer/filelove/
** https://mastodon.social/web/@fribbledom/109168408154553165
** a different one: https://git.manalejandro.com/ale/wtshare (UI shown is a screenshot, not functional)

Revision as of 15:58, 15 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