Burn-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
mNo edit summary
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Box Package |
==Description==
Name=Burn
[[Image:Burn-plugin.jpg|thumb|Screenshot]]
| 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 too big in size, they are requantizised to save space.


==Hardware requirements==
==Hardware requirements==
Line 12: Line 19:
* Imlib2
* Imlib2
* dvdauthor
* dvdauthor
* dvd+rwtools
* growisofs
* mjpegtools
* mjpegtools
* ImageMagick
* ImageMagick
* genindex


==Installation==
==Installation==
See [[plugin installation]].
See [[plugin installation]].


Copy the script '''burnmark.sh''' into the $PATH
Copy the '''[[burnmark.sh|burnmark]]''' script into the $PATH
cd $SOURCEDIR
cd $SOURCEDIR
cp burn/burnmark.sh /usr/bin
cp burn/burnmark.sh /usr/bin
Line 25: Line 33:
Copy the font file and menu image templates to the plugins configuration directory '''/etc/vdr/plugins/burn'''
Copy the font file and menu image templates to the plugins configuration directory '''/etc/vdr/plugins/burn'''
cp -r burn/burn /etc/vdr/plugins/
cp -r burn/burn /etc/vdr/plugins/

===Options===
{| border=1 cellpadding=2 cellspacing=0
|- bgcolor=#efdead
!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==
==Configuration==
Add the following entry to your '''reccmds.conf'''
Add the following entry to your '''reccmds.conf'''
Mark for DVD-Writer: /usr/bin/burnmark.sh
Mark for DVD-Writer: /usr/bin/burnmark.sh -add
Delete Mark : /usr/bin/burnmark.sh -del


===Parameter===
===Parameter===
Line 40: Line 62:
|-
|-
| -D DEV || --dvd=DEV || use DEV as DVD Writer (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==
==Problems==
* No transcoding (Videos must be DVD compliant)
* No transcoding (Videos must be DVD compliant)
Line 48: Line 73:
{|
{|
| [1]
| [1]
| http://projects.vdr-developer.org/projects/plg-burn
| Currently maintained version
|-
| [2]
| http://linux.kompiliert.net/contrib/
| Older versions
|-
| [3]
| http://www.xeatre.tv/community/burn
| http://www.xeatre.tv/community/burn
| Plugin homepage
| Plugin homepage (ancient version)
|-
| [4]
| http://vdr.unetz.com/download
| Enhanced version (also very old)
|-
| [5]
| http://vdrsync.vdr-portal.de
| vdrsync.pl
|-
| [6]
| http://metakine.com/files
| requant
|-
| [7]
| http://www.transcoding.org/
| transcode
|-
| [8]
| http://enlightenment.org/pages/imlib2.html
| imlib2
|-
| [9]
| http://dvdauthor.sourceforge.net
| dvdauthor
|-
| [10]
| http://fy.chalmers.se/~appro/linux/DVD+RW
| dvd+rwtools
|-
| [11]
| http://mjpeg.sourceforge.net
| mjpegtools
|-
| [12]
| http://www.imagemagick.org
| ImageMagick
|}
|}


[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|burn-plugin}}
<!-- Link to german wiki page -->
[[de:Burn-plugin]]

Revision as of 06:17, 11 January 2011

Burn
Screenshot
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 too 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
  • genindex

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://projects.vdr-developer.org/projects/plg-burn Currently maintained version
[2] http://linux.kompiliert.net/contrib/ Older versions
[3] http://www.xeatre.tv/community/burn Plugin homepage (ancient version)
[4] http://vdr.unetz.com/download Enhanced version (also very old)
[5] http://vdrsync.vdr-portal.de vdrsync.pl
[6] http://metakine.com/files requant
[7] http://www.transcoding.org/ transcode
[8] http://enlightenment.org/pages/imlib2.html imlib2
[9] http://dvdauthor.sourceforge.net dvdauthor
[10] http://fy.chalmers.se/~appro/linux/DVD+RW dvd+rwtools
[11] http://mjpeg.sourceforge.net mjpegtools
[12] http://www.imagemagick.org ImageMagick