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 508: Line 508:
 
* https://aspiechattr.me/@TechNews/108985557847555321
 
* https://aspiechattr.me/@TechNews/108985557847555321
 
** https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/
 
** https://awesomekling.github.io/Ladybird-a-new-cross-platform-browser-project/
*** https://serenityos.org/ - [[SerenityOS]]: looks like Win98SE, but it's *nix
+
*** https://serenityos.org/ - [[SerenityOS]]: looks like Win98SE, but it's *nix; looks like there's no ISO yet, though. "runs on Linux"

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