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 464: Line 464:
 
** https://phys.org/news/2022-08-chemicals-simple-method.html - with simple reagents
 
** https://phys.org/news/2022-08-chemicals-simple-method.html - with simple reagents
 
* https://wiki.xxiivv.com/site/unix.html - a simple UNIX reference page
 
* https://wiki.xxiivv.com/site/unix.html - a simple UNIX reference page
 +
* https://www.curbed.com/2022/08/nyc-trash-landfill-incineration-recycling-compost-voyage-gross.html - what about garbage, where does it go

Revision as of 22:52, 20 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