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 479: Line 479:
 
** https://api.kde.org/frameworks/kirigami/html/index.html
 
** https://api.kde.org/frameworks/kirigami/html/index.html
 
** https://www.reddit.com/r/kde/comments/x01h2q/develop_for_kde_using_visual_studio_code/
 
** https://www.reddit.com/r/kde/comments/x01h2q/develop_for_kde_using_visual_studio_code/
 +
* https://github.com/OdyseeTeam - [[Odysee]]: apparently only the clients are open source

Revision as of 12:41, 30 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