vdr-convert nach Hubertus

  • Habe vdrconvert nach hubertus anleitung installiert


    M2VRequantiser und dvdauthor-338 liesen sich nicht installieren


    wenn ich vdrconvert starte werden zwar Zwischenstadiendateinen erstellt. Diese werden aber am ende des vorggangs gelöscht ohne das eine iso-datei erzeugt wird


    file:/video0/pub/export/tmp/VDRSYNC.rT4361/sync.log
    file:/video0/pub/export/tmp/VDRSYNC.rT4361/vdrsync.ac3
    file:/video0/pub/export/tmp/VDRSYNC.rT4361/vdrsync.mpv
    file:/video0/pub/export/tmp/VDRSYNC.rT4361/vdrsync0.mpa


    weis wer Rat?


    habe die logdateine mit der endung txt beigefügt



    linux:~ # cd /usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338 # ./configure --prefix=/usr
    checking for a BSD-compatible install... /usr/bin/install -c
    checking for gcc... gcc
    checking for C compiler default output... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for special C compiler options needed for large files... no
    checking for _FILE_OFFSET_BITS value needed for large files... 64
    checking for _LARGE_FILES value needed for large files... no
    checking for getopt_long in -lgnugetopt... no
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking getopt.h usability... yes
    checking getopt.h presence... yes
    checking for getopt.h... yes
    checking for strsep... yes
    checking for getopt_long... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/config.h
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338 # make
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/ifogen.o src/ifogen.c
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/conffile.o src/conffile.c
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/compat.o src/compat.c
    gcc -Wall -O3 -o src/dvdauthor src/ifogen.o src/conffile.o src/compat.o
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/mpeg2desc.o src/mpeg2desc.c
    gcc -Wall -O3 -o src/mpeg2desc src/mpeg2desc.o
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/vob_dump.o src/vob_dump.c
    gcc -Wall -O3 -o src/vob_dump src/vob_dump.o -ldvdread
    gcc -Wall -O3 -DSYSCONFDIR="\"/usr/etc\"" -c -o src/submux.o src/submux.c
    src/submux.c:38:17: png.h: No such file or directory
    src/submux.c: In function `read_png':
    src/submux.c:1381: error: `png_struct' undeclared (first use in this function)
    src/submux.c:1381: error: (Each undeclared identifier is reported only once
    src/submux.c:1381: error: for each function it appears in.)
    src/submux.c:1381: error: `ps' undeclared (first use in this function)
    src/submux.c:1382: error: `png_info' undeclared (first use in this function)
    src/submux.c:1382: error: `pi' undeclared (first use in this function)
    src/submux.c:1383: error: `png_byte' undeclared (first use in this function)
    src/submux.c:1383: error: `rowp' undeclared (first use in this function)
    src/submux.c:1394: warning: implicit declaration of function `png_sig_cmp'
    src/submux.c:1399: warning: implicit declaration of function `png_create_read_struct'
    src/submux.c:1399: error: `PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
    src/submux.c:1405: warning: implicit declaration of function `png_create_info_struct'
    src/submux.c:1408: warning: implicit declaration of function `png_destroy_read_struct'
    src/submux.c:1412: warning: implicit declaration of function `png_init_io'
    src/submux.c:1413: warning: implicit declaration of function `png_set_sig_bytes'
    src/submux.c:1415: warning: implicit declaration of function `png_read_png'
    src/submux.c:1415: error: `PNG_TRANSFORM_PACKING' undeclared (first use in this function)
    src/submux.c:1415: error: `PNG_TRANSFORM_STRIP_16' undeclared (first use in this function)
    src/submux.c:1415: error: `PNG_TRANSFORM_EXPAND' undeclared (first use in this function)
    src/submux.c:1416: warning: implicit declaration of function `png_get_rows'
    src/submux.c:1417: warning: implicit declaration of function `png_get_IHDR'
    src/submux.c:1419: warning: implicit declaration of function `png_get_channels'
    src/submux.c:1421: error: `PNG_COLOR_MASK_COLOR' undeclared (first use in this function)
    src/submux.c:1425: error: `PNG_COLOR_MASK_ALPHA' undeclared (first use in this function)
    src/submux.c:1428: error: `PNG_COLOR_MASK_PALETTE' undeclared (first use in this function)
    make: *** [src/submux.o] Error 1
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338 # make install
    if [ ! -d /usr/bin ]; then /usr/bin/install -c -d /usr/bin; fi
    /usr/bin/install -c src/dvdauthor src/mpeg2desc src/vob_dump src/submux /usr/bin
    /usr/bin/install: cannot stat `src/submux': No such file or directory
    make: *** [install] Error 1
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338 # make install
    if [ ! -d /usr/bin ]; then /usr/bin/install -c -d /usr/bin; fi
    /usr/bin/install -c src/dvdauthor src/mpeg2desc src/vob_dump src/submux /usr/bin
    /usr/bin/install: cannot stat `src/submux': No such file or directory
    make: *** [install] Error 1
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung/dvdauthor-338 #

  • sind die Pakete alle installiert? Meines Erachtens fehlt xlib, bin mir aber nicht sicher.
    Probiere ggf. xfree86-devel und xfree86 noch per yast zu installieren. Die haben mir auch gefehlt.

    Der Pterodaktylus Salvatus oder Vagabundierende Rettungssaurier gehört zur aussterbenden Familie der Dinosaurier.
    :vdr1 950 MHz 128 MB 240 GB 1x 1.6er Karte 1x Low Budget VDR 1.2.6 KomplettPatchE VCD DVD Calendar timeline sleeptimer prefermenu osdteletext vdrc vdrconvert pim vdrcalc (noch SuSE 9.0)
    :vdr2 EPIA MII-1200 MHz lüfterlos 160 GB Flüstersamsung 1x 1.5er Karte gentoo 2.6 VDR: gentoo-vdr-BAUSTELLE :wand

    Einmal editiert, zuletzt von Rettungssaurier ()


  • schau mal nach ob du libpng-devel installiert hast ?

    Gruß Marco


    HW: TT6400-S2
    SW: Fedora 37, kernel-6.1.6-200.fc37.x86_64, vdr-2.6.1-2.fc37.x86_64


    Fedora37 x86_64 Gnome Desktop 42.2 Ausgabe über das vdr-softhddevice plugin

    ViewSonic VX3276 HDMI-1 <------------> HDMI NVidia Geforce-gt-1030

    ViewSonic VX3276 HDMI-2 <------------> HDMI Technotrend S2-6400


  • das mit dem "libpng-devel " war hilfreich "dvdauthor-338 " geht jetzt.
    M2VRequantiser fehlt mir noch


    es wird nur ein Ordner dvd erzeugt er ist aber immer noch leer nach dem Umwandlungsprozess





    linux:~ # cd /usr/local/src/A_Zusatz/DVD_Umwandlung
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung # cp main-20031101-makira.c M2VRequ
    antiser
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung # cd M2VRequantiser
    bash: cd: M2VRequantiser: Not a directory
    linux:/usr/local/src/A_Zusatz/DVD_Umwandlung # gcc -O3 main-20031101-makira.c -o
    requant -lm
    main-20031101-makira.c:499:20: putvlc.h: No such file or directory
    main-20031101-makira.c: In function `putAC':
    main-20031101-makira.c:505: error: syntax error before '*' token
    main-20031101-makira.c:527: error: `ptab' undeclared (first use in this function
    )
    main-20031101-makira.c:527: error: (Each undeclared identifier is reported only
    once
    main-20031101-makira.c:527: error: for each function it appears in.)
    main-20031101-makira.c:527: error: `dct_code_tab1a' undeclared (first use in thi
    s function)
    main-20031101-makira.c:528: error: `dct_code_tab1' undeclared (first use in this
    function)
    main-20031101-makira.c:533: error: `dct_code_tab2a' undeclared (first use in thi
    s function)
    main-20031101-makira.c:534: error: `dct_code_tab2' undeclared (first use in this
    function)
    main-20031101-makira.c: In function `putcbp':
    main-20031101-makira.c:582: error: `cbptable' undeclared (first use in this func
    tion)
    main-20031101-makira.c: In function `putmbtype':
    main-20031101-makira.c:587: error: `mbtypetab' undeclared (first use in this fun
    ction)
    main-20031101-makira.c:592:20: getvlc.h: No such file or directory
    main-20031101-makira.c: In function `get_macroblock_modes':
    main-20031101-makira.c:605: error: syntax error before '*' token
    main-20031101-makira.c:611: error: `tab' undeclared (first use in this function)
    main-20031101-makira.c:611: error: `MB_I' undeclared (first use in this function
    )
    main-20031101-makira.c:611: error: `bit_buf' undeclared (first use in this funct
    ion)
    main-20031101-makira.c:612: error: `bits' undeclared (first use in this function
    )
    main-20031101-makira.c:615: error: `FRAME_PICTURE' undeclared (first use in this
    function)
    main-20031101-makira.c:617: error: `DCT_TYPE_INTERLACED' undeclared (first use i
    n this function)
    main-20031101-makira.c:625: error: `MB_P' undeclared (first use in this function
    )
    main-20031101-makira.c:631: error: `MACROBLOCK_MOTION_FORWARD' undeclared (first
    use in this function)
    main-20031101-makira.c:633: error: `MOTION_TYPE_BASE' undeclared (first use in t
    his function)
    main-20031101-makira.c:641: error: `MC_FRAME' undeclared (first use in this func
    tion)
    main-20031101-makira.c:651: error: `MACROBLOCK_INTRA' undeclared (first use in t
    his function)
    main-20031101-makira.c:651: error: `MACROBLOCK_PATTERN' undeclared (first use in









    + '[' -z /video0/pub/export ']'
    + '[' -z /video0/pub/export ']'
    + '[' -z vdrsync.pl ']'
    + '[' -z tcmplex ']'
    + '[' -z dvb-mplex ']'
    + '[' -z mplex ']'
    + '[' -z '' ']'
    + export TCMPLEX_PANTELTJE=tcmplex-panteltje
    + TCMPLEX_PANTELTJE=tcmplex-panteltje
    + '[' -z mkisofs ']'
    + '[' -z mencoder ']'
    + '[' -z lame ']'
    + '[' -z dvdauthor ']'
    + '[' -z '' ']'
    + export TOSVCD=tosvcd
    + TOSVCD=tosvcd
    + '[' -z bzip2 ']'
    + '[' -z 15 ']'
    + '[' -z 5 ']'
    + '[' -z /video0/pub/export/tmp ']'
    + '[' -z /tmp ']'
    + '[' -z svdrpsend.pl ']'
    + '[' -z none ']'
    + '[' -z no ']'
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 1
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 1 -gt 0 -a 0 -eq 0 ']'
    + echo 'Job fir ./vdrconvert.sh gefunden : vdr2dvd burn'
    Job fir ./vdrconvert.sh gefunden : vdr2dvd burn
    + echo


    ++ mktemp /video0/pub/export/tmp/vdr2dvd.XXXXXX
    + NewJobs=/video0/pub/export/tmp/vdr2dvd.ej4236
    + status=0
    + '[' 0 -eq 0 ']'
    + '[' yes '!=' yes ']'
    + CONVERTLOG=/tmp/vdr2dvd.log
    + echo 'Start vdr2dvd.sh /video0/pub/export/tmp/vdr2dvd.ej4236 vdr2dvd Log = /tmp/vdr2dvd.log'
    Start vdr2dvd.sh /video0/pub/export/tmp/vdr2dvd.ej4236 vdr2dvd Log = /tmp/vdr2dvd.log
    + ./vdr2dvd.sh /video0/pub/export/tmp/vdr2dvd.ej4236 vdr2dvd /tmp/vdr2dvd.log
    + tee -a /tmp/vdr2dvd.log
    + logger './vdr2dvd.sh /video0/pub/export/tmp/vdr2dvd.ej4236 vdr2dvd /tmp/vdr2dvd.log 2>&1 >> /tmp/vdr2dvd.log gestartet'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ date '+%d-%m-%2Y %T'
    ++ wc -l
    + echo '25-01-2004 09:33:03 : Session ./vdr2dvd.sh begin'
    25-01-2004 09:33:03 : Session ./vdr2dvd.sh begin
    + echo ''


    + '[' -z /video0/pub/export/dvd ']'
    + '[' -z '' -a -z '' -a -z '' -a -z '' ']'
    + USE_TCMPLEX=yes
    + '[' -z '-m d' ']'
    + '[' -z '' ']'
    + DVD_MPLEXOPTS=-f 9
    + '[' -z '-t DVD' ']'
    + '[' -z '' ']'
    + export TRANSCODE=no
    + TRANSCODE=no
    + '[' -z '720 704 352 480' ']'
    + '[' -z '-I 3 -V -y mpeg -Z 720x576 -b 192' ']'
    + '[' -z 3300000.0 ']'
    + '[' -z 10min ']'
    + '[' -z 4472 ']'
    + '[' -z 700 ']'
    + '[' -z no ']'
    + '[' -z requant ']'
    + '[' -z '' ']'
    + export DVD_AUTOWRITE=no
    + DVD_AUTOWRITE=no
    + '[' -z yes ']'
    + '[' -z '' ']'
    ++ date +%d-%m-%Y
    + DVDMKISOFSOPTS=-V VDRCONVERT_25-01-2004
    + DVDAUTHORCHAPTERS=00:00:00,00:10:00,00:20:00,00:30:00,00:40:00,00:50:00,01:00:00,01:10:00,01:20:00,01:30:00,01:40:00,01:50:00,02:00:00,02:10:00,02:20:00,02:30:00,02:40:00,02:50:00,03:00:00,03:10:00,03:20:00,03:30:00,03:40:00,03:50:00,04:00:00,04:10:00,04:20:00,04:30:00,04:40:00,04:50:00
    + '[' -z '' ']'
    + DVDAUTHORUSERCHAP=00:00:00,00:10:00,00:20:00,00:30:00,00:40:00,00:50:00,01:00:00,01:10:00,01:20:00,01:30:00,01:40:00,01:50:00,02:00:00,02:10:00,02:20:00,02:30:00,02:40:00,02:50:00,03:00:00,03:10:00,03:20:00,03:30:00,03:40:00,03:50:00,04:00:00,04:10:00,04:20:00,04:30:00,04:40:00,04:50:00
    + '[' -z 'bd.ac3:ac3+de c0.mpa:mp2+de c1.mpa:mp2+en' ']'
    + '[' -z yes ']'
    + '[' -z pal ']'
    + '[' -z vtsm ']'
    + '[' -z 'Film abspielen' -o 'Film abspielen' = '' ']'
    + '[' -z Titelmenü -o Titelmenü = '' ']'
    + '[' -z '' -o '' = '' ']'
    + DVDMENU_MENU_MAIN=Titelmenü
    + '[' -z '-n 1 -F 25:1 -A 59:54 -I t -L -r -v 0' ']'
    + '[' -z '#A0A0FF' ']'
    + '[' -z '#A0A0FF' ']'
    + '[' -z 0000ff ']'
    + '[' -z ffffff ']'
    + '[' -z ffffff ']'
    + '[' -z 0000ff ']'
    + '[' -z '#000000' ']'
    + '[' -z '#000000' ']'
    + '[' -z '#A0A0A0' ']'
    + '[' -z '#A0A0A0' ']'
    + DVDMAINCOLFG=#00000000
    + DVDMAINCOLBG=#A0A0A0ff
    + DVDSUBCOLFG=#00000000
    + DVDSUBCOLBG=#A0A0A0ff
    + '[' -z 1 ']'
    + '[' -z '#00000000' ']'
    + '[' -z '#000000ff' ']'
    + '[' -z '#00000000' ']'
    + '[' -z '#000000ff' ']'
    + '[' -z yes ']'
    + '[' '!' -z /etc/vdr/vdrconvert/fonts/truetype -a yes = yes ']'
    + '[' -z luximb/18 ']'
    + '[' -z luximb/16 ']'
    + '[' -z luximb/16 ']'
    + '[' -z luximb/13 ']'
    + '[' -z luximb/9 ']'
    + '[' -z luximb/10 ']'
    + generatedvd_version=vdrconvert-0.0.12
    + '[' -z -M ']'
    + '[' -z '' ']'
    + DVDLABELOPTIONS=-M
    + '[' -z '-d DVD-25-01-2004' ']'
    + '[' -z '-e postscript/penguin.eps' ']'
    + '[' -z '-s ' ']'
    + '[' -z '' ']'
    + DVDLABELPRINTER=
    + '[' -z yes ']'
    + TEMPDIR=/video0/pub/export/tmp/vdr2dvd
    + file_background=tmp-background.pnm
    + file_background_action=tmp-background-action.pnm
    + run= 1
    + '[' 1 -eq 0 ']'
    + '[' 0 -gt 0 -a 1 -eq 0 ']'
    + sleep 5
    + '[' -d /video0/pub/export/dvd ']'
    + '[' -d /video0/pub/export/tmp/vdr2dvd ']'
    + '[' -r ./dvdauthor_helperfunctions.sh ']'
    + . ./dvdauthor_helperfunctions.sh
    ++ . ./vdrconvert.env
    +++ VDRROOT=/video0/pub/export
    +++ DESTDIR=/video0/pub/export
    +++ CONVERT_JOBS=vdr2dvd burn
    +++ VDRSYNC=vdrsync.pl
    +++ TCMPLEX=tcmplex
    +++ DVBMPLEX=dvb-mplex
    +++ MPLEX=mplex
    +++ MKISOFS=mkisofs
    +++ MENCODER=mencoder
    +++ LAME=lame
    +++ DVDAUTHOR=dvdauthor
    +++ PRIO=15
    +++ SLEEP_TIME=5
    +++ TEMPDIR=/video0/pub/export/tmp
    +++ LOGDIR=/tmp
    +++ SVDRPSEND=svdrpsend.pl
    +++ PARQ=none
    +++ DEBUG=yes
    +++ COMPRESS=bzip2
    +++ CONV_TITLEDATE=no
    +++ DVD_SHRINK=no
    +++ DIVX_DESTDIR=/video0/pub/export/divx
    +++ DIVXTYPE=lavc
    +++ DIVX_SUFFIX=avi
    +++ DIVXCCHOPT=-cache 32768
    +++ DIVXENCOPT=
    +++ DIVXTCMODE=s
    +++ DIVXVLAVCCODEC=mpeg4
    +++ DIVXQUALITY=5
    +++ DIVXMP3R=192
    +++ DIVXMP3_OPTS=-b 192 -h
    +++ DIVXSWS=2
    +++ DIVXCDLEN=750
    +++ DIVXMAXBITR=2480
    +++ DIVXMINBITR=0
    +++ DIVXHQ=yes
    +++ DIVXNOAC3=no
    +++ DIVXAC3ONLY=no
    +++ DIVXBOTHMP=no
    +++ DIVXFAKTOR=2
    +++ DIVXAUTOCROP=no
    +++ DIVXSPLIT=no
    +++ DIVX_TITLEDATE=no
    +++ DVD_DESTDIR=/video0/pub/export/dvd
    +++ DVDTCMPLEXOPTS=-m d
    +++ DVD_DVBMPLEXOPTS=-t DVD
    +++ DVDALLOWEDWIDTH=720 704 352 480
    +++ DVDTRANSCODEOPTS=-I 3 -V -y mpeg -Z 720x576 -b 192
    +++ PPMTOY4M_OPTIONS=-n 1 -F 25:1 -A 59:54 -I t -L -r -v 0
    +++ DVDTRANSCODEBITRATE=3300000.0
    +++ DVDAUTHORMODE=10min
    +++ DVDUSESTREAMS=bd.ac3:ac3+de c0.mpa:mp2+de c1.mpa:mp2+en
    +++ DVDREMOVEAUTHORDIR=yes
    +++ DVDSIZE=4472
    +++ CDSIZE=700
    +++ DVDNORM=pal
    +++ DVDMAINSILENCEFILE=/etc/vdr/vdrconvert/etc/silence-1s.mp2
    +++ DVDSUBSILENCEFILE=/etc/vdr/vdrconvert/etc/silence-1s.mp2
    +++ DVDTEXTPLAYMOVIE=Film abspielen
    +++ DVDTEXTMENU=Titelmenü
    +++ DVDMAINMENUEPOSTACTION=vtsm
    +++ DVDMENUEPOSTACTION=vtsm
    +++ DVDBUTTONCOLOR=#A0A0FF
    +++ DVDSUBBUTTONCOLOR=#A0A0FF
    +++ DVDHIBUTTON2COLOR_MENU=0000ff
    +++ DVDHIBUTTONCOLOR_MENU=ffffff
    +++ DVDHIBUTTONCOLOR_SUBMENU=ffffff
    +++ DVDHIBUTTON2COLOR_SUBMENU=0000ff
    +++ DVDFILE_MAINBACKGROUND_COLOR=#000000
    +++ DVDFILE_SUBBACKGROUND_COLOR=#000000
    +++ DVDFILE_MAINBACKGROUND_COLOR=#000000
    +++ DVDFILE_SUBBACKGROUND_COLOR=#000000
    +++ DVDTEXTCOLOR_MENU=#A0A0A0
    +++ DVDTEXTCOLOR_SUBMENU=#A0A0A0
    +++ DVDMENU_SHADOW=1
    +++ DVDMAINCOLSFG=#00000000
    +++ DVDMAINCOLSBG=#000000ff
    +++ DVDSUBCOLSFG=#00000000
    +++ DVDSUBCOLSBG=#000000ff
    +++ DVDMAINMENUETIMEOUT=30
    +++ DVDMENUETIMEOUT=30
    +++ DVD_USE_FONTS=yes
    +++ PATH_FONTS=/etc/vdr/vdrconvert/fonts/truetype
    +++ font_title=luximb/18
    +++ font_menu=luximb/16
    +++ font_info=luximb/16
    +++ font_additional=luximb/13
    +++ font_tiny_additional=luximb/9
    +++ font_version=luximb/10
    +++ DVDLABELMODE=-M
    ++++ date +%d-%m-%Y
    +++ DVDLABELDATEFORMAT=-d DVD-25-01-2004
    +++ DVDLABELTEMPLATE=-e postscript/penguin.eps
    +++ DVDSUBCATECORY=-s vdrconvert-0.0.12
    +++ DVDDELETELABEL=yes
    +++ DVD_TITLEDATE=no
    +++ DVD_CREATEISO=yes
    +++ MINIDVD=no
    +++ REQUANT=requant
    +++ VCD_DESTDIR=/video0/pub/export/vcd
    +++ VCD_TITLEDATE=no
    +++ SVCD_DESTDIR=/video0/pub/export/svcd
    +++ SVCD_TITLEDATE=no
    +++ MP3_DESTDIR=/video0/pub/export/mp3
    +++ MP3_BITRATE=192
    +++ MP3_OPTS=-b 192 -h --resample 44100
    +++ MP3_TITLEDATE=no
    +++ MP3_SPLIT=no
    +++ AC3_DESTDIR=/video0/pub/export/ac3
    +++ AC3_TITLEDATE=no
    +++ MPG_DESTDIR=/video0/pub/export/mpg
    +++ MPG_TITLEDATE=no
    +++ BURN_DESTDIR=/video0/pub/export/burn
    +++ MEDIAWRITER=/dev/scd0:0,0,0
    +++ DVDPLUS_RECORD_OPTS=-Z
    +++ DVDMIN_RECORD_OPTS=driveropts=burnfree -dao
    +++ DVD_RECORDCMD=sudo /usr/bin/growisofs
    +++ DVDMIN_RECORDCMD=sudo /usr/bin/dvdrecord
    +++ DAO_RECORDCMD=sudo /usr/bin/cdrdao
    +++ CD_RECORDCMD=sudo /usr/bin/cdrecord
    +++ MEDIA_RW_FORMAT=yes
    +++ DVDPLUS_BLANK_CMD=sudo /usr/bin/dvd+rw-format -f
    +++ DVDMIN_BLANK_CMD=sudo /usr/bin/dvdrecord -dao blank=fast
    +++ DVDSTATUSPRG=sudo /usr/bin/dvd+rw-mediainfo
    +++ DAO_OPTS=--driver generic-mmc
    +++ CD_OPTS=driveropts=dao gracetime=0
    +++ BURN_MAXRETRY=3
    +++ DVD_USE_ONLY_PLUS_CMDS=yes
    +++ MEDIA_MSG_OK=Medium wurde erfolgreich erstellt
    +++ MEDIA_MSG_ERROR=Fehler beim Schreibvorgang
    +++ MEDIA_MSG_INSERT_CD=Bitte legen sie ein CD Medium ein
    +++ MEDIA_MSG_INSERT_DVD=Bitte legen sie ein DVD Medium ein
    +++ MEDIA_MSG_START_FORMAT=Medium wird geloescht
    +++ MEDIA_MSG_ISO_READYTOBURN=Isodatei ist fertig zum Brennen
    +++ MEDIA_MSG_START_WRITE_IMAGE=Imagedatei wird gebrannt
    +++ MEDIA_MSG_RETRY_IN_X_MINUTES=Wiederholung in 5 Minuten
    + '[' -w /video0/pub/export/tmp -a -w /video0/pub/export/dvd ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 1
    + '[' 1 -gt 0 ']'
    + cat vdr2dvd
    + head -n 1 vdr2dvd
    + grep '^/'
    ++ nl vdr2dvd
    ++ tail -n 1
    ++ awk '{ print $1 }'
    ++ wc -l vdr2dvd
    ++ awk '{ print $1 }'
    + '[' 1 -ne 1 ']'
    ++ cat /video0/pub/export/tmp/vdr2dvd.ej4236
    ++ wc -l
    + '[' 1 -gt 0 ']'
    ++ head -n 1 /video0/pub/export/tmp/vdr2dvd.ej4236
    + CMDLIN=/video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    + '[' '!' -z '/video0/@Unter_uns__/2004-01-25.09.15.50.99.rec ' ']'
    + let Number=1
    ++ date
    + echo 'Sun Jan 25 09:33:03 CET 2004 : Start conversion for /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec '
    + tee -a vdr2dvd.done
    Sun Jan 25 09:33:03 CET 2004 : Start conversion for /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ mktemp -d /video0/pub/export/tmp/VDR2DVD.XXXXXX
    + UniqueDVDDIR=/video0/pub/export/tmp/VDR2DVD.qX4275
    + status=0
    + '[' 0 -ne 0 ']'
    + mkdir -p /video0/pub/export/tmp/VDR2DVD.qX4275
    ++ mktemp /video0/pub/export/dvd/DVDImage_XXXXXX
    + Image=/video0/pub/export/dvd/DVDImage_Qp4277
    + status=0
    + '[' 0 -ne 0 ']'
    + rm /video0/pub/export/dvd/DVDImage_Qp4277
    ++ date +%T
    + printf '09:33:03: Start dvddirgen\n'
    09:33:03: Start dvddirgen
    + nice -n 15 dvddirgen -o /video0/pub/export/tmp/VDR2DVD.qX4275
    + DVDMENU_ENTRY_MIN=1
    ++ echo /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ wc -w
    ++ awk '{print $1}'
    + DVDMENU_ENTRY_MAX=1
    + mainbuttons=
    ++ echo /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ cut -f1 -d ' '
    + first=/video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    + DVDITEMS=
    + '[' no '!=' no ']'
    + tee -a vdr2dvd.done
    ++ date
    + printf '\tSun Jan 25 09:33:03 CET 2004 : Begin conversion %s\n' /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    Sun Jan 25 09:33:03 CET 2004 : Begin conversion /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    + MPLEXAUDIO=
    ++ mktemp -d /video0/pub/export/tmp/VDRSYNC.XXXXXX
    + UniqueDir[Number]=/video0/pub/export/tmp/VDRSYNC.mZ4291
    + status=0
    + '[' 0 -ne 0 ']'
    ++ echo /video0/pub/export
    ++ sed 's/\// /g'
    ++ wc -w
    + r= 3
    ++ echo /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ sed 's/\// /g'
    ++ wc -w
    + spalten= 3
    ++ echo /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ sed 's/\%//g'
    ++ cut -f 3 -d /
    + Record=@Unter_uns__
    + '[' 5 -lt 2 ']'
    + SubTitel=
    ++ basename /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec
    ++ cut -f1 -d.
    + Datum=2004-01-25
    + '[' -z '' ']'
    + '[' no = yes ']'
    + Titel=@Unter_uns__
    + '[' '!' -d /video0/pub/export/tmp/VDRSYNC.mZ4291/ ']'
    + '[' '!' -d /video0/pub/export/dvd/ ']'
    + '[' -s /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec/summary.vdr ']'
    + '[' 1 -eq 1 ']'
    ++ cat /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec/summary.vdr
    + DVDITEMS=Unter uns


    Romy trennt sich von Jan. Kati kann Renés ehrliche Liebe nicht erwidern. Rebecca und Jochen küssen sich.
    + mkdir -p /video0/pub/export/tmp/VDRSYNC.mZ4291
    + cd /video0/pub/export/tmp/VDRSYNC.mZ4291
    + LOG=/video0/pub/export/tmp/VDRSYNC.mZ4291/sync.log
    ++ date +%T
    + printf '09:33:03\t: Start vdrsync.pl\n'
    09:33:03 : Start vdrsync.pl
    + nice -n 15 vdrsync.pl -o /video0/pub/export/tmp/VDRSYNC.mZ4291 /video0/@Unter_uns__/2004-01-25.09.15.50.99.rec/
    + status=0
    + cat /video0/pub/export/tmp/VDRSYNC.mZ4291/sync.log
    + '[' 0 -ne 0 ']'
    + '[' '!' -z '' ']'
    + ppmmake '#000000' 720 576
    + ppmmake '#ffffff' 720 576
    + size_button=30
    + ppmmake '#A0A0FF' 30 30
    + let field=1
    + let mfield=1
    + '[' -f /video0/pub/export/tmp/VDRSYNC.mZ4291/audio.txt ']'
    ++ echo bd.ac3:ac3+de
    ++ cut -f 1 -d :
    + j=bd.ac3
    + '[' -f /video0/pub/export/tmp/VDRSYNC.mZ4291/bd.ac3 ']'
    + let field=field+1
    ++ cut -f 1 -d :
    ++ echo c0.mpa:mp2+de
    + j=c0.mpa
    + '[' -f /video0/pub/export/tmp/VDRSYNC.mZ4291/c0.mpa ']'
    + let field=field+1
    ++ echo c1.mpa:mp2+en
    ++ cut -f 1 -d :
    + j=c1.mpa
    + '[' -f /video0/pub/export/tmp/VDRSYNC.mZ4291/c1.mpa ']'
    + let field=field+1
    + printf '\n'
    ++ cat /video0/pub/export/tmp/VDRSYNC.mZ4291/audio.txt
    + AUDIO_OPTS=
    ++ echo
    ++ sed 's/,/ /g'
    ++ wc -w
    + streams= 0
    + '[' 0 -eq 0 ']'
    + echo 'ERROR : Keine Audiospuren'
    ERROR : Keine Audiospuren
    + cd -
    + rm -rf /video0/pub/export/tmp/VDRSYNC.mZ4291 /video0/pub/export/tmp/VDR2DVD.qX4275
    + exit 1
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat vdr2dvd
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ ps -aef
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep -v grep
    ++ wc -l
    ++ grep vdr2dvd.sh
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ ps -aef
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ ps -aef
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ ps -aef
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat vdr2dvd
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ ps -aef
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep -v grep
    ++ wc -l
    ++ grep vdr2dvd.sh
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ cat burn
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5
    + true
    + '[' -d /video0/pub/export/tmp ']'
    + '[' -d /tmp ']'
    + '[' -w /video0/pub/export/tmp -a -w /tmp ']'
    + '[' '!' -f vdr2dvd ']'
    + '[' '!' -f vdr2dvd.done ']'
    + let LINES=0
    ++ cat vdr2dvd
    ++ wc -l
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + '[' '!' -f burn ']'
    + '[' '!' -f burn.done ']'
    + let LINES=0
    ++ wc -l
    ++ cat burn
    + LINES= 0
    + let run=0
    + '[' none = no ']'
    + '[' none = none ']'
    + '[' 0 -eq 0 ']'
    ++ grep vdr2dvd.sh
    ++ grep -v grep
    ++ wc -l
    ++ ps -aef
    + run= 0
    + '[' 0 -eq 0 ']'
    ++ ps -aef
    ++ grep burn.sh
    ++ grep -v grep
    ++ wc -l
    + run= 0
    + '[' 0 -gt 0 -a 0 -eq 0 ']'
    + sleep 5

    Suse 9.0 mit kde vdr 1.26 1*nexus 3* nova baugleich 1*segatet 160g 1* samsung 160g 2*Festplattenschallschutzgehäuse


  • Das Problem hat mich auch eine zeitlang beschäftigt ;)
    Die ac3, mpv, mpa Dateien wurden von vdrsync erzeugt, dann wurden die Menues erzeugt und dann wurde alles einfach wieder gelöscht und im log stand das gleiche wie bei dir:


    + echo 'ERROR : Keine Audiospuren'
    ERROR : Keine Audiospuren


    nach Tagen des suchens und durchprobieren diverser vdrconvert.env`s habe ich dann mal die Pfade in der vdrconvert.env vollständig, also nicht mit /$Destdir/irgendwas/ eingetragen. Bei dir wäre das wohl /video0/pub/export/tmp/. Eigentlich habe ich mir davon nicht viel versprochen da vdrsync die Dateien ja im richtigen Verzeichniss ablegte. Aber, oh wunder oh staun, seit dem läuft es und am Ende kommt eine fertige ISO raus.


    Gruss aus dem tief verschneiten Allgäu
    Wolfgang

    VDR 1.3.22, Nexus 2.1/Nova, 800MHz Athlon 256MB 3x160GB, Gentoo vdradmin/BIGpatch - Mplayer/MP3 - DVD - vdrconvert-0.11 - noad - StatusLED - remote - nvramwakeup

    :vdr1

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!