Screenshot:
use scrot -s
Video screen record:
* simplescreenrecorder
Trim / Compress video:
trim video: ffmpeg -i film.mkv -to 01:46:58 -c:v copy -c:a copy output.mp4
compress video: ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.m
Screenshot:
use scrot -s
Video screen record:
* simplescreenrecorder
Trim / Compress video:
trim video: ffmpeg -i film.mkv -to 01:46:58 -c:v copy -c:a copy output.mp4
compress video: ffmpeg -i input.mp4 -vcodec libx265 -crf 28 output.m
const coordinates = // array of lat, lngconst flightPath = new google.maps.Polyline({path: coordinates,geodesic: true,strokeColor: '#73B9FF',strokeOpacity: 1.0,strokeWeight: 4,icons: [{icon: {path: google.maps.SymbolPath.FORWARD_CLOSED_ARROW},offset: '100%'}],map: this.theMap,
Google maps doc on custom symbols
Post on custom google maps markers
alert
use window.sendError
Link
tag: use 'to' not 'a'li
ul
element needs a key property key={uuid} NOT key="{uuid}"button
not a
if it is a button.
.set
and .get
yarn prettier --write find src | egrep jsx\\\\?$ --exclude passfort-types | grep -v passfort-types