summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor/files/README.FreeBSD
blob: 64c131e9f6c92d999d839de08c3dd8013f5b03a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To create mpeg files suitable for a DVD, you can use the
multimedia/transcode port.

I use the following options:
	transcode -i .... -y mpeg -F d -E 48000 -b 224 -o output

This creates the following files:
	output.m2v: video, bitrate 10Mbps (use -w to change that rate)
	output.mpa: MPEG 1 Layer II audio, 48KHz, bitrate 224Kbps

Then multiplex the streams:
	tcmplex -i output.m2v -p output.mpa -m d -o output.mpeg

You can then use the resulting output.mpeg file with dvdauthor.