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 476: Line 476:
 
* https://toot.cat/web/@SuricrasiaOnline@cybre.space/108889757610104107 - Blackle's Mastodon thread exporter
 
* https://toot.cat/web/@SuricrasiaOnline@cybre.space/108889757610104107 - Blackle's Mastodon thread exporter
 
* https://toot.cat/@woozle/108895043055241572 - mspy
 
* https://toot.cat/@woozle/108895043055241572 - mspy
 +
* Linux/KDE development:
 +
** https://api.kde.org/frameworks/kirigami/html/index.html
 +
** https://www.reddit.com/r/kde/comments/x01h2q/develop_for_kde_using_visual_studio_code/

Revision as of 11:42, 29 August 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