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 463: Line 463:
 
** https://mndrive.umn.edu/environment/using-fungus-remediate-forever-chemicals - with fungus
 
** https://mndrive.umn.edu/environment/using-fungus-remediate-forever-chemicals - with fungus
 
** 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

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