Software: verschil tussen versies
Uit dotSearch
(→Software tips) |
(→Software tips) |
||
| Regel 7: | Regel 7: | ||
* [[MySQL]] | * [[MySQL]] | ||
* [[GIT]] | * [[GIT]] | ||
| + | * [[jpegoptim]] | ||
==== Mac OS X ==== | ==== Mac OS X ==== | ||
Versie van 11 okt 2017 om 14: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