DVD
From WikiHugovil
Backup sur DVD - UNIX
Le DVD ainsi créé aura les extensions Rock Ridge, et pourra aussi être lu par un lecteur DVD.
1. Créer l'image ISO:
mkisofs -R -o image.iso <directory>
2. Pour tester l'image:
mkdir tmp mount -o loop image.iso tmp
3. Graver l'image:
growisofs -dvd-compat -Z /dev/dvd=image.iso
Backup sur DVD - Windows
Le DVD ainsi créé aura les extensions Joliet et Rock Ridge, et pourra aussi être lu facilement sur Windows.
1.
growisofs -dvd-compat -Z /dev/dvd -joliet-long -R -V "<volumelabel>" <directory>/
Copie d'un DVD vidéo
1. Monter le DVD:
mount /media/dvd
Si c'est un DVD encrypté, il faut utiliser dvdfs. dvdfs nécessite FUSE (module du kernel FUSE et userspace utilities):
dvdfs -o device=/dev/dvd /media/dvd
2. Copier le DVD:
mkisofs -dvd-video -o dvd.iso -V "titre" /media/dvd
3. Graver la copie:
growisofs -Z /dev/dvd=dvd.iso
wxsvg-1.0b10
libtoolize --copy --force ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc && make && make install
mjpegtools-1.8.0
[...] make[2]: Entering directory `/root/mjpegtools-1.8.0/y4mdenoise' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I../utils -DNDEBUG -finline-functions -fno-PIC -march=athlon-tbird -mno-sse -mno-sse2 -mtune=athlon-tbird -g -O2 -pthread -MT regiontest.o -MD -MP -MF ".deps/regiontest.Tpo" -c -o regiontest.o regiontest.cc; \ then mv -f ".deps/regiontest.Tpo" ".deps/regiontest.Po"; else rm -f ".deps/regiontest.Tpo"; exit 1; fi Region2D.hh: In member function ÿÿvoid Region2D<INDEX, SIZE>::Move(REGION&)ÿÿ: Region2D.hh:155: error: there are no arguments to ÿÿassertÿÿ that depend on a template parameter, so a declaration of ÿÿassertÿÿ must be available Region2D.hh:155: error: (if you use ÿÿ-fpermissiveÿÿ, G++ will accept your code, but allowing the use of an undeclared name is deprecated) [...]
Inserting "#include <assert.h>" to y4mdenoise/Region2D.hh solved this.
DVDStyler
Error: mpeg2enc could not read YUV4MPEG2 header : Stream requires unsupported features
There is a problem with mjpegtools >1.6.2 by menu generating. To fix it you need to add "-S 420mpeg2" to ppmtoy4m command in DVDStyler core settings or downgrade mjpegtools.
