diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2003-07-23 13:20:15 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2003-07-23 13:20:15 +0000 |
commit | 3c28bc6aa71230dd208d71d319df829a8a3a9f3c (patch) | |
tree | 7c5a5bfae94a3378da57c109dc4b8f2149f6808e /multimedia/dvdauthor/files/README.FreeBSD | |
parent | Update to 1.2 (diff) |
- add and install some more documentation
- bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=85446
Diffstat (limited to 'multimedia/dvdauthor/files/README.FreeBSD')
-rw-r--r-- | multimedia/dvdauthor/files/README.FreeBSD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/files/README.FreeBSD b/multimedia/dvdauthor/files/README.FreeBSD new file mode 100644 index 000000000000..9894fa6dd67f --- /dev/null +++ b/multimedia/dvdauthor/files/README.FreeBSD @@ -0,0 +1,14 @@ +To create mpeg files suitable for a DVD, you can use the transcode +port. + +I use the following options: + transcode -i .... -y mpeg,toolame -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.mp2: MPEG 1 Layer II audio, 48KHz, bitrate 224Kbps + +Then multiplex the streams: + tcmplex -i output.m2v -p output.mp2 -m d -o output.mpeg + +You can then use the resulting output.mpeg file with dvdauthor. |