vdr-plugin-burn: fails to generate menue
Stefan Wagner
stefanwag at gmx.at
Fri Dec 30 22:37:39 UTC 2005
Package: vdr-plugin-burn
Version: 0.0.009-2
Severity: important
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-ctvdr-1
Locale: LANG=de_DE at euro, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15)
Versions of packages vdr-plugin-burn depends on:
ii dvd+rw-tools 5.21.4.10.8-1 DVD+-RW/R tools
ii dvdauthor 0.6.11-1 create DVD-Video file system
ii eject 2.0.13deb-8sarge2 ejects CDs and operates CD-Changer
ii imagemagick 6:6.0.6.2-2.4 Image manipulation programs
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-13 GCC support library
ii libimlib2 1.2.0-2.2 powerful image loading and renderi
ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3
ii mjpegtools 1:1.8.0-0sarge0.0 MJPEG video capture/editting/playb
ii mkisofs 4:2.01+01a01-2 Creates ISO-9660 CD-ROM filesystem
ii transcode 2:0.6.14-sarge0.0 Utility to encode raw video/audio
ii vdr 1.3.37-1ctvdr1 Video Disk Recorder for DVB cards
ii vdrsync 0.1.2.2dev2+050322-1 Perl Script for processing VDR rec
ii y4mscaler 0.6.2-1 scale, crop and shift YCbCr video
-- no debconf information
Since Update of mjpgtools to version 1.8.0 i get the error:
**ERROR: [mpeg2enc] Could not read YUV4MPEG2 header: stream requires unsupported features!
Changes in /usr/share/vdr-plugin-burn/vdrburn.sh should solve the problem:
Line 120 and on:
Png2Yuv() {
if IsExecutable y4mscaler; then
convert "$1" pnm:- |
ppmtoy4m -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 -S 420mpeg2 |
y4mscaler -O chromass=420_MPEG2
elif IsExecutable png2yuv; then
png2yuv -n1 -f25 -It -L1 -v0 -j "$1"
else
convert "$1" pnm:- |
ppmtoy4m -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 -S 420mpeg2
logger "Unable to find valid png to yuv converter program - trying to work anyway"
fi
}
More information about the pkg-vdr-dvb-devel
mailing list