thank for the link :) i have solve my probleme with this in vdrburn.sh # Requant Syntax: TempDir Number Filename Faktor elif [ "$1" = "REQUANT" ]; then if [ "$USE_TCREQUANT" == "yes" ]; then a=`echo $5 | cut -d"," -f1` b=`echo $5 | cut -d"," -f2` c=$a.$b ExecCmd tcrequant -f "$c" -i "$4" -o "$2/VDRSYNC.$3/requant.mpv" else ExecCmd requant "$c" < "$4" > "$2/VDRSYNC.$3/requant.mpv" fi Andr? Weidemann a ?crit : > Hi, > have you tried the latest version? > http://vdr.unetz.com/download/ > > Andr?. > > _______________________________________________ > vdr mailing list > vdr@xxxxxxxxxxx > http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr >