cvs commit: ports/multimedia Makefile ports/multimedia/mjpegtools-yuvfilters Makefile distinfo pkg-descr

Michael Johnson ahze at FreeBSD.org
Sat Apr 9 17:01:57 PDT 2005


ahze        2005-04-10 00:01:57 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/mjpegtools-yuvfilters Makefile distinfo pkg-descr 
  Log:
  - Add mjpegtools-yuvfilters
  
  Mjpegtools YUV video stream processing tools
  
  yuvdeinterlace:
    A non destructive deinterlacer. Converts to a double frame rate, alf height,
    progressive yuv stream for further processing by temporal based filters.
    Then re-interlaced before encoding. The reinterlacer doesn't exist at this
    time.
  
  yuvafps:
    A linear frame averaging, frame rate converter. Does a better job than the
    frame dropping/duplicating converters.
  
  yuvfade:
    Will fade the video to black after X number of frames. Uses a trial and
    error method of fading to black
  
  yuvwater:
    Attempts to detect and remove semi-transperant watermarks from the source.
    Produces a PGM file of the detected watermark which is used to remove or
    reduce the effect.
  
  Revision  Changes    Path
  1.112     +1 -0      ports/multimedia/Makefile
  1.1       +46 -0     ports/multimedia/mjpegtools-yuvfilters/Makefile (new)
  1.1       +8 -0      ports/multimedia/mjpegtools-yuvfilters/distinfo (new)
  1.1       +22 -0     ports/multimedia/mjpegtools-yuvfilters/pkg-descr (new)


More information about the cvs-all mailing list