Burn-plugin: Difference between revisions
Jump to navigation
Jump to search
(Preparation) |
(initial) |
||
Line 1: | Line 1: | ||
==Description== |
==Description== |
||
[[Image: |
[[Image:Burn-plugin.jpg|thumb|Screenshot]] |
||
The '''burn plugin''' enables [[VDR]] to burn DVDs from the recordings and automatically created menus. |
|||
==Hardware requirements== |
==Hardware requirements== |
||
* DVD writer |
|||
==Software requirements== |
==Software requirements== |
||
* vdrsync.pl |
|||
* [[Requant]] |
|||
* tcmplex (transcode) |
|||
* Imlib2 |
|||
* dvdauthor |
|||
* growisofs |
|||
* mjpegtools |
|||
* ImageMagick |
|||
==Installation== |
==Installation== |
||
See [[plugin installation]] |
See [[plugin installation]]. |
||
Copy the script [[burnmark.sh]] into the $PATH |
|||
cd $SOURCEDIR |
|||
cp burn/burnmark.sh /usr/bin |
|||
Copy the font file and menu image templates to the plugins configuration directory '''/etc/vdr/plugins/burn''' |
|||
cp -r burn/burn /etc/vdr/plugins/ |
|||
==Configuration== |
|||
Add the following entry to your '''reccmds.conf''' |
|||
Mark for DVD-Writer: /usr/bin/burnmark.sh |
|||
===Parameter=== |
|||
{| border=1 cellpadding=2 cellspacing=0 |
|||
|- bgcolor=#efdead |
|||
!Parameter (short) |
|||
!Parameter (long) |
|||
!Description |
|||
|- |
|||
| -d DIR || --datadir=DIR || use DIR for temporary files (default: '''/dev/dvd''') |
|||
|- |
|||
| -D DEV || --dvd=DEV || use DEV as DVD Writer (default '''/dev/dvd''') |
|||
|} |
|||
==Problems== |
==Problems== |
||
* No transcoding (Videos must be DVD compliant) |
|||
* Display problems with VDR >= 1.3.7 |
|||
==Links== |
==Links== |
||
{| |
{| |
||
| [1] |
| [1] |
||
| http:// |
| http://www.xeatre.tv/community/burn |
||
| Plugin homepage |
| Plugin homepage |
||
|} |
|} |
||
Line 21: | Line 55: | ||
<!-- Link to german wiki page --> |
<!-- Link to german wiki page --> |
||
[[de: |
[[de:Burn-plugin]] |
Revision as of 22:00, 30 November 2004
Description
The burn plugin enables VDR to burn DVDs from the recordings and automatically created menus.
Hardware requirements
- DVD writer
Software requirements
- vdrsync.pl
- Requant
- tcmplex (transcode)
- Imlib2
- dvdauthor
- growisofs
- mjpegtools
- ImageMagick
Installation
See plugin installation.
Copy the script burnmark.sh into the $PATH
cd $SOURCEDIR cp burn/burnmark.sh /usr/bin
Copy the font file and menu image templates to the plugins configuration directory /etc/vdr/plugins/burn
cp -r burn/burn /etc/vdr/plugins/
Configuration
Add the following entry to your reccmds.conf
Mark for DVD-Writer: /usr/bin/burnmark.sh
Parameter
Parameter (short) | Parameter (long) | Description |
---|---|---|
-d DIR | --datadir=DIR | use DIR for temporary files (default: /dev/dvd) |
-D DEV | --dvd=DEV | use DEV as DVD Writer (default /dev/dvd) |
Problems
- No transcoding (Videos must be DVD compliant)
- Display problems with VDR >= 1.3.7
Links
[1] | http://www.xeatre.tv/community/burn | Plugin homepage |