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

..03-May-2022-

AUTHORSH A D13-Oct-200354 109

COPYINGH A D22-Aug-200317.6 KiB341281

ChangelogH A D10-Feb-2004927 2219

INSTALLH A D23-Aug-200380 74

READMEH A D10-Feb-20041.1 KiB4328

TODOH A D23-Oct-200364 32

mkxvcd.shH A D03-May-202267.1 KiB2,5872,318

README

1GOAL
2	Make a 2 hour vcd with good quality.
3
4USAGE
5	mkxvcd.sh yourmovie.whateverextensionmplayercanplay
6	mkxvcd.sh /dev/dvd (or whatever device your dvd drive is using)
7	Options on the commandline are:
8		-d for debugging.
9		-m to force mplayer if you don't have transcode installed.
10		-t to force transcode (you can also edit the script in the :user settings" section)
11
12DAREDEVILS
13	Edit the script, youll find some interesting settings in the user settings.
14
15PROGRAMS USED
16	mplayer,transcode and mjpegtools.
17	optionaly it uses mpgtx if you try to encode a vbr-mpeg file.
18	further you need vcdimager and cdrdao to burn the thing.
19
20REFERENCES
21	http://www.kvcd.net/
22
23	http://ffmpeg.sourceforge.net/
24
25	http://mjpeg.sourceforge.net/
26
27	http://www.mplayerhq.hu/
28
29	http://mpgtx.sourceforge.net/
30
31	http://www.gnu.org/software/vcdimager/
32
33	http://cdrdao.sourceforge.net/
34
35	http://zebra.fh-weingarten.de/~transcode
36
37PROBLEMS
38	If you have a hint, bugreport, some help or a solution mail us:
39
40		For script related things:	Thomas <tht@nichewebworks.com>
41
42		For video related issues:	Japie <japie@deserver.nl>
43