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 554: Line 554:
 
** https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.415.5345&rep=rep1&type=pdf
 
** https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.415.5345&rep=rep1&type=pdf
 
** https://github.com/sandsmark/replicode
 
** https://github.com/sandsmark/replicode
 +
* https://www.saveur.com/techniques/how-to-use-fresh-herbs/ - storage and forms for usage

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