Short:    Extracts JPEGs (e.g. from Quicktime movies)
Author:   alexander.richter@01019freenet.de (Alexander Richter)
Uploader: alexander.richter@01019freenet.de (Alexander Richter)
Type:     gfx/conv

ExtractJPEGs does exactly what its name says: it extracts JPEG pictures
from a given file. For instance,  some Quicktime movies consist of JPEG
pictures.


USAGE
-----
ExtractJPEGs must be launched from CLI.
syntax:

ExtractJPEGs <file>

simple, eh?

Example -  You want to get all  frames out  of the  "Starship Troopers"
trailer:

ExtractJPEGs strshptroopers.mov


WHAT IT DOES
------------
ExtractJPEGs hunts for JPEG pictures in the given file and writes them
into the current directory (0.jpg, 1.jpg, 2.jpg, ...).

You might use the programs freplace and fixsuffix to convert the file-
names, e.g.:

----------------------------------------------------------------------
freplace .jpg ""
; "0.jpg" --> "0", "1.jpg" --> "1" etc.

list #? LFORMAT "rename %N frame.%N" >t:script
; "0" --> "frame.0"

sort t:script t:script
; optional

execute t:script

list frame.(?|??|???) LFORMAT "fixsuffix %N 4" >t:script
; "frame.0" --> "frame.0000"

sort t:script t:script
; optional

execute t:script
----------------------------------------------------------------------


INSTALLATION
------------
copy ExtractJPEGs c:


BUGS
----
-no error handling
-sometimes extracts non-JPEG data


LIMITATIONS
-----------
-does only work on JPEG-Quicktimes, not on Cinepak-compressed ones.


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
   11780    6595 44.0% 18-Dec-99 17:54:24  ExtractJPEGs
    1475     681 53.8% 18-Dec-99 20:45:44  ExtractJPEGs.readme
-------- ------- ----- --------- --------
   13255    7276 45.1% 18-Dec-99 23:28:40   2 files
