User:Woozle/linkdump/2022: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Line 548: Line 548:
==October==
==October==
* https://tech.lgbt/@kolbychez/109088142664992618 - [[Go language]]
* https://tech.lgbt/@kolbychez/109088142664992618 - [[Go language]]
* https://twitter.com/VoiceQuills/status/1495242394249404420 - trans voice training

Revision as of 13:54, 2 October 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

October