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 532: Line 532:
** https://paws.town/@mycroft/109012172118798547
** https://paws.town/@mycroft/109012172118798547
* https://www.vanityfair.com/hollywood/2022/09/darth-vaders-voice-emanated-from-war-torn-ukraine - ''[[Star Wars]]'', [[Ukraine]]
* https://www.vanityfair.com/hollywood/2022/09/darth-vaders-voice-emanated-from-war-torn-ukraine - ''[[Star Wars]]'', [[Ukraine]]
* https://arstechnica.com/tech-policy/2022/09/experts-debate-the-ethics-of-linkedins-algorithm-experiments-on-20m-users/ [[LinkedIn]]

Revision as of 00:40, 27 September 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