Difference between revisions of "User:Woozle/linkdump/2022"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
Line 506: Line 506:
 
* https://waldenlabs.com/17-open-source-hardware-projects/ - some of these are metaprojects, i.e. collections of open-source hardware stuff
 
* https://waldenlabs.com/17-open-source-hardware-projects/ - some of these are metaprojects, i.e. collections of open-source hardware stuff
 
* https://www.youtube.com/watch?v=f-QxLAxwxkM - an audiophile hoax ''thoroughly'' squashed
 
* https://www.youtube.com/watch?v=f-QxLAxwxkM - an audiophile hoax ''thoroughly'' squashed
 +
* https://aspiechattr.me/@TechNews/108985557847555321
 +
** https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/
 +
*** https://serenityos.org/ - [[SerenityOS]]: looks like Win98SE, but it's *nix

Revision as of 14:40, 12 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