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 575: Line 575:
 
** a different one: https://git.manalejandro.com/ale/wtshare (UI shown is a screenshot, not functional)
 
** a different one: https://git.manalejandro.com/ale/wtshare (UI shown is a screenshot, not functional)
 
** and another: https://webwormhole.io/
 
** and another: https://webwormhole.io/
 +
* https://www.statnews.com/2022/10/06/health-data-information-blocking-records/

Revision as of 00:04, 17 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