Canon PowerShot

From YobiWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Converted with HTML::WikiConverter::MediaWiki from my old phpwiki site


143019553

Works well under Linux thanks to gphoto2

Main page

Uploads

Adjustment Program For PowerShot A10/A20/A40

Firmware

Installation ??

apt-get install libusb-0.1-4
Ajouter dans /etc/fstab:
none /proc/bus/usb usbfs defaults 0 0


Tirages numériques:

  • PhotoWeb, très pro mais via France
  • Foto.com, 9 eurocents! mais papier Fujicolor Crystal Archive et uniq 10x15 et 11x15
  • ExtraFilm.com, offre tele et possibilité de calendriers, cartes de visite, albums etc
  • PhotoHall, cher :-(
  • Netprint, photobooks, cartes, calendriers,...
  • ColorMailer, également impression sur supports divers
  • ooprint, le libre service en ligne de cartes de visite, cartons d'invitation, faire-part, cartes de voeux, têtes de lettres, prospectus

Trick to convert videos from Minolta DiMAGE Z1:

Apparently it records videos as (as identified by Mplayer):

  • Encapsulation QuickTime[QuickTime?action=create ?]/MOV
  • Video: Image size: 640 x 480 (24bpp 15fps) Fourcc: jpeg Codec: 'Photo - JPEG' (FFmpeg MJPEG decoder)
  • Audio: Audio bits: 8 chans: 1 rate: 7875 Fourcc: raw

To convert them in e.g. Xvid with 2 passes (and here, rotate it as it was taken in 'portrait'):

  • mencoder pict0152.mov -vf rotate -o pict0152.avi -oac pcm -ovc xvid -xvidencopts pass=1
  • mencoder pict0152.mov -vf rotate -o pict0152.avi -oac pcm -ovc xvid -xvidencopts pass=2