Burn-plugin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Box Package | |
|||
==Description== |
|||
Name=Burn |
|||
[[ |
| Screenshot=[[image:Burn-plugin.jpg|180px|Screenshot]] |
||
The '''burn plugin''' enables [[VDR]] to burn DVDs from the recordings and automatically created menus. |
|||
| Developer=Sascha Volkenandt,<br />Ralf Mueller |
|||
| Description=Burn DVDs from recordings |
|||
| Category=Plugins |
|||
| Website=http://www.xeatre.tv/community/burn |
|||
}} |
|||
The '''burn plugin''' lets you choose the recordings you want to burn as DVD, automatically creates menus and finally burns the DVD. If the recordings are to big in size, they are requantizised to save space. |
|||
==Hardware requirements== |
==Hardware requirements== |
||
Line 68: | Line 75: | ||
| Plugin homepage |
| Plugin homepage |
||
|- |
|- |
||
| [2] |
| [2] |
||
| http:// |
| http://vdr.unetz.com/download |
||
| Enhanced version |
|||
⚫ | |||
|- |
|||
| [3] |
|||
| http://vdrsync.vdrportal.de |
|||
⚫ | |||
|- |
|- |
||
| [ |
| [4] |
||
| http://metakine.com/files |
| http://metakine.com/files |
||
| requant |
| requant |
||
|- |
|- |
||
| [ |
| [5] |
||
| http://zebra.fh-weingarten.de/~transcode |
| http://zebra.fh-weingarten.de/~transcode |
||
| transcode |
| transcode |
||
|- |
|- |
||
| [ |
| [6] |
||
| http://enlightenment.org/pages/imlib2.html |
| http://enlightenment.org/pages/imlib2.html |
||
| imlib2 |
| imlib2 |
||
|- |
|- |
||
| [ |
| [7] |
||
| http://dvdauthor.sourceforge.net |
| http://dvdauthor.sourceforge.net |
||
| dvdauthor |
| dvdauthor |
||
|- |
|- |
||
| [ |
| [8] |
||
| http://fy.chalmers.se/~appro/linux/DVD+RW |
| http://fy.chalmers.se/~appro/linux/DVD+RW |
||
| dvd+rwtools |
| dvd+rwtools |
||
|- |
|- |
||
| [ |
| [9] |
||
| http://mjpeg.sourceforge.net |
| http://mjpeg.sourceforge.net |
||
| mjpegtools |
| mjpegtools |
||
|- |
|- |
||
| [ |
| [10] |
||
| http://www.imagemagick.org |
| http://www.imagemagick.org |
||
| ImageMagick |
| ImageMagick |
||
|} |
|} |
||
Revision as of 14:32, 12 March 2006
Burn | |
Burn DVDs from recordings
| |
Developer: | Sascha Volkenandt, Ralf Mueller |
Category: | Plugins |
Website: | http://www.xeatre.tv/community/burn |
The burn plugin lets you choose the recordings you want to burn as DVD, automatically creates menus and finally burns the DVD. If the recordings are to big in size, they are requantizised to save space.
Hardware requirements
- DVD writer
Software requirements
- vdrsync.pl
- Requant
- tcmplex (transcode)
- Imlib2
- dvdauthor
- dvd+rwtools
- mjpegtools
- ImageMagick
Installation
See plugin installation.
Copy the burnmark script 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/
Options
Option | Description |
---|---|
DDVDDEV=/dev/dvd | use DEV as DVD Writer (= Parameter -D --dvd=DEV) |
ISODIR=/video | use DIR to store ISO images (= Parameter -i DIR --iso=DIR) |
DEBUG=1 | Enable Debuging |
Configuration
Add the following entry to your reccmds.conf
Mark for DVD-Writer: /usr/bin/burnmark.sh -add Delete Mark : /usr/bin/burnmark.sh -del
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) |
-i DIR | --iso=DIR | use DIR to store ISO images (default: none) |
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 |
[2] | http://vdr.unetz.com/download | Enhanced version |
[3] | http://vdrsync.vdrportal.de | vdrsync.pl |
[4] | http://metakine.com/files | requant |
[5] | http://zebra.fh-weingarten.de/~transcode | transcode |
[6] | http://enlightenment.org/pages/imlib2.html | imlib2 |
[7] | http://dvdauthor.sourceforge.net | dvdauthor |
[8] | http://fy.chalmers.se/~appro/linux/DVD+RW | dvd+rwtools |
[9] | http://mjpeg.sourceforge.net | mjpegtools |
[10] | http://www.imagemagick.org | ImageMagick |