From 884c8093d63402a1ad0b502244b791e3c6782be3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 11 Sep 2020 14:38:47 +0900 Subject: Added debian extra dependency packages. Signed-off-by: Michele Calgaro --- .../transcode-1.1.7/docs/html/modules.html | 387 +++++++++++++++++++++ 1 file changed, 387 insertions(+) create mode 100644 debian/transcode/transcode-1.1.7/docs/html/modules.html (limited to 'debian/transcode/transcode-1.1.7/docs/html/modules.html') diff --git a/debian/transcode/transcode-1.1.7/docs/html/modules.html b/debian/transcode/transcode-1.1.7/docs/html/modules.html new file mode 100644 index 00000000..9daf4527 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/html/modules.html @@ -0,0 +1,387 @@ + + + Linux Video Stream Processing Tool + + + + + + + + + +
+ + + + +
+ + Filter plug-ins: +
+ Here is a list of available filter plug-ins. + + +
+
+ + + + +
+ + + + +
Import/export modules: +
+Some modules depend on other binaries/packages (marked red). See module pages for details: + + + + +
+
  • import modules: + +

    +Raw: + +

    + Quicktime4linux API: +

      + +
    • import_mov.so
      + Quicktime 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.so
      + decoding support for AVI-files with DivX, OpendivX, DivX + 4.xx/5.xx, XviD video using the DivX codec. + +
    • import_xvid.so
      + decoding 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.so
      + MPEG audio from program streams or raw streams. + +
    • import_mpeg2.so
      + video track from MPEG program streams or raw streams, + extracted and decoded by mpeg2dec. + +
    • import_vob.so
      + MPEG/AC3 program streams in VOB files (found on unencrypted/ripped DVDs). + +
    • import_dvd.so
      + on-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.so
      + interface to ImageMagick library supported picture codecs and + file formats for making animations. Reads images with a + counter pattern. + +
    • import_imlist.so
      + interface to ImageMagick library supported picture codecs and + file formats for making animations. Reads images from a list. + +
    +

    +XML: + +

      + +
    • import_xml.so
      + interface to XML files with file listing and frame range + produced by kino. + +
    + +

    + Video4linux: +

      +
    • import_v4l.so
      + interface for grabbing sound/video from a v4l device. + +
    • import_nvrec.so
      + interface to NVrec video recorder program. +

      +

    + +

    + MPlayer API: +

      + +
    • import_mplayer.so
      + interface to Mplayer for decoding unsupported codecs, + exotic file formats or more ore less broken sources. +
    + +

    +Ogg Media: + +

      +
    • + + + + + + + +
      + import_ogg.so +
      decodes Ogg Vorbis audio streams. +
      + +

    + +Loss-Less compression: + +

      +
    • + + + + + + + +
      + import_lzo.so +
      imports AVI-files with LZO loss-less compression + for video +
      + +
    + + + + + +
+
  • export modules: + +

    +Raw: + +

    + + Quicktime4linux API: +

      + +
    • export_mov.so
      + Quicktime file format, audio/video codecs supported by + quicktime4linux. + +
    +

    + + FFmpeg API: +

      + + all modules have MP3/AC3/PCM audio support. + +
    • export_ffmpeg.so
      + interface to ffmpeg library supported video codecs. +
    +

    + + MPEG-4: +

      + + all modules have MP3/AC3/PCM audio support. + +
    • + + + + + + + + + + +
      + export_divx5.so +
      DivX version 5 codec. +
      + +
    • + + + + + + + + +
      + export_xvid4.so +
      Open-Source XviD codec. +
      + +

    +MPEG-1/2: +

    +Digital Video: +

      + +
    • export_dv.so
      + Digital Video, MPEG/AC3/PCM audio with AVI-file format. + +
    • export_dvraw.so
      + raw Digital Video with interleaved uncompressed PCM audio. + +
    +

    +Images: +

      +
    • export_ppm.so
      + PPM raw video picture sequence, sound to extra file with "-m" option. + +
    • export_im.so
      + interface 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 +
      + +

    + + + + + + + +

+
+
+
+ + + -- cgit v1.2.3