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 596: Line 596:
* https://galactica.org/mission/ - another example of "AI" doing a terrible job at comprehension
* https://galactica.org/mission/ - another example of "AI" doing a terrible job at comprehension
** https://fediscience.org/@ct_bergstrom/109355405785907389
** https://fediscience.org/@ct_bergstrom/109355405785907389
** https://misc.name/@scanlime/109355481247875055

Revision as of 02:06, 17 November 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

November