Burn-plugin

From VDR Wiki
Revision as of 15:11, 27 November 2013 by Wirbel (talk | contribs)
Jump to navigation Jump to search

Description

Author: Sascha Volkenandt

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.

Status

Last Update 12/2011

DVD Types

Video DVD with menu

The created DVD shows a start screen, listing all recordings. Each recording has a submenu showing it's EPG info.

Video DVD with menu

The created DVB starts immediately, without having a start screen.

Archive DVD

A non-standard DVD.

DMH-Archiv-DVD

A DVD playable on all standard players, which includes a few extra files. Together with the Dvdarchive-patch, VDR handles this DVD like its usual recordings.

Images

Hardware requirements

  • DVD writer (optional)
  • 10GB free HDD space for converting recordings in background (~3x recording size)

Software requirements

  • VDRsync
  • Project X (z.B. 0.90.4.00.b29 or newer)
    • jre
    • common-net
    • jakarta-oro
  • M2VRequantiser, transcode with --enable-deprecated or requant_lxdvdrip (vdrburn-dvd.sh needs to be modified)
  • libgd
    • expat
  • dvdauthor
    • libxml
  • growisofs
  • mkisofs
  • mjpegtools
  • eject
  • genindex
  • pxsup2dast (optional for closed capture)
  • boost

Installation

Options

DDVDDEV=/dev/dvd DVD-Burn device (= Parameter -D --dvd=<DEV>)
ISODIR=/video path for ISO images (= Parameter -i <DIR> --iso=<DIR>)
datadir=/tmp path for temporal Files during Demux/Mux/creating ISOs (= Parameter -d <DIR> --datadir <DIR> )
tempdir=/tmp path for temporal Files during Demux/Mux/creating ISOs (= Parameter -d <DIR> --datadir <DIR> )
DEBUG=1 be verbose

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. Homepage vdr-developer.org
  2. VDRsync
  3. Project X
  4. GD Library
  5. Mjpegtools
  6. Dvdauthor
  7. Dvd+rwtools
  8. Mirror Requant (M2VRequantizer.tar.gz)
  9. Download (Snapshots)
  10. Mirror - Backgrounds