README 965 B

1234567891011121314151617181920212223
  1. transcode is a text-console utility for video stream processing.
  2. Decoding and encoding is done by loading modules that are responsible
  3. for feeding transcode with raw video/audio streams (import modules)
  4. and encoding the frames (export modules). It supports elementary video
  5. and audio frame transformations, including de-interlacing or fast
  6. resizing of video frames and loading of external filters.
  7. You can enable some optional (not-autodetected) features by
  8. passing variables to the script:
  9. FAAC=yes|no (default: no), requires faac
  10. LIBDV=yes|no (default: no), requires libdv
  11. LIBMPEG2=yes|no (default: no), requires libmpeg2
  12. MJPEGTOOLS=yes|no (default: no), requires mjpegtools
  13. QUICKTIME=yes|no (default: no), requires libquicktime
  14. X264=yes|no (default: no), requires x264
  15. XVID=yes|no (default: no), requires xvidcore
  16. Note that newer versions of the stabilize and transform filters are
  17. available as part of vid.stab and have thus been dropped from this
  18. package.