You are not logged in.

#1 2005-05-23 13:16:09

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

[Multimedia] dvd9to5 - Backup DVDs

heres a PKGBUILD for a perl script that _apparently_ is able to rip and compress dual layer dvds to single layer size AND include the menus!
[edit] it didnt burn the menus, just the main movie.. however, the process was painless [/edit]

fyi, it needs alot of space to rip, encode etc.. id recommend ~15-20gigs free on the drive you chose as your workspace (in the /etc/dvd9to5.conf file)

enter `dvd9to2.pl -h' to get the help menu

im not sure if using the -D option (Delete unneeded files, i only found out about it after the test) will mean you dont need as much space during the rip, or if it just deletes the files on the dvd that arent used before its burnt..

other dependencies can be found in this thread
http://bbs.archlinux.org/viewtopic.php?t=9450

PKGBUILD

#contributor: Adam Griffiths <adam_griffithsAATTdart.net.au>
pkgname=dvd9to5
pkgver=0.1.7
pkgrel=1
pkgdesc="A Perl script to simplify backing-up of Dual Layer DVDs to Single Layer"
url="http://lakedaemon.netmindz.net/dvd9to5/"
license="GPL"
depends=('perl' 'transcode' 'dvdauthor' 'mjpegtools')
install=dvd9to5.install
source=(http://lakedaemon.netmindz.net/dvd9to5/$pkgname-$pkgver.tar.bz2)

build()
{
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p $startdir/pkg/etc
  mkdir -p $startdir/pkg/usr/bin
  cp dvd9to5.pl $startdir/pkg/usr/bin
  cp dvd9to5.conf.example $stardir/pkg/etc/dvd9to5.conf
}
md5sums=('bf9b6fc6e8c9b6c1b14680da215c4556')


dvd9to5.install

post_install() {
echo ""
echo "--------"
echo "Edit the file /etc/dvd9to5.conf to match your preferences"
echo "--------"
echo ""
}

op=$1
shift

$op $*

Offline

Board footer

Powered by FluxBB