| Supported picture types: |
| -JPEG, 8bit greyscale |
| -JPEG, 24bit color |
| -PNM: pgm, 8bit greyscale, format P5 |
| -PNM: ppm, 24bit color, format P6 |
| Supported sound types: |
| -AIFF, 1-16bits, 100Hz-65kHz, 1/2 Channels |
| -RAW, 8/16bits, 100Hz-65kHz, 1/2 Channels, MSBF, Signed (Cli-Only) |
| JPEG2MOV | FROM,TO/A,START/N,MAXFRAMES/K/N, |
| SCALEWIDTH=SW/K/N,SCALEHEIGHT=SH/K/N, | |
| CROPWIDTH=CW/K/N,CROPHEIGHT=CH/K/N,CROPTOP=CT/K/N,CROPLEFT=CL/K/N, | |
| ORIGFPS=OLDFPS/K/N,FPS=NEWFPS/K/N,SEQUENCE=SEQ/K,TIMESCALE/K/N,SPEED/K/N, | |
| SOUNDFILE=SND/K,SETFREQ=FREQ/K/N,BITS/K/N,CHANNELS=CHAN/K/N,HEADER/K/N, | |
| READALL/S/K,INFO/S |
| TO/A | The movie that should be build. An existing file will be overwitten! |
| INFO/S | Just show information about the movie, which will be created, but don't do it. |
| FROM/A |
The path and name of the pictures. There are two methods: ·Specify an ANSI-C-type-form-string for the pictures, e.g. "JP:pic.%04d.jpeg" (only if you know what you do!!) ·Specify the first picture: e.g. "JP:pic.0012.jpeg", the program will automatically convert it to the other format and extract the first picure. |
| ORIGFPS=OLDFPS/K/N | The FramesPerSecond of the images. |
| NEWFPS=FPS/K/N | The FramesPerSecond of the movie. |
| TIMESCALE/K/N,SPEED/K/N | TIMESCALE divides one second into units. SPEED is how long an picture should be displayd (measured in units). Example: TIMESCALE=600, SPEED=10 -> FPS=TIMESCALE/SPEED=60 |
| SEQUENCE=SEQ/K | An text which specifies, which picture should be picked "P" (stored in the movie) or skipped "S". |
| START/N | Specifies the first picture. It defaults to the number, which will be extracted from the FROM-Option - if there is a number in it - or 1. |
| MAXFRAMES/K/N | Maximum numbers of frames to read/skip. (If Your orig and new FPS-Rate are equal, this means also the numbers of written frames) |
| READALL/S/K | Force to read all pictures, even if there skipped. This option is essential, if you've stored the pics a PIPE and only want to read some of the pictures. |
| SCALEWIDTH=SW/K/N, SCALEHEIGHT=SH/K/N | The size of the scaled picture. (default: original picture) |
| The picture will be first scaled, then cropped. | |
| CROPWIDTH=CW/K/N, CROPHEIGHT=CH/K/N | The size of the cropped picture. (default: scaled picture) |
| CROPTOP=CT/K/N, CROPLEFT=CL/K/N | The offset to the left-top-edge of the cropped picture. (default: the picture will be centered) |
| SOUNDFILE=SND/K | The soundfile |
| SETFREQ/K/N | If Your soundfile e.g. have the frequency 40099 but You're knowing that that is an error, You can change the rate with this option to 44100 (or any other freq.). |
| Note: The sample will not be resampled, only the signature will be changed. | |
| SOUNDFILE=SND/K | The soundfile |
| FREQ/K/N | The Frequency (100Hz - 65kHz) |
| BITS/K/N |
8 or 16 bits There must be signed datas 16bit format: Motorola (MSBF) |
| CHANNELS/k/N |
1 or 2 Channels Stereo must be interleaved |
| HEADER/K/N | Skip the first n Bytes of the file |
| History: | ||
| 2.3 | 1999-06-15 |
|
| 2.2 | 1999-05-23 |
|
| 2.1 | 1999-01-30 |
|
| 2.0 | 1998-12-26 |
|
| 1.9 | 1998-11-22 |
|
| 1.0 | 1998-09-29 |
|