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 427: Line 427:
** https://gist.github.com/ViktorNova/1dd68a2ec99781fd9adca49507c73ee2
** https://gist.github.com/ViktorNova/1dd68a2ec99781fd9adca49507c73ee2
* https://blog.wesleyac.com/posts/consider-sqlite
* https://blog.wesleyac.com/posts/consider-sqlite
* https://arstechnica.com/science/2022/08/record-short-days-could-speed-up-debate-on-leap-seconds/

Revision as of 23:32, 4 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