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 509: Line 509:
 
** 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; looks like there's no ISO yet, though. "runs on Linux"
 
*** https://serenityos.org/ - [[SerenityOS]]: looks like Win98SE, but it's *nix; looks like there's no ISO yet, though. "runs on Linux"
 +
* https://freethoughtblogs.com/pharyngula/2022/09/12/ive-experienced-brain-fog-and-no-thank-you-very-much/
 +
** https://octodon.social/@pzmyers/108986427589916341

Revision as of 16:56, 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