| import modules:
Raw:
      
    Quicktime4linux API:
     
       import_mov.soQuicktime file format, audio/video codecs supported by
	   quicktime4linux.
 
      FFmpeg API:
       
	 import_ffmpeg.so interface to ffmpeg library supported video codecs and
	     file formats.
 
      MPEG-4:
       
   import_divx.sodecoding support for AVI-files with DivX, OpendivX, DivX
       4.xx/5.xx, XviD video using the DivX codec.
 import_xvid.sodecoding support for AVI-files with DivX, OpendivX, DivX
       4.xx/5.xx, XviD video using the XviD codec.
 
MPEG-1/2, AC3:
 
   import_ac3.so AC3 audio from MPEG program streams or raw streams.
 import_mp3.soMPEG audio from program streams or raw streams.
 import_mpeg2.sovideo track from MPEG program streams or raw streams,
       extracted and decoded by mpeg2dec.
 import_vob.soMPEG/AC3 program streams in VOB files (found on unencrypted/ripped DVDs).
 import_dvd.soon-the-fly DVD transcoding
 
  NuppelVideo:
   
Digital Video:
 
   import_dv.so Digital Video and PCM audio from RIFF AVI-files or raw streams.
 
Images:
 
   import_im.sointerface to ImageMagick library supported picture codecs and
       file formats for making animations. Reads images with a
       counter pattern.
 import_imlist.sointerface to ImageMagick library supported picture codecs and
       file formats for making animations. Reads images from a list.
 
XML:
 
   import_xml.sointerface to XML files with file listing and frame range
       produced by kino.
 
    Video4linux:
     
    MPlayer API:
 
   import_mplayer.so interface to Mplayer for decoding unsupported codecs,
       exotic file formats or more ore less broken sources.
 
Ogg Media:
     
Loss-Less compression:
     
      
	   
	     
	       | import_lzo.so |  
	       | imports AVI-files with LZO loss-less compression
		    for video | 
 | export modules:
Raw:
   
  Quicktime4linux API:
   
     export_mov.soQuicktime file format, audio/video codecs supported by
	 quicktime4linux.
 
  FFmpeg API:
   
    all modules have MP3/AC3/PCM audio support.
     export_ffmpeg.sointerface to ffmpeg library supported video codecs.
 
  MPEG-4:
 
  all modules have MP3/AC3/PCM audio support.
  
      
  
      
 
MPEG-1/2:
 
Digital Video:
 
   export_dv.soDigital Video, MPEG/AC3/PCM audio with AVI-file format.
 export_dvraw.so raw Digital Video with interleaved uncompressed PCM audio.
 
Images:
 
  export_ppm.soPPM raw video picture sequence, sound to extra file with "-m" option.
 export_im.sointerface to ImageMagick library supported picture codecs and
      file formats for generating picture sequences.
 
Ogg Media:
     
      
	   
	     
	       | export_ogg.so |  
	       | exports Ogg Vorbis audio stream to Ogg stream file with "-m
		    " option. |  
 
Loss-Less compression:
     
      
	   
	     
	       | export_lzo.so |  
	       | exports to AVI-files with LZO loss-less compression
		    for video |  
 |