• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aclib/H03-May-2022-8,6907,081

autotools/H03-May-2022-14,61411,336

avilib/H03-May-2022-6,7714,566

docs/H03-May-2022-16,32114,641

encode/H03-May-2022-6,7814,613

export/H03-May-2022-16,65711,359

filter/H03-May-2022-52,08536,403

import/H03-May-2022-56,49438,338

libdldarwin/H03-May-2022-895698

libtc/H03-May-2022-12,7926,806

libtcaudio/H03-May-2022-1,109772

libtcvideo/H03-May-2022-2,6801,710

multiplex/H03-May-2022-1,7951,327

pvm3/H03-May-2022-4,7143,923

src/H03-May-2022-17,69110,771

testsuite/H03-May-2022-7,8725,968

tools/H03-May-2022-10,2426,837

AUTHORSH A D03-May-20224.9 KiB191142

COPYINGH A D03-May-202217.6 KiB341281

ChangeLogH A D03-May-20223.4 KiB7769

INSTALLH A D03-May-202218.3 KiB454397

Makefile.amH A D03-May-2022448 3527

Makefile.inH A D03-May-202227.7 KiB904809

READMEH A D03-May-20222.2 KiB5140

STYLEH A D03-May-202217.5 KiB457387

TODOH A D03-May-2022106 32

acinclude.m4H A D03-May-202221.5 KiB769691

aclocal.m4H A D03-May-2022345.6 KiB9,8288,839

config.h.inH A D03-May-20229.3 KiB403270

configureH A D03-May-2022972.3 KiB32,95327,959

configure.inH A D03-May-202238.7 KiB1,4361,286

transcode.spec.inH A D03-May-20224 KiB10586

README

1
2---------------------------------------------------
3transcode - a video stream processing utility
4---------------------------------------------------
5
6transcode is a text-console utility for video stream processing,
7running on a platform that supports shared libraries and threads.
8Decoding and encoding is done by loading modules that are responsible
9for feeding transcode with raw video/audio streams (import modules)
10and encoding the frames (export modules). It supports elementary video
11and audio frame transformations, including de-interlacing
12or fast resizing of video frames and loading of external filters.
13
14A number of modules are included to enable import of DVDs on-the-fly,
15MPEG elementary (ES) or program streams (VOB), MPEG video, Digital Video (DV),
16YUV4MPEG streams, NuppelVideo file format and raw or compressed
17(pass-through) video frames and export modules for writing DivX;-),
18DivX 4.02/5.xx, XviD, Digital Video, MPEG-1/2 or uncompressed
19AVI files with MPEG, AC3 (pass-through) or PCM audio.
20More file formats and codecs for audio/video import are supported by the
21avifile library import module, the export with avifile is restricted to
22video codecs only, with MPEG/PCM or AC3 (pass-through) audio provided by
23transcode. Limited Quicktime export support and DVD subtitle rendering is
24also avaliable.
25
26It's modular concept is intended to provide flexibility and easy user
27extensibility to include other video/audio codecs or file types.
28A set of tools is available to extract, demultiplex and decode
29the sources into raw video/audio streams for import, non AVI-file export
30modules for writing single frames (PPM) or YUV4MPEG streams,
31auto-probing and scanning your sources and to enable post-processing of
32AVI files, including header fixing, merging multiple files or splitting
33large AVI files to fit on a CD.
34
35Written by Thomas Oestreich (ostreich@theorie.physik.uni-goettingen.de)
36See the Authors file for contributions from the community.
37See the file COPYING for license details.
38
39
40USAGE:
41------
42./transcode -h | more
43
44prints a list of available options. Check out
45http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/
46for more details.
47
48use ^C for safely stopping the encoder.
49
50now read the INSTALL file!!!
51