From patchwork Tue Sep 6 15:56:37 2005 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guy Roussin X-Patchwork-Id: 12010 Received: from aniquile.teledetection.fr ([193.48.189.121] helo=teledetection.fr) by www.linuxtv.org with esmtp (Exim 4.34) id 1ECfra-0007bf-K6 for vdr@linuxtv.org; Tue, 06 Sep 2005 17:59:58 +0200 Received: from lct3.teledetection.fr (lct3.teledetection.fr [193.48.189.3]) by teledetection.fr (8.11.7p1+Sun/8.11.7) with ESMTP id j86Fxr716350; Tue, 6 Sep 2005 17:59:53 +0200 (MEST) Received: (from nobody@localhost) by lct3.teledetection.fr (8.11.7p1+Sun/8.11.7) id j86Fub928581; Tue, 6 Sep 2005 17:56:37 +0200 (MEST) Message-Id: <200509061556.j86Fub928581@lct3.teledetection.fr> X-Authentication-Warning: lct3.teledetection.fr: nobody set sender to Guy using -f To: From: Guy Roussin Date: Tue, 6 Sep 2005 17:56:37 MEST Errors-To: Guy Roussin X-Priority: 3 (Normal) User-Agent: NOCC MIME-Version: 1.0 Subject: [vdr] Little patch for burn plugins X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Guy Roussin , Klaus Schmidinger's VDR List-Id: Klaus Schmidinger's VDR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 15:59:58 -0000 Status: O X-Status: X-Keywords: X-UID: 4778 Hi, I use a new version of mjpegtools (1.6.3). This version needs a little patch in vdrburn.sh. Guy --- vdrburn.sh 2005-04-10 16:23:53.000000000 +0200 +++ vdrburn.sh.new 2005-09-06 17:50:38.000000000 +0200 @@ -80,13 +80,13 @@ MKMENU) if [ "$USE_TCMPLEX" == "yes" ]; then convert "$2/menu-bg-$3.png" pnm:- | - ppmtoy4m -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 | + ppmtoy4m -S 420mpeg2 -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 | mpeg2enc -q 2 -a 2 -n p -f 8 -v 0 -o "$2/menu-bg-$3.m2v" && tcmplex -i "$2/menu-bg-$3.m2v" -p "$4/menu-silence.mp2" -m d -o /dev/stdout | spumux -v 2 "$2/menu-$3.xml" > "$2/menu-bg-$3.mpg" else convert "$2/menu-bg-$3.png" pnm:- | - ppmtoy4m -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 | + ppmtoy4m -S 420mpeg2 -n 1 -F25:1 -A 59:54 -I t -L -r -v 0 | mpeg2enc -q 2 -a 2 -n p -f 8 -v 0 -o "$2/menu-bg-$3.m2v" && mplex -f 8 -vbr -v 1 -o /dev/stdout "$2/menu-bg-$3.m2v" "$4/menu-silence.mp2" | spumux -v 2 "$2/menu-$3.xml" > "$2/menu-bg-$3.mpg"