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 577: Line 577:
* https://www.statnews.com/2022/10/06/health-data-information-blocking-records/
* https://www.statnews.com/2022/10/06/health-data-information-blocking-records/
* https://githubcopilotinvestigation.com/ - [[GitHub]], [[Microsoft]], [[fair use]], [[neural net/commercial]]
* https://githubcopilotinvestigation.com/ - [[GitHub]], [[Microsoft]], [[fair use]], [[neural net/commercial]]
* https://getpocket.com/explore/item/chicken-stir-fry-recipe

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