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 480: Line 480:
 
** 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
 
* https://github.com/OdyseeTeam - [[Odysee]]: apparently only the clients are open source
 +
* https://getpocket.com/explore/item/a-lot-fell-into-place-the-adults-who-discovered-they-were-autistic-after-their-child-was-diagnosed
 +
* https://www.pcmag.com/picks/quitting-twitter-try-these-alternative-social-media-networks
 +
* https://devforum.zoom.us/t/annoying-ibus-dependency-in-zoom-deb-files/67293/21 -- [[Zoom]]
 +
* https://getpocket.com/explore/item/the-thoughts-of-a-spiderweb

Revision as of 18:10, 31 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