~wahez/motionpic/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: wahez
  • Date: 2008-09-17 20:27:20 UTC
  • Revision ID: walther.zwart@gmail.com-20080917202720-6ut7aym3n5of5rwx
Small fixes for new release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
MotionPic is a program that creates images from movies. I can think of several
22
22
applications, but so far I have only worked on:
23
 
 - Panorama: make a movie of the landscape around you and let motionpic turn
 
23
 - panorama: make a movie of the landscape around you and let motionpic turn
24
24
             it into one image. This already somewhat works
25
 
 - Stereopic: let you camera slide past some landscape/object and let motionpic
 
25
 - stereopic: let you camera slide past some landscape/object and let motionpic
26
26
              pick two frames and stitch them together. Motionpic can automatically
27
27
              adjust the framing and rotation so they can be easily used for stero
28
28
              viewing.
38
38
Example:
39
39
  To make a panorama called "panorama.ppm" from a movie called "input.mov", type
40
40
    motionpic panorama input.mov panorama.ppm
41
 
  This might take a while, so you could try doing it first with the first 10 frames:
 
41
  This might take a while, so you could try doing it first with the first 10 frames
 
42
  to see how it works out:
42
43
    motionpic panorama input.mov:0-9 panorama.ppm
43
44
 
44
45