Software: verschil tussen versies
Uit dotSearch
(→Software tips) |
|||
| Regel 8: | Regel 8: | ||
* [[GIT]] | * [[GIT]] | ||
* [[jpegoptim]] | * [[jpegoptim]] | ||
| + | * [[userChrome.css]] | ||
==== Mac OS X ==== | ==== Mac OS X ==== | ||
Versie van 16 nov 2017 om 15:39
Software tips
Mac OS X
- Cyberduck (incl. sync)
- Time Machine
- RightZoom
- Bestanden samenvoegen / mergen: Terminal --> CAT *.CSV > OUTPUT.CSV
- Eerste 200 rijen uit file pakken: head -n200 ta-coolblue.csv > CB.csv
- iPhone backup locatie in iTunes
- Video lossless inkorten: Terminal --> ffmpeg -ss 1:23 -i origineel.mp4 -t 0:45 -vcodec copy -acodec copy kopie.mp4