Anche se questo non risponde alla tua domanda con precisione, questo può aiutare a prevenire la frustrazione nel tentativo di esportare tutte le foto e tutti i video contemporaneamente.
Crea un album intelligente in Aperture o in iPhoto impostando le condizioni per trovare tutti i video come nell'immagine qui sotto:
NonèchiaroqualiformativideosianocompatibiliconApertureoiPhoto,quindiaggiungerequalsiasiformatochesipossapensareaquestecondizioninondanneggerànulla.
Unavoltacreatol'albumintelligente,puoiselezionaretuttiivideodell'albumedesportarliinununicopassaggio.
Alternative
(AtthispointIjustcan'tjustify$140forLightroom,orcommittotheirCCtogetit...)
Darktable
Inalternativa,perun'applicazionepiùpotentediiPhoto,e tiene il suo contro Lightroom o Aperture, ho scoperto darktable , che
"is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them."
darktable può essere installato manualmente, ma è anche mantenuto come porta usando MacPorts, se si preferisce usare la gestione dei pacchetti. Ho incluso istruzioni passo passo per l'installazione di MacPorts e darktable di seguito.
GIMP
Un'alternativa estremamente potente alla modifica delle foto sta utilizzando il GIMP . GIMP può essere installato manualmente o creato dal sorgente usando MacPorts. Ho incluso le istruzioni di seguito su come installare GIMP usando MacPorts. Se conosci Adobe Photoshop bene, puoi provare usando GIMPshop , che ricostruisce in modo molto intelligente e pratico l'aspetto grafico di GIMP per apparire e comportarsi quasi come Photoshop ... e tutto gratis.
MacPorts
MacPorts è una soluzione di gestione dei pacchetti solida, stabile, matura e facile da usare, per OS X. È modellata dopo le porte sistema, che è stato adottato come base per pkgsrc di NetBSD. Consiglio vivamente MacPorts .
installa Xcode 5.1.1
MacPorts richiede una versione appropriata di xcode; xcode_5.1.1.dmg è la versione più recente per Mavericks (dopo registerring per un account sviluppatore gratuito e accesso a developer.apple.com, quel collegamento inizierà il download di xcode). Una volta completato il download, fai semplicemente tutto in /Applications/Utilities/Terminal.app (non aver paura del terminale!):
goodytx@stack:~$
goodytx@stack:~$ hdiutil attach -quiet -noverify -nobrowse -noautoopen ~/Downloads/xcode_5.1.1.dmg
goodytx@stack:~$ cp -npR /Volumes/Xcode/Xcode.app /Applications/
goodytx@stack:~$ hdiutil detach -quiet /Volumes/Xcode
goodytx@stack:~$ open -g /Applications/Xcode.app; sleep 8
goodytx@stack:~$
goodytx@stack:~$ killall Xcode.app
installa MacPort
Accedi a conosci MacPorts
goodytx@stack:~$
goodytx@stack:~$
goodytx@stack:~$ curl -Ok https://distfiles.macports.org/MacPorts/MacPorts-2.2.1.tar.bz2
goodytx@stack:~$ tar xf MacPorts-2.2.1.tar.bz2
goodytx@stack:~$ cd MacPorts-2.2.1
goodytx@stack:~$ ./configure
goodytx@stack:~$ make
goodytx@stack:~$ sudo make install # *not war!*
goodytx@stack:~$ cd ..
goodytx@stack:~$ rm -rf Macports-*
goodytx@stack:~$ sudo /opt/local/bin/port -v selfupdate
goodytx@stack:~$ diskutil quiet repairPermissions /
goodytx@stack:~$
goodytx@stack:~$
aggiungi MacPorts al tuo $ PATH:
goodytx@stack:~$
goodytx@stack:~$ export PATH=/opt/local/bin:/opt/local/sbin:$PATH
goodytx@stack:~$ export MANPATH=/opt/local/share/ man:$MANPATH
goodytx@stack:~$
installa darktable e il gimp
goodytx@stack:~$
goodytx@stack:~$
goodytx@stack:~$ port info darktable
darktable @1.1.2_5 (graphics)
Variants: gcc44, gcc45, gcc46, gcc47, gnome_keyring, quartz, universal, [+]x11
Description: Darktable is a virtual lighttable and darkroom for photographers: it manages your digital
negatives in a database and lets you view them through a zoomable lighttable. It also
enables you to develop raw images and enhance them.
Homepage: http://www.darktable.org/
Build Dependencies: cmake, pkgconfig
Library Dependencies: cairo, curl, dbus-glib, exiv2, gettext, glib2, gtk2, gtk-engines2, jpeg, json-glib, lcms2,
lensfun, libglade2, libgphoto2, libpng, librsvg, libxml2, openexr, sqlite3, tiff, zlib
Platforms: darwin
License: GPL-3+
Maintainers: [email protected]
goodytx@stack:~$
goodytx@stack:~$ port info gimp
gimp @2.8.10 (graphics)
Variants: animation, gmic, quartz
Description: This is a META port for the GNU Image Manipulation Program (GIMP) which includes support
for icns, JP2000 and RAW formats, content-aware rescaling, Gutenprint and scanner frontends
and, optionally, an animation tool (the GIMP Animation Package) and an image processing and
scientific visualization tool (GREYC's Magic Image Converter).
Homepage: http://www.gimp.org/
Library Dependencies: icns-gimp, gimp-jp2, gimp-lqr-plugin, gtk-nodoka-engine, gutenprint, ufraw, xsane, gimp-app
Platforms: darwin
License: none
Maintainers: [email protected]
goodytx@stack:~$
goodytx@stack:~$
goodytx@stack:~$ # the port info commands above are unnecessary, you only need one command to install both ports:
goodytx@stack:~$
goodytx@stack:~$ sudo port -vsc install darktable gimp
Questo è davvero tutto quello che c'è da fare. Se puoi seguire una ricetta per cuocere una torta, puoi farlo anche tu. E puoi mantenere tutte le tue porte aggiornate semplicemente con:
goodytx@stack:~$
goodytx@stack:~$ sudo port -vsc selfupdate
goodytx@stack:~$ sudo port -vsc upgrade installed
MacPorts non interferirà con l'uso di OS X, Aperture, iPhoto, Lightroom e con nessun altro software. Mantiene tutto ciò che installa nella sua directory / opt (e in tutte le applicazioni GUI complete costruite in / Applicazioni / MacPorts /).
altro software gratuito disponibile
la ricerca di macports per "foto" restituisce altre 17 porte oltre a darktable, mentre la ricerca di "immagine" restituisce ben 260 ulteriori porte di utilità per le immagini
goodytx@stack:~$ port search photo
goodytx@stack:~$ # too much to list here
goodytx@stack:~$ port search image
goodytx@stack:~$ # way too much to list here
Se per qualsiasi motivo non sei soddisfatto e / o hai bisogno di rimuovere MacPorts:
per disinstallare completamente MacPorts
goodytx@stack:~$
goodytx@stack:~$ sudo port -dfp uninstall --follow-dependencies installed
goodytx@stack:~$ sudo port -dfp uninstall all
goodytx@stack:~$ sudo rm -rf /opt/local
goodytx@stack:~$ sudo rm -rf /Library/Tcl/macports*
goodytx@stack:~$
goodytx@stack:~$ # if you also want to delete any stand-alone gui applications you've built with macports, then there is one more command:
goodytx@stack:~$
goodytx@stack:~$ sudo rm -rf /Applications/MacPorts
goodytx@stack:~$