From transcode-users-bounces@exit1.org Mon Aug 1 20:40:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 055FE126D82 for ; Mon, 1 Aug 2005 20:40:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j71IamPp020130; Mon, 1 Aug 2005 20:36:48 +0200 Received: from mta09-winn.ispmail.ntl.com (mta09-winn.ispmail.ntl.com [81.103.221.49]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j71IakPp020113 for ; Mon, 1 Aug 2005 20:36:46 +0200 Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta09-winn.ispmail.ntl.com with ESMTP id <20050801183641.JWZP16172.mta09-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Mon, 1 Aug 2005 19:36:41 +0100 Received: from cpc3-clif1-6-0-cust42.nott.cable.ntl.com ([81.98.155.42]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20050801183640.GSKO20086.aamta09-winn.ispmail.ntl.com@cpc3-clif1-6-0-cust42.nott.cable.ntl.com> for ; Mon, 1 Aug 2005 19:36:40 +0100 From: Robert Flint To: transcode-users@exit1.org Date: Mon, 1 Aug 2005 19:36:37 +0100 User-Agent: KMail/1.5.4 References: <200508011000.j71A07Pq015463@fries.zyn.de> In-Reply-To: <200508011000.j71A07Pq015463@fries.zyn.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508011936.37752.robert.flint@ntlworld.com> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: transcode 1.0 configure problem X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Monday 01 August 2005 11:00, transcode-users-request@exit1.org wrote: > Message: 4 > Date: Sun, 31 Jul 2005 13:28:26 -0700 > From: Jacob Meuser > Subject: Re: [transcode-users] transcode 1.0 configure problem > To: transcode Users Mailing List > Message-ID: <20050731202826.GC4908@puff.jakemsr.gom> > Content-Type: text/plain; charset=us-ascii > > On Sun, Jul 31, 2005 at 08:22:43PM +0100, Robert Flint wrote: > > I have been succesfully using transcode 0.6.14 on my SUSE 9.0 box for > > some time and decided to compile 1.0.0 today. > > > > I keep getting the same problem though when running ./configure. It > > complains that: > > > > ERROR: requirement failed: cannot link against libmpeg2 > > libmpeg2 can be found in the following packages: > > mpeg2dec http://libmpeg2.sourceforge.net/ > > > > > > Please see the INSTALL file in the top directory of the > > transcode sources for more information about building > > transcode with this configure script. > > > > > > I downloaded and successfully compiled libmpeg2 but farther up the > > ./configure output I see the following: > > > > checking mpeg2dec/mpeg2.h usability... no > > checking mpeg2dec/mpeg2.h presence... yes > > configure: WARNING: mpeg2dec/mpeg2.h: present but cannot be compiled > > configure: WARNING: mpeg2dec/mpeg2.h: check for missing prerequisite > > headers? > > configure: WARNING: mpeg2dec/mpeg2.h: see the Autoconf documentation > > configure: WARNING: mpeg2dec/mpeg2.h: section "Present But Cannot Be > > Compiled" > > configure: WARNING: mpeg2dec/mpeg2.h: proceeding with the preprocessor's > > result > > configure: WARNING: mpeg2dec/mpeg2.h: in the future, the compiler will > > take precedence > > configure: WARNING: ## ------------------------------------ ## > > configure: WARNING: ## Report this to the transcode lists. ## > > configure: WARNING: ## ------------------------------------ ## > > checking for mpeg2dec/mpeg2.h... yes > > checking how to determine LIBMPEG2_LIBS... prefix > > checking for mpeg2_init in -lmpeg2... no > > > > > > Everything appears to be present but for some reason it cannot be used. I > > am using the following options in ./configure: > > > > > > > > ./configure --enable-mjpegtools --enable-avifile --enable-ogg > > --enable-vorbis --enable-libdv --enable-gtk > > > > > > > > Any advice would be much appreciated. > > look for the output of this test in config.log. that should give > you the reason the linking test failed. I think the following is the relevant part of config.log: configure:28242: checking for pkgconfig support for libmpeg2 configure:28249: result: no configure:28305: checking how to determine LIBMPEG2_CFLAGS configure:28309: result: user configure:28359: checking mpeg2dec/mpeg2.h usability configure:28371: gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -I/usr/local/include conftest.c >&5 In file included from conftest.c:112: /usr/local/include/mpeg2dec/mpeg2.h:30: error: parse error before "vo_instance_t" /usr/local/include/mpeg2dec/mpeg2.h:54: error: parse error before '}' token /usr/local/include/mpeg2dec/mpeg2.h:61: error: parse error before '*' token /usr/local/include/mpeg2dec/mpeg2.h:65: error: parse error before '*' token /usr/local/include/mpeg2dec/mpeg2.h:67: error: parse error before '*' token /usr/local/include/mpeg2dec/mpeg2.h:70: error: parse error before '*' token configure:28377: $? = 1 configure: failed program was: | /* confdefs.h. */ ROB From transcode-users-bounces@exit1.org Tue Aug 2 00:20:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4ABB4126D82 for ; Tue, 2 Aug 2005 00:20:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j71MG7Pp003019; Tue, 2 Aug 2005 00:16:07 +0200 Received: from server.dnshostname1.net (114.70-85-1.reverse.theplanet.com [70.85.1.114] (may be forged)) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j71MG5Pp003004 for ; Tue, 2 Aug 2005 00:16:05 +0200 Received: from 85-124-108-148.dynamic.xdsl-line.inode.at ([85.124.108.148] helo=mail.pinguin.uni.cc) by server.dnshostname1.net with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.44) id 1DziZr-0007eC-GU for transcode-users@exit1.org; Mon, 01 Aug 2005 22:16:07 +0000 From: Al Bogner To: transcode-users@exit1.org Date: Tue, 2 Aug 2005 00:13:43 +0200 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508020013.48559.transcode@ml05a.pinguin.uni.cc> X-PopBeforeSMTPSenders: albert.uni.cc@albert.uni.cc, bewerbung@bogner.eu.org, bogner.eu.org@bogner.eu.org, bognermail.uni.cc@bognermail.uni.cc, esmeralda.eu.org@esmeralda.eu.org, key.priv.at@key.priv.at, pinguin.uni.cc@pinguin.uni.cc X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server.dnshostname1.net X-AntiAbuse: Original Domain - exit1.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - ml05a.pinguin.uni.cc X-Source: X-Source-Args: X-Source-Dir: X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] This test file drives me crazy (xvid jerking and flickering) X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I uploaded a xvid-testfile (from a friend) at http://pinguin.uni.cc/jerking_flickering_xvid.avi (6.4 MB) which drives me crazy. The 1st thing isn't very on topic re transcode, but maybe it helps to clear some things. If the file is played with mplayer (Linux or Win) or a lot of other software-players like xine, kaffeine, a.s.o. it is "jerking", while it is ok with Win Media Player. If I try to make a PAL-DVD (4:3) with transcode and view it on TV it is flickering, although I used interlacing. I tried all 3 possibilities, bottom first, top first, progressive. It would be nice, if someone could play a little bit with the file and tell me all the options which are used to see a non flickerung and non jerking picture. Al From transcode-users-bounces@exit1.org Tue Aug 2 04:21:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 13A93126D82 for ; Tue, 2 Aug 2005 04:21:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j722IZPp015195; Tue, 2 Aug 2005 04:18:35 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j722IRPp015176 for ; Tue, 2 Aug 2005 04:18:28 +0200 Received: (qmail 22700 invoked from network); 2 Aug 2005 02:18:26 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 2 Aug 2005 02:18:26 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 01 Aug 2005 19:18:26 PDT (sender jakemsr@puff.jakemsr.gom) Date: Mon, 1 Aug 2005 19:18:25 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Re: transcode 1.0 configure problem Message-ID: <20050802021825.GD23717@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <200508011000.j71A07Pq015463@fries.zyn.de> <200508011936.37752.robert.flint@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508011936.37752.robert.flint@ntlworld.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-0.6 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, Aug 01, 2005 at 07:36:37PM +0100, Robert Flint wrote: > On Monday 01 August 2005 11:00, transcode-users-request@exit1.org wrote: > > > Message: 4 > > Date: Sun, 31 Jul 2005 13:28:26 -0700 > > From: Jacob Meuser > > Subject: Re: [transcode-users] transcode 1.0 configure problem > > To: transcode Users Mailing List > > Message-ID: <20050731202826.GC4908@puff.jakemsr.gom> > > Content-Type: text/plain; charset=us-ascii > > > > On Sun, Jul 31, 2005 at 08:22:43PM +0100, Robert Flint wrote: > > > I have been succesfully using transcode 0.6.14 on my SUSE 9.0 box for > > > some time and decided to compile 1.0.0 today. > > > > > > I keep getting the same problem though when running ./configure. It > > > complains that: > > > > > > ERROR: requirement failed: cannot link against libmpeg2 > > > libmpeg2 can be found in the following packages: > > > mpeg2dec http://libmpeg2.sourceforge.net/ > > > > > > > > > Please see the INSTALL file in the top directory of the > > > transcode sources for more information about building > > > transcode with this configure script. > > > > > > > > > I downloaded and successfully compiled libmpeg2 but farther up the > > > ./configure output I see the following: > > > > > > checking mpeg2dec/mpeg2.h usability... no > > > checking mpeg2dec/mpeg2.h presence... yes > > > configure: WARNING: mpeg2dec/mpeg2.h: present but cannot be compiled > > > configure: WARNING: mpeg2dec/mpeg2.h: check for missing prerequisite > > > headers? > > > configure: WARNING: mpeg2dec/mpeg2.h: see the Autoconf documentation > > > configure: WARNING: mpeg2dec/mpeg2.h: section "Present But Cannot Be > > > Compiled" > > > configure: WARNING: mpeg2dec/mpeg2.h: proceeding with the preprocessor's > > > result > > > configure: WARNING: mpeg2dec/mpeg2.h: in the future, the compiler will > > > take precedence > > > configure: WARNING: ## ------------------------------------ ## > > > configure: WARNING: ## Report this to the transcode lists. ## > > > configure: WARNING: ## ------------------------------------ ## > > > checking for mpeg2dec/mpeg2.h... yes > > > checking how to determine LIBMPEG2_LIBS... prefix > > > checking for mpeg2_init in -lmpeg2... no > > > > > > > > > Everything appears to be present but for some reason it cannot be used. I > > > am using the following options in ./configure: > > > > > > > > > > > > ./configure --enable-mjpegtools --enable-avifile --enable-ogg > > > --enable-vorbis --enable-libdv --enable-gtk > > > > > > > > > > > > Any advice would be much appreciated. > > > > look for the output of this test in config.log. that should give > > you the reason the linking test failed. > > I think the following is the relevant part of config.log: > > configure:28242: checking for pkgconfig support for libmpeg2 > configure:28249: result: no > configure:28305: checking how to determine LIBMPEG2_CFLAGS > configure:28309: result: user > configure:28359: checking mpeg2dec/mpeg2.h usability > configure:28371: gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -D_FILE_OFFSET_BITS=64 -g -O2 -I/usr/local/include conftest.c >&5 > In file included from conftest.c:112: > /usr/local/include/mpeg2dec/mpeg2.h:30: error: parse error before > "vo_instance_t" > /usr/local/include/mpeg2dec/mpeg2.h:54: error: parse error before '}' token > /usr/local/include/mpeg2dec/mpeg2.h:61: error: parse error before '*' token > /usr/local/include/mpeg2dec/mpeg2.h:65: error: parse error before '*' token > /usr/local/include/mpeg2dec/mpeg2.h:67: error: parse error before '*' token > /usr/local/include/mpeg2dec/mpeg2.h:70: error: parse error before '*' token > configure:28377: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > > ROB what version of libmpeg2 do you have? -- From transcode-users-bounces@exit1.org Tue Aug 2 14:24:43 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 51CC2126D84 for ; Tue, 2 Aug 2005 14:24:43 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j72CLJPp021844; Tue, 2 Aug 2005 14:21:19 +0200 Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j72CLHPp021824 for ; Tue, 2 Aug 2005 14:21:18 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dzvjo-0008Ml-85 for transcode-users@exit1.org; Tue, 02 Aug 2005 14:19:16 +0200 Received: from 35.180-136-217.adsl.skynet.be ([217.136.180.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Aug 2005 14:19:16 +0200 Received: from hugocoolens by 35.180-136-217.adsl.skynet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Aug 2005 14:19:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: transcode-users@exit1.org From: Hugo Coolens Date: Tue, 02 Aug 2005 14:17:15 +0200 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 35.180-136-217.adsl.skynet.be User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] adding subtitles X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I'm using the procedure below (which comes mostly from Amadeus W.M.) to backup my DVD's on single sided single layer media: 1. mkfifo vid.fifo aud.fifo 2. tcextract -i vid.fifo -t vob -x mpeg2 >file.m2v 3. tcextract -i aud.fifo -t vob -x ac3 -a 0 >file.ac3 4. tccat -i /dev/dvd -T 1 -L -P |tee aud.fifo vid.fifo >/dev/null 5. tcrequant -i file.m2v -o file_req.m2v -f requantizationfactor 6. mplex -f 8 -S 0 -o backup.mpeg file_req.m2v file.ac3 7. tcprobe -i /dev/dvd -T 1 -H 10 2>&1 | egrep "\[Chapter ..\] " | cut -d " " -f 4 | perl -pi -e 's/\n/,/' | perl -pi -e 's/,$//' > ch.list 8. dvdauthor -t -c `cat ch.list` -o backup backup.mpeg 9. dvdauthor -T -o backup 10. mkisofs -dvd-video -o backup.iso backup 11. dvdrecord dev=/dev/dvd backup.iso or growisofs -dvd-compat -Z /dev/dvd=backup.iso I'd now like to add subtitles in one language to the final result? How should I change the above procedure to accomplish that? It would be nice to have the choice to display the subtitling or not but a permanent overlay of the subtitle is also OK regards, Hugo p.s. I prefer a command line approach From transcode-users-bounces@exit1.org Tue Aug 2 15:29:17 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 523EC126D84 for ; Tue, 2 Aug 2005 15:29:17 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j72DLRPp025773; Tue, 2 Aug 2005 15:21:27 +0200 Received: from mail.world-net.co.nz (mail.world-net.co.nz [203.96.119.27]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j72DLNPp025749 for ; Tue, 2 Aug 2005 15:21:24 +0200 Received: (qmail 7577 invoked by uid 1002); 2 Aug 2005 13:21:16 -0000 X-VirusScan-Status: Clear. Processed in 0.190227 secs Received: from 202-169-218-187.worldnet.co.nz (HELO KNIGHT) (202.169.218.187) by mail.world-net.co.nz with SMTP; 2 Aug 2005 13:21:15 -0000 Date: Wed, 3 Aug 2005 01:25:04 +0000 From: Wei-Tsun Sun To: Transcode Users Message-Id: <20050803012504.68229cdd.wsun013@gmail.com> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=2.8 required=5.0 tests=DATE_IN_FUTURE_12_24, FROM_ENDS_IN_NUMS autolearn=disabled version=3.0.4 X-Spam-Level: ** X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Import rmvb (realmedia) through mplayer and output xvid ? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi all, I am trying to transcode a RMVB file, which is playable by the mplayer, into a xvid4 file through -x mplayer. I am using transcode 1.0.0 and mplayer CVS 20050729. However, the output xvid4 avi file seems like...well..a mess, looks like some problem with the YUV or something I am not sure about. I used the following command to transcode rmvb to xvid avi: transcode -i test.rmvb -x mplayer -o test.avi -y xvid Both rmvb and avi files can be downloaded from: http://shell.world-net.co.nz/~knightw/transcode/test.rmvb and http://shell.world-net.co.nz/~knightw/transcode/test.avi And here is the output of the transcode: transcode -i test.rmvb -x mplayer -o test.avi -y xvid transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. [transcode] auto-probing source test.rmvb (failed) [transcode] V: import format | unknown (V=mplayer|A=(null)) [transcode] V: import frame | 720x576 1.25:1 [transcode] V: bits/pixel | 0.174 [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2000 AC3 [48000,16,2] [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_mplayer.so] v0.0.5 (2003-03-10) (video) rendered by mplayer | (audio) rendered by mplayer [export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM [import_mplayer.so] mplayer -hardframedrop -vo null -ao pcm:nowaveheader -ao pcm:file="/tmp/mplayer2transcode-audio.6lZLmc" "test.rmvb" > /dev/null 2>&1 [import_mplayer.so] mplayer -benchmark -noframedrop -nosound -vo yuv4mpeg "test.rmvb" -osdlevel 0 > /dev/null 2>&1 [import_mplayer.so] tcextract -i ./stream.yuv -x yv12 -t yuv4mpeg [export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg' [export_xvid4.so] found. Default settings will be used instead. tc_memcpy: using sse for memcpy Audio: using new version Audio: using lame-3.96.1 [encoder.c] Delaying audio (0) encoding frames [000000-000110], 3.86 fps, EMT: 0:00:04, ( 0| 0| 9) clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 111 frames (0 dropped, 0 cloned), clip length 4.44 s Wondering if anyone could give me a hint that what is wrong with it ? Cheers, Willie From transcode-users-bounces@exit1.org Tue Aug 2 16:09:02 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6341F126D84 for ; Tue, 2 Aug 2005 16:09:02 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j72E3nPp028996; Tue, 2 Aug 2005 16:03:49 +0200 Received: from outmx003.isp.belgacom.be (outmx003.isp.belgacom.be [195.238.2.100]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j72E3lPp028981 for ; Tue, 2 Aug 2005 16:03:48 +0200 Received: from outmx003.isp.belgacom.be (localhost [127.0.0.1]) by outmx003.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j72E3hlK000826 for ; Tue, 2 Aug 2005 16:03:43 +0200 (envelope-from ) Received: from [10.5.3.21] (35.180-136-217.adsl.skynet.be [217.136.180.35]) by outmx003.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j72E3dAK000782 for ; Tue, 2 Aug 2005 16:03:39 +0200 (envelope-from ) Message-ID: <42EF7D57.6050305@skynet.be> Date: Tue, 02 Aug 2005 16:04:07 +0200 From: Hugo Coolens User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode-users@exit1.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] adding subtitles X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I'm using the procedure below (which comes mostly from Amadeus W.M.) to backup my DVD's on single sided single layer media: 1. mkfifo vid.fifo aud.fifo 2. tcextract -i vid.fifo -t vob -x mpeg2 >file.m2v 3. tcextract -i aud.fifo -t vob -x ac3 -a 0 >file.ac3 4. tccat -i /dev/dvd -T 1 -L -P |tee aud.fifo vid.fifo >/dev/null 5. tcrequant -i file.m2v -o file_req.m2v -f requantizationfactor 6. mplex -f 8 -S 0 -o backup.mpeg file_req.m2v file.ac3 7. tcprobe -i /dev/dvd -T 1 -H 10 2>&1 | egrep "\[Chapter ..\] " | cut -d " " -f 4 | perl -pi -e 's/\n/,/' | perl -pi -e 's/,$//' > ch.list 8. dvdauthor -t -c `cat ch.list` -o backup backup.mpeg 9. dvdauthor -T -o backup 10. mkisofs -dvd-video -o backup.iso backup 11. dvdrecord dev=/dev/dvd backup.iso or growisofs -dvd-compat -Z /dev/dvd=backup.iso I'd now like to add subtitles in one language to the final result? How should I change the above procedure to accomplish that? It would be nice to have the choice to display the subtitling or not but a permanent overlay of the subtitle is also OK regards, Hugo p.s. I prefer a command line approach From transcode-users-bounces@exit1.org Wed Aug 3 06:37:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A2958126D84 for ; Wed, 3 Aug 2005 06:37:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j734UuPp010228; Wed, 3 Aug 2005 06:30:56 +0200 Received: from mx2.sover.net (mailgate2.sover.net [209.198.87.64]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j734UqPp010211 for ; Wed, 3 Aug 2005 06:30:52 +0200 Received: from smtpauth5.sover.net (smtpauth5.sover.net [209.198.87.112]) by mx2.sover.net (8.12.9/8.12.9) with ESMTP id j734UnPr009925 for ; Wed, 3 Aug 2005 00:30:50 -0400 (EDT) Received: from [192.168.0.101] (pool-71-110-4-37.lsanca.dsl-w.verizon.net [71.110.4.37]) (authenticated bits=0) by smtpauth5.sover.net (8.12.9/8.12.9) with ESMTP id j734Umk7006302 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 3 Aug 2005 00:30:49 -0400 (EDT) From: Jesse To: transcode-users@exit1.org Date: Tue, 2 Aug 2005 23:29:09 -0400 User-Agent: KMail/1.8.1 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200508022329.09887.jolmer@sover.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] avisplit - 2nd file audio out of sync - video & audio chunks equal X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org the transcode wiki says that the audio can be out of sync after an avisplit if the audio and video chunks aren't equal... well, my original file (whose audio and video are in sync the entire way through) have an equal amount of audio and video chunks. After the avisplit file 1 has equal audio/video chunks, as does file 2 (the one with the sync problem) audio type is mp3 cbr 160 All of my xvid transcodes with mp3 audio (from ac3) always end up with audio sync problems - whereas all of my transcodes to xvid keeping the original ac3 audio always stay in sync. In this latest case the audio is less than half a second ahead - probably less than 1/10th ahead of the video - but just enough to be noticable. How do I get my avisplit's to not break the sync when using mp3 audio? I am assuming that video chunks = frames - the transcode wiki is a little vague about this. Thanks From transcode-users-bounces@exit1.org Wed Aug 3 08:27:55 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1F64D126D84 for ; Wed, 3 Aug 2005 08:27:55 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j736N5Pp020837; Wed, 3 Aug 2005 08:23:05 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j736N2Pp020822 for ; Wed, 3 Aug 2005 08:23:03 +0200 Received: (qmail 19975 invoked from network); 3 Aug 2005 06:23:02 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 3 Aug 2005 06:23:02 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 02 Aug 2005 23:23:01 PDT (sender jakemsr@puff.jakemsr.gom) Date: Tue, 2 Aug 2005 23:23:01 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Import rmvb (realmedia) through mplayer and output xvid ? Message-ID: <20050803062301.GC1823@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <20050803012504.68229cdd.wsun013@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050803012504.68229cdd.wsun013@gmail.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, Aug 03, 2005 at 01:25:04AM +0000, Wei-Tsun Sun wrote: > Hi all, > > I am trying to transcode a RMVB file, which is playable by the mplayer, into a > xvid4 file through -x mplayer. > > I am using transcode 1.0.0 and mplayer CVS 20050729. > > However, the output xvid4 avi file seems like...well..a mess, looks like some problem > with the YUV or something I am not sure about. > > I used the following command to transcode rmvb to xvid avi: > transcode -i test.rmvb -x mplayer -o test.avi -y xvid > > Both rmvb and avi files can be downloaded from: > http://shell.world-net.co.nz/~knightw/transcode/test.rmvb > and > http://shell.world-net.co.nz/~knightw/transcode/test.avi > > And here is the output of the transcode: > > transcode -i test.rmvb -x mplayer -o test.avi -y xvid > transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > libdvdread: Using libdvdcss version 1.2.9 for DVD access > libdvdread: Can't open file VIDEO_TS.IFO. > [transcode] auto-probing source test.rmvb (failed) > [transcode] V: import format | unknown (V=mplayer|A=(null)) > [transcode] V: import frame | 720x576 1.25:1 > [transcode] V: bits/pixel | 0.174 > [transcode] V: decoding fps,frc | 25.000,0 is this the right frame size and rate? note how transcode says: > [transcode] auto-probing source test.rmvb (failed) pretty much anytime you are using -x mplayer, you have to supply at least the frame size and rate. think about it. if you are using mplayer import, it means there is no code in transcode that understands that format. -- From transcode-users-bounces@exit1.org Wed Aug 3 09:47:59 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 75461126D84 for ; Wed, 3 Aug 2005 09:47:59 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j737dZPp025206; Wed, 3 Aug 2005 09:39:35 +0200 Received: from mail.world-net.co.nz (mail.world-net.co.nz [203.96.119.27]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j737dVPp025178 for ; Wed, 3 Aug 2005 09:39:32 +0200 Received: (qmail 19351 invoked by uid 1002); 3 Aug 2005 07:39:25 -0000 X-VirusScan-Status: Clear. Processed in 0.074812 secs Received: from 202-169-218-187.worldnet.co.nz (HELO KNIGHT) (202.169.218.187) by mail.world-net.co.nz with SMTP; 3 Aug 2005 07:39:24 -0000 Date: Wed, 3 Aug 2005 19:43:21 +0000 From: Wei-Tsun Sun To: transcode Users Mailing List Subject: Re: [transcode-users] Import rmvb (realmedia) through mplayer and output xvid ? Message-Id: <20050803194321.75e8e2d6.wsun013@gmail.com> In-Reply-To: <20050803062301.GC1823@puff.jakemsr.gom> References: <20050803012504.68229cdd.wsun013@gmail.com> <20050803062301.GC1823@puff.jakemsr.gom> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=2.8 required=5.0 tests=DATE_IN_FUTURE_12_24, FROM_ENDS_IN_NUMS autolearn=disabled version=3.0.4 X-Spam-Level: ** X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, 2 Aug 2005 23:23:01 -0700 Jacob Meuser wrote: > > transcode -i test.rmvb -x mplayer -o test.avi -y xvid > > transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > > libdvdread: Using libdvdcss version 1.2.9 for DVD access > > libdvdread: Can't open file VIDEO_TS.IFO. > > [transcode] auto-probing source test.rmvb (failed) > > [transcode] V: import format | unknown (V=mplayer|A=(null)) > > [transcode] V: import frame | 720x576 1.25:1 > > [transcode] V: bits/pixel | 0.174 > > [transcode] V: decoding fps,frc | 25.000,0 > > is this the right frame size and rate? > > note how transcode says: > > > [transcode] auto-probing source test.rmvb (failed) > > pretty much anytime you are using -x mplayer, you have to supply at > least the frame size and rate. think about it. if you are using > mplayer import, it means there is no code in transcode that > understands that format. Hi Jacob, Many thanks to the hint !! Things went allright after I changed my command to: transcode -i x.rmvb -x mplayer -o x.avi -y xvid -g 720x540 -e 22050,16,2 -b 44,1,5,0 where file infomation are obtained by playing the rmvb file by mplayer before the process. Thank you very much again, Willie From transcode-users-bounces@exit1.org Wed Aug 3 10:01:15 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 9E4B4126D84 for ; Wed, 3 Aug 2005 10:01:15 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j737uSPp026309; Wed, 3 Aug 2005 09:56:28 +0200 Received: from calisto.cinnober.com (mail.cinnober.com [213.131.149.243]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j737uQPp026291 for ; Wed, 3 Aug 2005 09:56:26 +0200 Received: from [192.168.1.188] ([192.168.1.188]) by calisto.cinnober.com over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Aug 2005 09:56:20 +0200 From: Lennart =?iso-8859-1?q?B=F6rjeson?= To: transcode Users Mailing List Subject: Re: [transcode-users] Import rmvb (realmedia) through mplayer and output xvid ? Date: Wed, 3 Aug 2005 09:56:18 +0200 User-Agent: KMail/1.8.2 References: <20050803012504.68229cdd.wsun013@gmail.com> In-Reply-To: <20050803012504.68229cdd.wsun013@gmail.com> X-message-flag: Outlook and Outlook Express are Virus and Worm transport tools. Please use something else. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200508030956.19601.lennart.borjeson@cinnober.com> X-OriginalArrivalTime: 03 Aug 2005 07:56:20.0676 (UTC) FILETIME=[D5F21040:01C59800] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j737uQPp026291 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org onsdagen den 3 augusti 2005 03.25 skrev Wei-Tsun Sun: > Hi all, > > I am trying to transcode a RMVB file, which is playable by the mplayer, > into a xvid4 file through -x mplayer. > > I am using transcode 1.0.0 and mplayer CVS 20050729. > > However, the output xvid4 avi file seems like...well..a mess, looks like > some problem with the YUV or something I am not sure about. > > I used the following command to transcode rmvb to xvid avi: > transcode -i test.rmvb -x mplayer -o test.avi -y xvid > > Both rmvb and avi files can be downloaded from: > http://shell.world-net.co.nz/~knightw/transcode/test.rmvb > and > http://shell.world-net.co.nz/~knightw/transcode/test.avi > > And here is the output of the transcode: transcode doesn't know the format of the movie, so it just tries to interpret the raw video stream from mplayer with default values for size and rate. If you play the original with mplayer, it says: VIDEO: [RV40] 736x540 24bpp 23.000 fps 0.0 kbps ( 0.0 kbyte/s) You shall have to modify your command thus: transcode -i test.rmvb -x mplayer -g 736x540 -f 23 -o test.avi -y xvid But this still leaves the audio messed up. If you anyway have to resort to -x mplayer, why not let mplayer/mencoder do the job instead of manually interpreting mplayer output? mencoder -oac lavc -ovc lavc -lavcopts acodec=mp3:vcodec=mpeg4 -o test.avi test.rmvb -- !++ ! Lennart Börjeson ! Partner, Developer ! Cinnober Financial Technology AB ! Industrigatan 2A ! S-112 46 STOCKHOLM ! Sverige/Sweden/Schweden/Suède ! mailto:Lennart.Borjeson@cinnober.com ! phone:+46-8-50304717 ! gsm:+46-70-3394717 ! fax:+46-8-50304701 ! http://www.cinnober.com !-- From transcode-users-bounces@exit1.org Wed Aug 3 22:06:52 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id CA2AD126D84 for ; Wed, 3 Aug 2005 22:06:52 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j73JwVPp010268; Wed, 3 Aug 2005 21:58:31 +0200 Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j73JwTPp010239 for ; Wed, 3 Aug 2005 21:58:29 +0200 Received: from aamta10-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20050803195823.HXIT21883.mta07-winn.ispmail.ntl.com@aamta10-winn.ispmail.ntl.com> for ; Wed, 3 Aug 2005 20:58:23 +0100 Received: from cpc3-clif1-6-0-cust42.nott.cable.ntl.com ([81.98.155.42]) by aamta10-winn.ispmail.ntl.com with ESMTP id <20050803195823.VFIJ12116.aamta10-winn.ispmail.ntl.com@cpc3-clif1-6-0-cust42.nott.cable.ntl.com> for ; Wed, 3 Aug 2005 20:58:23 +0100 From: Robert Flint To: transcode-users@exit1.org Date: Wed, 3 Aug 2005 20:58:20 +0100 User-Agent: KMail/1.5.4 References: <200508021000.j72A0OPq012658@fries.zyn.de> In-Reply-To: <200508021000.j72A0OPq012658@fries.zyn.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508032058.20642.robert.flint@ntlworld.com> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] re: transcode 1.0 configure problem X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org > Date: Mon, 1 Aug 2005 19:18:25 -0700 > From: Jacob Meuser > Subject: Re: [transcode-users] Re: transcode 1.0 configure problem > To: transcode Users Mailing List > Message-ID: <20050802021825.GD23717@puff.jakemsr.gom> > Content-Type: text/plain; charset=us-ascii > > On Mon, Aug 01, 2005 at 07:36:37PM +0100, Robert Flint wrote: > > On Monday 01 August 2005 11:00, transcode-users-request@exit1.org wrote: > > > Message: 4 > > > Date: Sun, 31 Jul 2005 13:28:26 -0700 > > > From: Jacob Meuser > > > Subject: Re: [transcode-users] transcode 1.0 configure problem > > > To: transcode Users Mailing List > > > Message-ID: <20050731202826.GC4908@puff.jakemsr.gom> > > > Content-Type: text/plain; charset=us-ascii > > > > > > On Sun, Jul 31, 2005 at 08:22:43PM +0100, Robert Flint wrote: > > > > I have been succesfully using transcode 0.6.14 on my SUSE 9.0 box for > > > > some time and decided to compile 1.0.0 today. > > > > > > > > I keep getting the same problem though when running ./configure. It > > > > complains that: > > > > > > > > ERROR: requirement failed: cannot link against libmpeg2 > > > > libmpeg2 can be found in the following packages: > > > > mpeg2dec http://libmpeg2.sourceforge.net/ > > > > > > > > > > > > Please see the INSTALL file in the top directory of the > > > > transcode sources for more information about building > > > > transcode with this configure script. > > > > > > > > > > > > I downloaded and successfully compiled libmpeg2 but farther up the > > > > ./configure output I see the following: > > > > > > > > checking mpeg2dec/mpeg2.h usability... no > > > > checking mpeg2dec/mpeg2.h presence... yes > > > > configure: WARNING: mpeg2dec/mpeg2.h: present but cannot be compiled > > > > configure: WARNING: mpeg2dec/mpeg2.h: check for missing > > > > prerequisite headers? > > > > configure: WARNING: mpeg2dec/mpeg2.h: see the Autoconf documentation > > > > configure: WARNING: mpeg2dec/mpeg2.h: section "Present But Cannot > > > > Be Compiled" > > > > configure: WARNING: mpeg2dec/mpeg2.h: proceeding with the > > > > preprocessor's result > > > > configure: WARNING: mpeg2dec/mpeg2.h: in the future, the compiler > > > > will take precedence > > > > configure: WARNING: ## ------------------------------------ ## > > > > configure: WARNING: ## Report this to the transcode lists. ## > > > > configure: WARNING: ## ------------------------------------ ## > > > > checking for mpeg2dec/mpeg2.h... yes > > > > checking how to determine LIBMPEG2_LIBS... prefix > > > > checking for mpeg2_init in -lmpeg2... no > > > > > > > > > > > > Everything appears to be present but for some reason it cannot be > > > > used. I am using the following options in ./configure: > > > > > > > > > > > > > > > > ./configure --enable-mjpegtools --enable-avifile --enable-ogg > > > > --enable-vorbis --enable-libdv --enable-gtk > > > > > > > > > > > > > > > > Any advice would be much appreciated. > > > > > > look for the output of this test in config.log. that should give > > > you the reason the linking test failed. > > > > I think the following is the relevant part of config.log: > > > > configure:28242: checking for pkgconfig support for libmpeg2 > > configure:28249: result: no > > configure:28305: checking how to determine LIBMPEG2_CFLAGS > > configure:28309: result: user > > configure:28359: checking mpeg2dec/mpeg2.h usability > > configure:28371: gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > > -D_FILE_OFFSET_BITS=64 -g -O2 -I/usr/local/include conftest.c >&5 > > In file included from conftest.c:112: > > /usr/local/include/mpeg2dec/mpeg2.h:30: error: parse error before > > "vo_instance_t" > > /usr/local/include/mpeg2dec/mpeg2.h:54: error: parse error before '}' > > token /usr/local/include/mpeg2dec/mpeg2.h:61: error: parse error before > > '*' token /usr/local/include/mpeg2dec/mpeg2.h:65: error: parse error > > before '*' token /usr/local/include/mpeg2dec/mpeg2.h:67: error: parse > > error before '*' token /usr/local/include/mpeg2dec/mpeg2.h:70: error: > > parse error before '*' token configure:28377: $? = 1 > > > > configure: failed program was: > > | /* confdefs.h. */ > > > > ROB > > what version of libmpeg2 do you have? The version that comes in the package: mpeg2dec-0.2.1-mjpegtools-0.7.1.tar.gz ROB From transcode-users-bounces@exit1.org Thu Aug 4 05:04:13 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BC085126D84 for ; Thu, 4 Aug 2005 05:04:12 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j742wUPp032030; Thu, 4 Aug 2005 04:58:30 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j742wIPp032010 for ; Thu, 4 Aug 2005 04:58:19 +0200 Received: (qmail 2481 invoked from network); 4 Aug 2005 02:58:18 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 Aug 2005 02:58:18 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Wed, 03 Aug 2005 19:58:17 PDT (sender jakemsr@puff.jakemsr.gom) Date: Wed, 3 Aug 2005 19:58:17 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] re: transcode 1.0 configure problem Message-ID: <20050804025817.GB2808@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <200508021000.j72A0OPq012658@fries.zyn.de> <200508032058.20642.robert.flint@ntlworld.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508032058.20642.robert.flint@ntlworld.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, Aug 03, 2005 at 08:58:20PM +0100, Robert Flint wrote: > > what version of libmpeg2 do you have? > > The version that comes in the package: > > mpeg2dec-0.2.1-mjpegtools-0.7.1.tar.gz that won't work. you need mpeg2dec-0.4.0b, as explained in the transcode install docs. -- From transcode-users-bounces@exit1.org Thu Aug 4 07:52:22 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8C015126D84 for ; Thu, 4 Aug 2005 07:52:21 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j745kfPp012219; Thu, 4 Aug 2005 07:46:41 +0200 Received: from mail.world-net.co.nz (mail.world-net.co.nz [203.96.119.27]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j745kZPp012186 for ; Thu, 4 Aug 2005 07:46:36 +0200 Received: (qmail 38471 invoked by uid 1002); 4 Aug 2005 05:46:27 -0000 X-VirusScan-Status: Clear. Processed in 1.078714 secs Received: from 202-169-218-187.worldnet.co.nz (HELO KNIGHT) (202.169.218.187) by mail.world-net.co.nz with SMTP; 4 Aug 2005 05:46:26 -0000 Date: Thu, 4 Aug 2005 17:50:24 +0000 From: Wei-Tsun Sun To: transcode Users Mailing List Subject: Re: [transcode-users] Import rmvb (realmedia) through mplayer and output xvid ? Message-Id: <20050804175024.2ede3dc0.wsun013@gmail.com> In-Reply-To: <200508030956.19601.lennart.borjeson@cinnober.com> References: <20050803012504.68229cdd.wsun013@gmail.com> <200508030956.19601.lennart.borjeson@cinnober.com> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.8; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=2.8 required=5.0 tests=DATE_IN_FUTURE_12_24, FROM_ENDS_IN_NUMS autolearn=disabled version=3.0.4 X-Spam-Level: ** X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, 3 Aug 2005 09:56:18 +0200 Lennart Börjeson wrote: > But this still leaves the audio messed up. If you anyway have to resort > to -x mplayer, why not let mplayer/mencoder do the job instead of > manually interpreting mplayer output? > > mencoder -oac lavc -ovc lavc -lavcopts acodec=mp3:vcodec=mpeg4 -o test.avi test.rmvb > Hi, Thank you very much for this, even though I dont have mp3 acodec for my lavc, but I am doing this to achieve the same thing: mencoder -oac mp3lame -ovc lavc -lavcopts vcodec=mpeg4 -o test.avi test.rmvb Perhaps I shall come to this maillist more earlier, and those problems might be just solved by precious information from you guys when I was using transcode 0.6. Many thanks to you all again ! Willie From transcode-users-bounces@exit1.org Thu Aug 4 10:13:30 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C6ECA126D84 for ; Thu, 4 Aug 2005 10:13:30 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7487kPp020126; Thu, 4 Aug 2005 10:07:46 +0200 Received: from scorpius.homelinux.org (213.219.173.40.adslpower.by.edpnet.be [213.219.173.40]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7487iPp020110 for ; Thu, 4 Aug 2005 10:07:44 +0200 Received: from marc by scorpius.homelinux.org with local (Exim 4.52) id 1E0alP-00063b-5b; Thu, 04 Aug 2005 10:07:39 +0200 Date: Thu, 4 Aug 2005 10:07:39 +0200 From: Marc Leeman To: dvdauthor-developer@lists.sourceforge.net, transcode-users@exit1.org Message-ID: <20050804080739.GQ13442@scorpius.homelinux.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7mIJwGTFTwAlEXlA" Content-Disposition: inline X-Operating-System: Linux scorpius 2.6.12 X-Religion: Church of Tux X-Registered-Linux-User: #138583 X-message-flag: Outlook? Viral infections & bugs for the foreseable future. User-Agent: Mutt/1.5.6+20040907i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-49.7 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: Subject: [transcode-users] feedback request X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Leeman , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --7mIJwGTFTwAlEXlA Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Since couple of years, I've created and used a script that covers most of my transcoding/dvd/vcd needs. When it comes to DVD-Video, the focus is simple: transcode 1 or a number of xvid/divx files and create an iso that plays in all (most) DVD players. After starting from bash, I moved to perl and I now decided to re-write parts in to simple binaries (instead of one complex one) in C. e.g.=20 $ mkdvdvimage -v series.01e01.avi -v series.01e02.avi -v \ series.01e03.avi -v series.01.04.avi The result is a DVD image with 4 titles. It uses (amongst others) transcode, mplayer and dvdauthor. If some of you are interested, I would like to have some feedback on the operation of the tool. It is currently written rather quickly, but at first glance it behaves as expected. I just put it up in the CVS of writeit.sourceforge.net (note that the web interface has a delay), or mail me and I'll send a deb package and/or the source tarball. One thing that I'm still not quite pleased about, is the dvdauthor XML description: I used to have a nicer menu [press 1 and enter jumped to the first title, 2 to the second, ...]; but due to some low cost DVD player not reacting properly; only the skip works now. --=20 greetz, marc Cross my heart, smack me dead...stick a lobster on my head. Crichton - Thanks for Sharing scorpius 2.6.12 #1 Thu Jun 23 21:32:03 CEST 2005 GNU/Linux --7mIJwGTFTwAlEXlA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC8czKUQpj09NWLeERAmOXAJ4t6hZUUk0O+R25SBAu0G7ygaDXGgCfdbWT 3Lido56hYwPj5bVAspE6Yh4= =ay24 -----END PGP SIGNATURE----- --7mIJwGTFTwAlEXlA-- From transcode-users-bounces@exit1.org Thu Aug 4 13:26:59 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 0DB75126D89 for ; Thu, 4 Aug 2005 13:26:59 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j74BL6Pp000988; Thu, 4 Aug 2005 13:21:06 +0200 Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j74BL5Pp000965 for ; Thu, 4 Aug 2005 13:21:05 +0200 Received: (qmail invoked by alias); 04 Aug 2005 11:21:00 -0000 Received: from chello213047057133.26.11.univie.teleweb.at (EHLO localhost) [213.47.57.133] by mail.gmx.net (mp032) with SMTP; 04 Aug 2005 13:21:00 +0200 X-Authenticated: #11437207 Date: Thu, 4 Aug 2005 13:21:21 +0200 From: Tim Blechmann To: transcode-users@exit1.org Message-ID: <20050804132121.6e182200@localhost> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] newbie: merging vob and wav X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org hi all, i've got a short question: i composed a soundtrack to a dvd, now i'd like to merge both vob file and wav file to one vob file ... i'm sure, i can do that with transcode ... but how? thanks in advance ... tim -- mailto:TimBlechmann@gmx.de ICQ: 96771783 http://www.mokabar.tk latest mp3: kMW.mp3 http://mattin.org/mp3.html latest cd: Goh Lee Kwang & Tim Blechmann: Drone http://www.geocities.com/gohleekwangtimblechmannduo/ After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs From transcode-users-bounces@exit1.org Thu Aug 4 13:29:59 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id AC061126D89 for ; Thu, 4 Aug 2005 13:29:59 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j74BPKPp001327; Thu, 4 Aug 2005 13:25:20 +0200 Received: from smtp.stowetel.com (NOSEDIVE.STOWETEL.COM [216.243.48.230]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j74BLrPp001009 for ; Thu, 4 Aug 2005 13:21:53 +0200 Received: from 206-15-138-69.dialup.ziplink.net ([206.15.138.69]) by smtp.stowetel.com (Stowe Telecom, LLC ) with ASMTP (SSL) id ADP38535; Thu, 4 Aug 2005 07:21:50 -0400 Subject: Re: [transcode-users] feedback request From: "Henry A. Leinhos" To: transcode Users Mailing List , Marc Leeman In-Reply-To: <20050804080739.GQ13442@scorpius.homelinux.org> References: <20050804080739.GQ13442@scorpius.homelinux.org> Content-Type: text/plain Date: Thu, 04 Aug 2005 07:16:24 -0400 Message-Id: <1123154184.10509.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi Marc, Is there a cvs tag for this in the writeit cvs reposiory? On Thu, 2005-08-04 at 10:07 +0200, Marc Leeman wrote: > I just put it up in the CVS of writeit.sourceforge.net (note that the > web interface has a delay), or mail me and I'll send a deb package > and/or the source tarball. > From transcode-users-bounces@exit1.org Thu Aug 4 16:05:21 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7FDEA126D89 for ; Thu, 4 Aug 2005 16:05:21 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j74DwSPp011835; Thu, 4 Aug 2005 15:58:28 +0200 Received: from scorpius.homelinux.org (213.219.173.40.adslpower.by.edpnet.be [213.219.173.40]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j74DwPPp011796 for ; Thu, 4 Aug 2005 15:58:25 +0200 Received: from marc by scorpius.homelinux.org with local (Exim 4.52) id 1E0gEl-0001hE-PF for transcode-users@exit1.org; Thu, 04 Aug 2005 15:58:19 +0200 Date: Thu, 4 Aug 2005 15:58:19 +0200 From: Marc Leeman To: transcode Users Mailing List Subject: Re: [transcode-users] feedback request Message-ID: <20050804135819.GM24248@scorpius.homelinux.org> References: <20050804080739.GQ13442@scorpius.homelinux.org> <1123154184.10509.1.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="R10gueRtU1pFqy+X" Content-Disposition: inline In-Reply-To: <1123154184.10509.1.camel@localhost.localdomain> X-Operating-System: Linux scorpius 2.6.12 X-Religion: Church of Tux X-Registered-Linux-User: #138583 X-message-flag: Outlook? Viral infections & bugs for the foreseable future. User-Agent: Mutt/1.5.6+20040907i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-62.2 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Leeman , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --R10gueRtU1pFqy+X Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > Is there a cvs tag for this in the writeit cvs reposiory? Sorry, forgot to reply to the list. Well, there was none (the head works, but I added "debian_0_3_2". I forgot to mention that the files are encoded in 16:9 format, but since it took my about 1 minute to change this from 4:3 I might as well make this a parameter. --=20 greetz, marc Welcome to the Federation Starship SS Buttcrack Crichton - Self Inflicted Wounds - Wait for the Wheel scorpius 2.6.12 #1 Thu Jun 23 21:32:03 CEST 2005 GNU/Linux --R10gueRtU1pFqy+X Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC8h77UQpj09NWLeERAvWaAKDhZ1OQ00H80dBHyJjbcc411IkAPACfSAR/ 0TMwuvVhCJ0YPAO0p4a77F4= =6xlA -----END PGP SIGNATURE----- --R10gueRtU1pFqy+X-- From transcode-users-bounces@exit1.org Fri Aug 5 04:36:58 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E21E0126D89 for ; Fri, 5 Aug 2005 04:36:58 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j752UTPp024794; Fri, 5 Aug 2005 04:30:29 +0200 Received: from server271.com (server271.com [64.14.68.39]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j752UIPp024777 for ; Fri, 5 Aug 2005 04:30:18 +0200 Received: (qmail 2819 invoked by uid 2007); 5 Aug 2005 02:29:32 -0000 Message-ID: <20050805022932.26863.qmail@server271.com> From: "J Bills" To: transcode-users@exit1.org Date: Fri, 05 Aug 2005 02:29:32 +0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_bf326f9c9090c08d70bf101460c7850e6" X-Mailer: WebMail 2.3 X-Originating-IP: 210.55.0.195 X-Originating-Email: jbillsnews@digitaljai.com X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=HTML_00_10,HTML_MESSAGE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050711.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] problems converting VNC X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: J Bills , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --_bf326f9c9090c08d70bf101460c7850e6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hello - first time posting to the list, hoping you all can help I'm doing some screen recording demos. used vncrec to generate several vnc movies, and now transcode to convert them. my problem is that for some reason, transcode is quitting out suddenly in the middle of the encoding. It's almost like it hits a bad frame or something. I've looked over the command line list, and tried to find a way to edit past the "bad frame" or skip it somehow, can't seem to get transcode to do it. Any ideas? I have converted one file successfully, so I know it is possible if the source file is good. here's a dump of my last export - the bad frame is relatively early (about 3 sec in) I'm on RH9 Thanks! -J >transcode -x vnc -y lzo -f 5.000 --use_rgb --export_fps 5 -i pass2.vnc -g 1600x1200 -o pass2_lzo.avi -k -z -q 2 transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [tcprobe] VNCrec logfile [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms (probe.c) V magic=0x26, A magic=0x26, V codec=0x24, A codec=0x0 (probe.c) V magic=, A magic=, V codec=RGB/BGR, A codec=unknown [transcode] auto-probing source pass2.vnc (ok) [transcode] V: import format | RGB/BGR (V=vnc|A=null) [transcode] V: import frame | 1600x1200 1.33:1 [transcode] V: flip frame | yes [transcode] V: rgb2bgr | yes [transcode] V: bits/pixel | 0.188 [transcode] V: decoding fps,frc | 5.000,0 [transcode] problems detecting audio format - using 'null' module [transcode] A: import | disabled [transcode] A: export | disabled [transcode] V: encoding fps,frc | 5.000,10 [transcode] A: bytes per frame | 0 (0.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using mmxext for memcpy [transcode] encoder delay = decode=40000 encode=40000 usec [transcode] V: video buffer | 10 @ 1600x1200 [transcode] allocating 10 framebuffer (static) loading audio import module /usr/lib/transcode/import_null.so loading video import module /usr/lib/transcode/import_vnc.so [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null Audio capability flag 0xffffffff | 0x1 [import_vnc.so] v0.0.2 (2003-11-29) (video) VNC Video capability flag 0x2a | 0x1 loading audio export module /usr/lib/transcode/export_null.so loading video export module /usr/lib/transcode/export_lzo.so [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null (encoder.c) audio capability flag 0xffffffff | 0x1 [export_lzo.so] v0.0.6 (2003-07-24) (video) LZO real-time compression | (audio) MPEG/AC3/PCM (encoder.c) video capability flag 0x13f | 0x1 [transcode] starting 1 frame processing thread(s) [transcode] starting 1 frame processing thread(s) (decoder.c) audio thread id=65541 [export_lzo.so] max AVI-file size limit = 4278188031 bytes [export_lzo.so] codec=LZO1, fps= 5.000, width=1600, height=1200 (decoder.c) video thread id=81926 VNC server supports protocol version 3.3 (viewer 3.3) No authentication needed Desktop name "LibVNCServer" Connected to VNC server, using protocol version 3.3 VNC server default format: 32 bits per pixel. Least significant byte first in each pixel. True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 Using default colormap which is TrueColor. Pixel format: 32 bits per pixel. Least significant byte first in each pixel. True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 Using shared memory PutImage printing frame for time = 0.000000 seconds printing frame for time = 0.200000 seconds compressed 5760000 bytes into 119711 bytes compressed 5760000 bytes into 119711 bytes printing frame for time = 0.400000 secondss, EMT: 0:00:00, ( 0| 0| 0) compressed 5760000 bytes into 142673 bytes printing frame for time = 0.600000 secondss, EMT: 0:00:00, ( 0| 0| 0) compressed 5760000 bytes into 152597 bytes printing frame for time = 0.800000 secondss, EMT: 0:00:00, ( 0| 0| 0) compressed 5760000 bytes into 150970 bytes printing frame for time = 1.000000 secondss, EMT: 0:00:00, ( 0| 0| 0) compressed 5760000 bytes into 162127 bytes printing frame for time = 1.200000 secondss, EMT: 0:00:01, ( 0| 0| 0) compressed 5760000 bytes into 170212 bytes printing frame for time = 1.400000 secondss, EMT: 0:00:01, ( 0| 0| 0) compressed 5760000 bytes into 175241 bytes printing frame for time = 1.600000 secondss, EMT: 0:00:01, ( 0| 0| 0) compressed 5760000 bytes into 170850 bytes printing frame for time = 1.800000 secondss, EMT: 0:00:01, ( 0| 0| 0) compressed 5760000 bytes into 177486 bytes printing frame for time = 2.000000 secondss, EMT: 0:00:01, ( 0| 0| 0) printing frame for time = 2.200000 seconds compressed 5760000 bytes into 396171 bytes printing frame for time = 2.400000 secondss, EMT: 0:00:02, ( 0| 0| 0) compressed 5760000 bytes into 396171 bytes compressed 5760000 bytes into 396171 bytess, EMT: 0:00:02, ( 0| 0| 0) printing frame for time = 2.600000 secondss, EMT: 0:00:02, ( 0| 0| 0) compressed 5760000 bytes into 421124 bytes printing frame for time = 2.800000 secondss, EMT: 0:00:02, ( 0| 0| 0) (dl_loader.c) video import module error (decoder.c) video data read failed - end of stream (encoder.c) import closed - buffer empty (V) (encoder.c) encoder closed (decoder.c) import stop requested by client=16384 (main=16384) import status=0 (decoder.c) video thread already terminated (decoder.c) A/V import canceled (16384) (16384) (decoder.c) video thread exit (ret_code=0) (status_code=13) (decoder.c) audio thread exit (ret_code=0) (status_code=-1) (decoder.c) vframe_list_lock=0 (decoder.c) aframe_list_lock=0 clean up |(frame_threads.c) audio frame processing threads canceled (frame_threads.c) video frame processing threads canceled frame threads |(decoder.c) unloading audio import module (decoder.c) unloading video import module unloading export modules unload modules | cancel signal | internal threads | done [transcode] encoded 14 frames (0 dropped, 0 cloned), clip length 2.80 s [transcode] buffer released --_bf326f9c9090c08d70bf101460c7850e6 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hello - first time posting to the list, hoping you all can help

I'm doing some screen recording demos. used vncrec to generate several vnc movies, and now transcode to convert them.

my problem is that for some reason, transcode is quitting out suddenly in the middle of the encoding. It's almost like it hits a bad frame or something.

I've looked over the command line list, and tried to find a way to edit past the "bad frame" or skip it somehow, can't seem to get transcode to do it.

Any ideas?

I have converted one file successfully, so I know it is possible if the source file is good.

here's a dump of my last export - the bad frame is relatively early (about 3 sec in)

I'm on RH9

Thanks!

-J




>transcode -x vnc -y lzo -f 5.000 --use_rgb --export_fps 5 -i pass2.vnc -g 1600x1200 -o pass2_lzo.avi -k -z -q 2


transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg
[tcprobe] VNCrec logfile
[transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms
(probe.c) V magic=0x26, A magic=0x26, V codec=0x24, A codec=0x0
(probe.c) V magic=, A magic=, V codec=RGB/BGR, A codec=unknown
[transcode] auto-probing source pass2.vnc (ok)
[transcode] V: import format | RGB/BGR (V=vnc|A=null)
[transcode] V: import frame | 1600x1200 1.33:1
[transcode] V: flip frame | yes
[transcode] V: rgb2bgr | yes
[transcode] V: bits/pixel | 0.188
[transcode] V: decoding fps,frc | 5.000,0
[transcode] problems detecting audio format - using 'null' module
[transcode] A: import | disabled
[transcode] A: export | disabled
[transcode] V: encoding fps,frc | 5.000,10
[transcode] A: bytes per frame | 0 (0.000000)
[transcode] A: adjustment | 0@1000
[transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm C)
tc_memcpy: using mmxext for memcpy
[transcode] encoder delay = decode=40000 encode=40000 usec
[transcode] V: video buffer | 10 @ 1600x1200
[transcode] allocating 10 framebuffer (static)
loading audio import module /usr/lib/transcode/import_null.so
loading video import module /usr/lib/transcode/import_vnc.so
[import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null
Audio capability flag 0xffffffff | 0x1
[import_vnc.so] v0.0.2 (2003-11-29) (video) VNC
Video capability flag 0x2a | 0x1
loading audio export module /usr/lib/transcode/export_null.so
loading video export module /usr/lib/transcode/export_lzo.so
[export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null
(encoder.c) audio capability flag 0xffffffff | 0x1
[export_lzo.so] v0.0.6 (2003-07-24) (video) LZO real-time compression | (audio) MPEG/AC3/PCM
(encoder.c) video capability flag 0x13f | 0x1
[transcode] starting 1 frame processing thread(s)
[transcode] starting 1 frame processing thread(s)
(decoder.c) audio thread id=65541
[export_lzo.so] max AVI-file size limit = 4278188031 bytes
[export_lzo.so] codec=LZO1, fps= 5.000, width=1600, height=1200
(decoder.c) video thread id=81926
VNC server supports protocol version 3.3 (viewer 3.3)
No authentication needed
Desktop name "LibVNCServer"
Connected to VNC server, using protocol version 3.3
VNC server default format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using default colormap which is TrueColor. Pixel format:
32 bits per pixel.
Least significant byte first in each pixel.
True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0
Using shared memory PutImage
printing frame for time = 0.000000 seconds
printing frame for time = 0.200000 seconds
compressed 5760000 bytes into 119711 bytes
compressed 5760000 bytes into 119711 bytes
printing frame for time = 0.400000 secondss, EMT: 0:00:00, ( 0| 0| 0)
compressed 5760000 bytes into 142673 bytes
printing frame for time = 0.600000 secondss, EMT: 0:00:00, ( 0| 0| 0)
compressed 5760000 bytes into 152597 bytes
printing frame for time = 0.800000 secondss, EMT: 0:00:00, ( 0| 0| 0)
compressed 5760000 bytes into 150970 bytes
printing frame for time = 1.000000 secondss, EMT: 0:00:00, ( 0| 0| 0)
compressed 5760000 bytes into 162127 bytes
printing frame for time = 1.200000 secondss, EMT: 0:00:01, ( 0| 0| 0)
compressed 5760000 bytes into 170212 bytes
printing frame for time = 1.400000 secondss, EMT: 0:00:01, ( 0| 0| 0)
compressed 5760000 bytes into 175241 bytes
printing frame for time = 1.600000 secondss, EMT: 0:00:01, ( 0| 0| 0)
compressed 5760000 bytes into 170850 bytes
printing frame for time = 1.800000 secondss, EMT: 0:00:01, ( 0| 0| 0)
compressed 5760000 bytes into 177486 bytes
printing frame for time = 2.000000 secondss, EMT: 0:00:01, ( 0| 0| 0)
printing frame for time = 2.200000 seconds
compressed 5760000 bytes into 396171 bytes
printing frame for time = 2.400000 secondss, EMT: 0:00:02, ( 0| 0| 0)
compressed 5760000 bytes into 396171 bytes
compressed 5760000 bytes into 396171 bytess, EMT: 0:00:02, ( 0| 0| 0)
printing frame for time = 2.600000 secondss, EMT: 0:00:02, ( 0| 0| 0)
compressed 5760000 bytes into 421124 bytes
printing frame for time = 2.800000 secondss, EMT: 0:00:02, ( 0| 0| 0)
(dl_loader.c) video import module error
(decoder.c) video data read failed - end of stream
(encoder.c) import closed - buffer empty (V)
(encoder.c) encoder closed
(decoder.c) import stop requested by client=16384 (main=16384) import status=0
(decoder.c) video thread already terminated
(decoder.c) A/V import canceled (16384) (16384)
(decoder.c) video thread exit (ret_code=0) (status_code=13)
(decoder.c) audio thread exit (ret_code=0) (status_code=-1)
(decoder.c) vframe_list_lock=0
(decoder.c) aframe_list_lock=0

clean up |(frame_threads.c) audio frame processing threads canceled
(frame_threads.c) video frame processing threads canceled
frame threads |(decoder.c) unloading audio import module
(decoder.c) unloading video import module
unloading export modules
unload modules | cancel signal | internal threads | done
[transcode] encoded 14 frames (0 dropped, 0 cloned), clip length 2.80 s
[transcode] buffer released

--_bf326f9c9090c08d70bf101460c7850e6-- From transcode-users-bounces@exit1.org Sat Aug 6 11:26:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 96DD4126D89 for ; Sat, 6 Aug 2005 11:26:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j769InPp007113; Sat, 6 Aug 2005 11:18:49 +0200 Received: from s-gw.kug.ac.at (s-gw.kug.ac.at [193.170.129.204]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j769IlPp007097 for ; Sat, 6 Aug 2005 11:18:47 +0200 Received: from DO-GR-MTA by s-gw.kug.ac.at with Novell_GroupWise; Sat, 06 Aug 2005 11:18:41 +0200 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.4 Date: Sat, 06 Aug 2005 11:18:22 +0200 From: "Georg Holzmann" To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j769IlPp007097 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050805.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] tanscode and xvid - only half video X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hallo! Sorry for the maybe basic question - but I searched the archive and didn't find anything ... I have a very strange problem with xvid encoding: I just tried to make a simple conversion: transcode -i part1.avi -y xvid -o part1_xvid.avi and everything works fine. But the strange thing is, that I can look only the half video (with xine, mplayer, also on windows media player ...) !!! the video is 2min - but after 1min it stops !! has anyone experienced such a behaviour or knows what I could try? my system: debian linux, 2.6.8, kde, transcode v0.6.14 (details see below) Thanks, LG Georg PS: transcode output: transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source part1.avi (ok) [transcode] V: import format | unknown QuickTime (V=mov|A=mov) [transcode] V: import frame | 320x240 1.33:1 [transcode] V: bits/pixel | 0.938 [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x1 PCM [44100, 8,2] [transcode] A: export format | 0x55 MPEG layer-3 [44100, 8,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 3528 (3528.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32 accel mode | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using mmxext for memcpy [transcode] V: video buffer | 10 @ 320x240 [import_mov.so] v0.1.2 (2002-05-16) (video) * | (audio) * [export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) |(audio) MPEG/AC3/PCM [import_mov.so] codec=twos, rate=44100 Hz, bits=8, channels=2, samples=5299008 [import_mov.so] VIDEO: codec=raw , fps=25.000, width=320, height=240, frames=3004 [export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg' [export_xvid4.so] found. Default settings will be used instead. Audio: using new version Audio: using lame-3.96.1 encoding frames [000000-003003], 28.62 fps, EMT: 0:02:00, ( 0| 0| 0) clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 3004 frames (0 dropped, 0 cloned), clip length 120.16 s From transcode-users-bounces@exit1.org Sat Aug 6 14:01:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2BC47126D89 for ; Sat, 6 Aug 2005 14:01:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j76BtIPp015409; Sat, 6 Aug 2005 13:55:18 +0200 Received: from wp009.webpack.hosteurope.de (wp009.webpack.hosteurope.de [80.237.132.16]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j76BtHPp015391 for ; Sat, 6 Aug 2005 13:55:17 +0200 Received: by wp009.webpack.hosteurope.de running Exim 4.43 using esmtpa from wp009.webpack.hosteurope.de ([80.237.132.16] helo=webmail.siegerland.net) id 1E1NGi-00033Q-Fu; Sat, 06 Aug 2005 13:55:12 +0200 Received: from 145.254.103.33 (SquirrelMail authenticated user wp1005000-stefan) by webmail.siegerland.net with HTTP; Sat, 6 Aug 2005 13:55:12 +0200 (CEST) Message-ID: <1180.145.254.103.33.1123329312.squirrel@webmail.siegerland.net> Date: Sat, 6 Aug 2005 13:55:12 +0200 (CEST) From: "Stefan Simon" To: transcode-users@exit1.org User-Agent: SquirrelMail/1.4.5 [CVS] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050805.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transparent green box in picture X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi there, I have transcoded a Video (MJPEG) to VCD. The colors are correct, but there is a small green box in the top of the video, wich is transparent, so you can see the picture under it. In the original video there was a yellow text in the picture. This text is now white. Where is the problem? I tried transcoding with the same options with anothervideo (DIVX) and it worked fine - without this green box. Thanks for all hints in advance! Stefan From transcode-users-bounces@exit1.org Sun Aug 7 15:36:43 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6A994126D83 for ; Sun, 7 Aug 2005 15:36:43 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77DVpPp007105; Sun, 7 Aug 2005 15:31:51 +0200 Received: from s-gw.kug.ac.at (s-gw.kug.ac.at [193.170.129.204]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77DVnPp007085 for ; Sun, 7 Aug 2005 15:31:49 +0200 Received: from DO-GR-MTA by s-gw.kug.ac.at with Novell_GroupWise; Sun, 07 Aug 2005 15:31:39 +0200 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.4 Date: Sun, 07 Aug 2005 15:31:26 +0200 From: "Georg Holzmann" To: Subject: Re: [transcode-users] tanscode and xvid - only half video Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j77DVnPp007085 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hallo! > But the strange thing is, that I can look only the half video (with xine, mplayer, also on windows media player ...) !!! > the video is 2min - but after 1min it stops !! I just found the solution: > [transcode] A: import format | 0x1 PCM [44100, 8,2] > [transcode] A: export format | 0x55 MPEG layer-3 [44100, 8,2] 128 kbps the problem was the 8bit input audio file. I changed it to 16 bit and now it works for the whole length ... strange ... LG Georg From transcode-users-bounces@exit1.org Sun Aug 7 15:37:14 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DEFAB126D83 for ; Sun, 7 Aug 2005 15:37:14 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77DZEPp007347; Sun, 7 Aug 2005 15:35:14 +0200 Received: from mx.kreasoft.no (mx.kreasoft.no [62.128.239.20]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77DZ7Pp007316 for ; Sun, 7 Aug 2005 15:35:07 +0200 Received: from [192.168.2.121] (ca-230-249.monet.no [62.128.230.249]) by mx.kreasoft.no (Postfix) with ESMTP id C9BD59FC022 for ; Sun, 7 Aug 2005 15:35:13 +0200 (CEST) Message-ID: <42F60C55.4040806@monet.no> Date: Sun, 07 Aug 2005 15:27:49 +0200 From: Helge User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode-users@exit1.org X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] v4l2 problems X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I have problems capturing mpeg-streams with my Hauppauge PVR150 card. When trying to do transcode -i /dev/video0, I get an error: audio import error. I am able to import by doing: cat /dev/video0 > /my/file, but there is problems using that file. I cannot use mkvcdfs using this file: file contains illegal MPEG tag 0xd3f80000 ... terminating with this file!!! But it is possible to create an mpeg4-file using it as input for transcode. I can play this /my/file using mplayer; the same with the mpeg4-file; with sound. tcprobe gives: [tcprobe] MPEG program stream (PS) [tcprobe] summary for /usr/share/video/helge.mpg, (*) = not default, 0 = not detected import frame size: -g 720x576 [720x576] aspect ratio: 4:3 (*) frame rate: -f 25.000 [25.000] frc=3 PTS=0.4004, frame_time=40 ms, bitrate=9600 kbps audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x50 [0x2000] (*) PTS=0.3205, bitrate=384 kbps -D 1 --av_fine_ms 39 (frames & ms) [0] [0] lsmod: Module Size Used by ivtv 1315940 1 saa7115 11444 0 bttv 140688 0 video_buf 16580 1 bttv i2c_algo_bit 8392 2 ivtv,bttv btcx_risc 3752 1 bttv videodev 7200 3 ivtv,bttv wm8775 8664 0 cx25840 40264 0 firmware_class 7264 2 bttv,cx25840 tveeprom 12212 1 bttv ndiswrapper 152724 0 msp3400 25336 0 tuner 19268 0 v4l1_compat 12836 0 v4l2_common 4576 1 bttv i2c_core 17552 8 saa7115,bttv,i2c_algo_bit,wm8775,cx25840,tveeprom,msp3400,tuner via82cxxx_audio 24040 0 ac97_codec 16204 1 via82cxxx_audio radeon 71168 0 I am using ALSA; is that a possible reason for my problems? Other reasons? -- Hilsen Helge Opsjøn helge.opsjon@monet.no From transcode-users-bounces@exit1.org Sun Aug 7 22:04:40 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 46B1E126D83 for ; Sun, 7 Aug 2005 22:04:40 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77K0lPp000602; Sun, 7 Aug 2005 22:00:47 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j77K0jPp000584 for ; Sun, 7 Aug 2005 22:00:45 +0200 Received: (qmail 2142 invoked from network); 7 Aug 2005 20:00:37 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 7 Aug 2005 20:00:37 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 07 Aug 2005 13:00:37 PDT (sender jakemsr@puff.jakemsr.gom) Date: Sun, 7 Aug 2005 13:00:37 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] tanscode and xvid - only half video Message-ID: <20050807200037.GA7920@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Aug 07, 2005 at 03:31:26PM +0200, Georg Holzmann wrote: > Hallo! > > > But the strange thing is, that I can look only the half video (with xine, mplayer, also on windows media player ...) !!! > > the video is 2min - but after 1min it stops !! > > I just found the solution: > > > [transcode] A: import format | 0x1 PCM [44100, 8,2] > > [transcode] A: export format | 0x55 MPEG layer-3 [44100, 8,2] 128 kbps > > the problem was the 8bit input audio file. I changed it to 16 bit and now it works for the whole length ... strange ... you should use a newer version. 0.6.14 is a bit old. -- From transcode-users-bounces@exit1.org Sun Aug 7 22:08:31 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C1D41126D83 for ; Sun, 7 Aug 2005 22:08:31 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j77K5LPp000848; Sun, 7 Aug 2005 22:05:21 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j77K5JPp000833 for ; Sun, 7 Aug 2005 22:05:19 +0200 Received: (qmail 23703 invoked from network); 7 Aug 2005 20:05:18 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 7 Aug 2005 20:05:18 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 07 Aug 2005 13:05:18 PDT (sender jakemsr@puff.jakemsr.gom) Date: Sun, 7 Aug 2005 13:05:18 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] v4l2 problems Message-ID: <20050807200518.GB7920@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <42F60C55.4040806@monet.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42F60C55.4040806@monet.no> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Aug 07, 2005 at 03:27:49PM +0200, Helge wrote: > I have problems capturing mpeg-streams with my Hauppauge PVR150 card. > When trying to do > transcode -i /dev/video0, I get an error: audio import error. I am able the v4l(2) import modules only work on raw data, not mpeg. -- From transcode-users-bounces@exit1.org Mon Aug 8 08:25:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A135F126D83 for ; Mon, 8 Aug 2005 08:25:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j786M5Pp003292; Mon, 8 Aug 2005 08:22:05 +0200 Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j786M2Pp003266 for ; Mon, 8 Aug 2005 08:22:03 +0200 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (sccrmhc11) with SMTP id <200508080621460110017s2ve>; Mon, 8 Aug 2005 06:21:56 +0000 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: <742522B2-5749-47A1-A5F2-C1DCE6EC374E@comcast.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: transcode-users@exit1.org From: Kichigai Mentat Date: Mon, 8 Aug 2005 01:21:48 -0500 X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.733) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Transcode Compile Failes X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Recently, I attempted to compile Transcode for my laptop. I'm running Mac OS X 10.4.2, using the Transcode 1.0.0rc1 source code. Below is the exact error I receive when trying to run make. Making all in libsupport rm -f libsupport.a ar cru libsupport.a ar: no archive members specified usage: ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...] make[2]: *** [libsupport.a] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 I'll admit that I really don't know much about C programming, let alone the actual details that go into the compiling process, but is it me or did make just delete the file it's trying to manipulate? "I know I was the resident crazy at high school. Everyone ridiculed little Forrey Ackerman. He thinks we're going to have atomic power and color T.V., and people are going to the-- never happen, never happen!" --Forrest Ackerman (Author, World of Science Fiction on the Moon Landing) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFC9vn/wAwn3hu8KxcRArwWAJ9045Shm2hdNhc7yHUoBO04vHEXGwCfUbwe SVGf+Ebby774fw8vPeQp/QM= =t/eG -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Mon Aug 8 11:46:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 642BD126D83 for ; Mon, 8 Aug 2005 11:46:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789ghPp016567; Mon, 8 Aug 2005 11:42:43 +0200 Received: from smtp0.libero.it (smtp0.libero.it [193.70.192.33]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789fWPp016466 for ; Mon, 8 Aug 2005 11:41:32 +0200 Received: from localhost (172.16.1.79) by smtp0.libero.it (7.0.027-DD01) id 42E0A0E7002B37BE for transcode-users@exit1.org; Mon, 8 Aug 2005 11:41:27 +0200 Received: from Steffi (151.41.187.242) by smtp20.libero.it (7.0.027-DD01) id 42F2CBAB000B57D7 for transcode-users@exit1.org; Mon, 8 Aug 2005 11:41:27 +0200 Received: from paolo by Steffi with local (Exim 3.36 #1 (Debian)) id 1E24CK-0000Bq-00; Mon, 08 Aug 2005 11:45:32 +0200 Date: Mon, 8 Aug 2005 11:45:32 +0200 From: Paolo Ulivi To: transcode-users@exit1.org Subject: Re: [transcode-users] feedback request Message-ID: <20050808094532.GA723@Steffi> References: <20050804080739.GQ13442@scorpius.homelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050804080739.GQ13442@scorpius.homelinux.org> User-Agent: Mutt/1.5.9i X-Virus-Scanned: by amavisd-new at libero.it serv1 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Thu, Aug 04, 2005 at 10:07:39AM +0200, Marc Leeman wrote: > If some of you are interested, I would like to have some feedback on the > operation of the tool. It is currently written rather quickly, but at > first glance it behaves as expected. I tried out version 0.3.5, just the perl script for now, but I guess the C program has the same problem as well (?): it's lacking any check for error conditions. I used: writeit.pl --mplayer --dvdv test1.avi --dvdv test2.avi On my test, transcode/ffmpeg refused to encode because I had vrc_maxrate=7000 in my .transcode/ffmpeg.cfg and the argument -w 8500 was given; so transcode returned != 0, but the script continued; none of the program's calls from there on checked for the existence of their input files (*.m2v and *.mpa) before being called, so the script eventually run to the end with a lot of error messages and nothing done. Moreover, mplayer left its FIFO file on the disk, so any subsequent run of the program had a complain by mkfifo. About the 16:9/4:3 option, maybe you can use tcprobe to get a.r. from the source files and use this value as an input to the --export_asr switch, to automate the process ? Just my 2c. Apart the problem exposed, I found your program very intriguing, it let me done a mini-DVD in a breeze, so please keep up with the good job, I look forward to the next releases ;-) Thanks, Paolo -- Paolo Ulivi pulivi AT libero DOT it GPG KeyID: 1024D/5C4F3D94 GPG Fingerprint: 3AF7 BFA2 3DE6 6A73 5379 5E0A 0949 6A1E 5C4F 3D94 From transcode-users-bounces@exit1.org Mon Aug 8 11:46:58 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 75369126D83 for ; Mon, 8 Aug 2005 11:46:58 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789jAPp016785; Mon, 8 Aug 2005 11:45:10 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789j3Pp016734 for ; Mon, 8 Aug 2005 11:45:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 649FD14340C9; Mon, 8 Aug 2005 11:45:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 8F19243C0C2; Mon, 8 Aug 2005 11:44:18 +0200 (CEST) Subject: Re: [transcode-users] v4l2 problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <42F60C55.4040806@monet.no> References: <42F60C55.4040806@monet.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-fcypn3qA9XrOk73FUzyZ" Date: Mon, 08 Aug 2005 11:44:18 +0200 Message-Id: <1123494258.22328.40.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-82.9 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-fcypn3qA9XrOk73FUzyZ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-08-07 at 15:27 +0200, Helge wrote: > I have problems capturing mpeg-streams with my Hauppauge PVR150 card.=20 > When trying to do > transcode -i /dev/video0, I get an error: audio import error. I am able=20 > to import by doing: > cat /dev/video0 > /my/file, but there is problems using that file. I=20 > cannot use mkvcdfs using this file: > file contains illegal MPEG tag 0xd3f80000 > ... terminating with this file!!! Why would you want to use vcd? It's soo obsolete technology...=20 AFAIK cvd uses mpeg1 while your card produces mpeg2. > But it is possible to create an mpeg4-file using it as input for=20 > transcode. I can play this /my/file using mplayer; the same with the=20 > mpeg4-file; with sound. If mplayer can play it, it's no guarantee at all any player will play it. --=-fcypn3qA9XrOk73FUzyZ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC9ylyJgD/6j32wUYRAlkmAJsETVfSLgUrnNNtWrdN/KSY7OiUFACfcn95 R0uoCbnR3ichYrXZ76hnXmQ= =wOqe -----END PGP SIGNATURE----- --=-fcypn3qA9XrOk73FUzyZ-- From transcode-users-bounces@exit1.org Mon Aug 8 11:48:55 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D52F1126D83 for ; Mon, 8 Aug 2005 11:48:55 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789j5Pp016763; Mon, 8 Aug 2005 11:45:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789j3Pp016733 for ; Mon, 8 Aug 2005 11:45:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 6861914340C8; Mon, 8 Aug 2005 11:45:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id A759F43C0C2; Mon, 8 Aug 2005 11:44:50 +0200 (CEST) Subject: Re: [transcode-users] tanscode and xvid - only half video From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-j2dcxzUA8EsV53glZvfM" Date: Mon, 08 Aug 2005 11:44:50 +0200 Message-Id: <1123494290.22328.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-82.7 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-j2dcxzUA8EsV53glZvfM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-08-07 at 15:31 +0200, Georg Holzmann wrote: > > But the strange thing is, that I can look only the half video (with xin= e, mplayer, also on windows media player ...) !!! > > the video is 2min - but after 1min it stops !! >=20 > I just found the solution: >=20 > > [transcode] A: import format | 0x1 PCM [44100, 8,2] > > [transcode] A: export format | 0x55 MPEG layer-3 [44100, 8,2] 12= 8 kbps >=20 > the problem was the 8bit input audio file. I changed it to 16 bit and now= it works for the whole length ... strange ... Raw audio input cannot be autodetected. --=-j2dcxzUA8EsV53glZvfM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC9ymSJgD/6j32wUYRAp5sAJ9mh40glIb5sspcAcetur3lgv6JnQCgh5NS JY/ueb7sC+2ZD8JAs1qJvMk= =b91I -----END PGP SIGNATURE----- --=-j2dcxzUA8EsV53glZvfM-- From transcode-users-bounces@exit1.org Mon Aug 8 11:58:04 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 50D7D126D83 for ; Mon, 8 Aug 2005 11:58:04 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789u7Pp017798; Mon, 8 Aug 2005 11:56:07 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789k3Pp016867 for ; Mon, 8 Aug 2005 11:46:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 5195214340C9; Mon, 8 Aug 2005 11:46:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 7B4A543C0C2; Mon, 8 Aug 2005 11:46:00 +0200 (CEST) Subject: Re: [transcode-users] v4l2 problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050807200518.GB7920@puff.jakemsr.gom> References: <42F60C55.4040806@monet.no> <20050807200518.GB7920@puff.jakemsr.gom> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-qrjS4YurF1OrzMvk9O5Q" Date: Mon, 08 Aug 2005 11:46:00 +0200 Message-Id: <1123494360.22328.44.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-83.1 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-qrjS4YurF1OrzMvk9O5Q Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-08-07 at 13:05 -0700, Jacob Meuser wrote: > On Sun, Aug 07, 2005 at 03:27:49PM +0200, Helge wrote: > > I have problems capturing mpeg-streams with my Hauppauge PVR150 card.=20 > > When trying to do > > transcode -i /dev/video0, I get an error: audio import error. I am able= =20 >=20 > the v4l(2) import modules only work on raw data, not mpeg. IIRC we discussed this lengthy a few weeks ago... For recording mpeg streams from video capture cards, use either cat or the raw input module. --=-qrjS4YurF1OrzMvk9O5Q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC9ynYJgD/6j32wUYRAiWhAJ9PfFZMMfQZnQXQSuCrHCcvBfO9twCdGuRK 2YNEfJfixyz11fXGhKs2OGQ= =IMD4 -----END PGP SIGNATURE----- --=-qrjS4YurF1OrzMvk9O5Q-- From transcode-users-bounces@exit1.org Mon Aug 8 11:58:12 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BDAE0126D83 for ; Mon, 8 Aug 2005 11:58:12 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789uGPp017821; Mon, 8 Aug 2005 11:56:16 +0200 Received: from nova.nhn.no (fw0.nhn.no [81.0.182.131]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j789mOPp017043 for ; Mon, 8 Aug 2005 11:48:24 +0200 Received: from smtp-clean.nhn.no (smtp-clean.nhn.no [172.21.1.42]) by nova.nhn.no (8.12.10/8.12.9/Intern) with ESMTP id j789mJ5O014991 for ; Mon, 8 Aug 2005 11:48:19 +0200 (CEST) Received: from trott.nhn.no (trott.nhn.no [172.21.1.14]) by smtp-clean.nhn.no (8.12.10/8.12.9) with SMTP id j789mJoF091116 for ; Mon, 8 Aug 2005 11:48:19 +0200 (CEST) Received: from 172.21.1.36 by trott.nhn.no (InterScan E-Mail VirusWall NT); Mon, 08 Aug 2005 11:48:19 +0200 Received: from swing.nhn.no (swing.nhn.no [172.21.8.40]) by chacha.nhn.no (8.12.10/8.12.9) with ESMTP id j789mJoH091113 for ; Mon, 8 Aug 2005 11:48:19 +0200 (CEST) Received: (qmail 97216 invoked from network); 8 Aug 2005 09:48:18 -0000 Received: from helge.opsjon@nermolegesenter.nhn.no by swing.nhn.no by uid 201 with qmail-scanner-1.22 (clamdscan: 0.65. spamassassin: 2.63. Clear:RC:1(172.22.60.72):. Processed in 0.544834 secs); 08 Aug 2005 09:48:18 -0000 X-Qmail-Scanner-Mail-From: helge.opsjon@nermolegesenter.nhn.no via swing.nhn.no X-Qmail-Scanner: 1.22 (Clear:RC:1(172.22.60.72):. Processed in 0.544834 secs) Received: from unknown (HELO helge) ([172.22.60.72]) (envelope-sender ) by swing.nhn.no (qmail-ldap-1.03) with SMTP for ; 8 Aug 2005 09:48:18 -0000 Message-ID: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> From: =?iso-8859-1?Q?Helge_Opsj=F8n?= To: Date: Mon, 8 Aug 2005 11:45:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j789mOPp017043 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] v4l problems X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Jacob Meuser writes: When trying to do transcode -i /dev/video0, I get an error: audio import error. I am able.... the v4l(2) import modules only work on raw data, not mpeg. Oh - that explains a lot, but it doesn`t solve my problems. I am trying to use KINO - http://kino.schirmacher.de/article/static/61/ - to edit my old VHS tapes: "It captures video to disk in Raw DV and AVI format, in both type-1 DV and type-2 DV (separate audio stream) encodings". So I need to encode my mpeg2-streams to AVI-format. I have tried to transcode my mpg-files generated by cat /dev/video0 > my.file.mpg, but has not succeeded. transcode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y ffmpeg -F (0-1-2-3 etc) with no success, the same with -y mpeg2enc -F etc. And there is something strange with the mpeg2-files generated with: cat /dev/video0 > my.file.mpg. When I mkvcdfs using this file: file contains illegal MPEG tag 0xd3f80000 ... terminating with this file!!! transcode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y xvid4 gives av MS AVI-file, but not possible to load into KINO. Is there a smart solution? Another way to capture my old videos to generate mpeg2-files? Hilsen Helge Opsjøn helge.opsjon@nermolegesenter.nhn.no From transcode-users-bounces@exit1.org Mon Aug 8 12:17:18 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DFE40126D83 for ; Mon, 8 Aug 2005 12:17:18 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78AF5Pp019542; Mon, 8 Aug 2005 12:15:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78AF3Pp019525 for ; Mon, 8 Aug 2005 12:15:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 72E0414340C6; Mon, 8 Aug 2005 12:15:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 6360F43C0C2; Mon, 8 Aug 2005 12:14:57 +0200 (CEST) Subject: Re: [transcode-users] v4l problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> References: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XkqYs+Rp0Sic4xHjR8h5" Date: Mon, 08 Aug 2005 12:14:57 +0200 Message-Id: <1123496097.22328.64.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-83.3 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-XkqYs+Rp0Sic4xHjR8h5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-08 at 11:45 +0200, Helge Opsj=C3=B8n wrote: > Jacob Meuser writes:=20 > When trying to do transcode -i /dev/video0, I get an error: audio import= error. I am able.... > the v4l(2) import modules only work on raw data, not mpeg. >=20 > Oh - that explains a lot, but it doesn`t solve my problems. I am trying = to use KINO - http://kino.schirmacher.de/article/static/61/ - to edit my ol= d VHS tapes: "It captures video to disk in Raw DV and AVI format, in both t= ype-1 DV and type-2 DV (separate audio stream) encodings". > So I need to encode my mpeg2-streams to AVI-format. I have tried to trans= code my mpg-files generated by cat /dev/video0 > my.file.mpg, but has not s= ucceeded.=20 > transcode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y ffmpeg -F= (0-1-2-3 etc) with no success, the same with -y mpeg2enc -F etc.=20 > And there is something strange with the mpeg2-files generated with: cat /= dev/video0 > my.file.mpg. When I mkvcdfs using this file: file contains il= legal MPEG tag 0xd3f80000 > ... terminating with this file!!! > transcode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y xvid4 giv= es av MS AVI-file, but not possible to load into KINO. > Is there a smart solution? Another way to capture my old videos to genera= te mpeg2-files?=20 I suggest you do some reading (google...) on containers and codecs. You mix them up badly. --=-XkqYs+Rp0Sic4xHjR8h5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC9zChJgD/6j32wUYRAt0ZAJ96qQvab6lgbJpitfTZsTtVAhDFOgCfTQuE hlMcIvMoAS2zLhGdDrk6b1k= =zrCz -----END PGP SIGNATURE----- --=-XkqYs+Rp0Sic4xHjR8h5-- From transcode-users-bounces@exit1.org Mon Aug 8 12:56:39 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8E84A126D83 for ; Mon, 8 Aug 2005 12:56:39 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78AsCPp022818; Mon, 8 Aug 2005 12:54:12 +0200 Received: from scorpius.homelinux.org (213.219.175.40.adslpower.by.edpnet.be [213.219.175.40]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78AsAPp022800 for ; Mon, 8 Aug 2005 12:54:10 +0200 Received: from marc by scorpius.homelinux.org with local (Exim 4.52) id 1E25Ge-0001Yx-Rm for transcode-users@exit1.org; Mon, 08 Aug 2005 12:54:04 +0200 Date: Mon, 8 Aug 2005 12:54:04 +0200 From: Marc Leeman To: transcode Users Mailing List Subject: Re: [transcode-users] feedback request Message-ID: <20050808105404.GI20093@scorpius.homelinux.org> References: <20050804080739.GQ13442@scorpius.homelinux.org> <20050808094532.GA723@Steffi> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AptwxgnoZDC4KQWS" Content-Disposition: inline In-Reply-To: <20050808094532.GA723@Steffi> X-Operating-System: Linux scorpius 2.6.12 X-Religion: Church of Tux X-Registered-Linux-User: #138583 X-message-flag: Outlook? Viral infections & bugs for the foreseable future. User-Agent: Mutt/1.5.9i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-69.8 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Leeman , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --AptwxgnoZDC4KQWS Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I tried out version 0.3.5, just the perl script for now, but I guess > the C program has the same problem as well (?): it's lacking any check > for error conditions. That should be better, it returns false if there is aproblem, but I'll specifically try to reproduce your error to see how it performs on this. As for the operations, in an error free environment, the perl script does the same as mkdvdvimage (the asr option is not yet included in the perl script though). Though I now check the return value of the system call, I still need to put more comments when something fails. As for the stream.yuv cleanup, I am doubting if I will do that: IMHO it's better to see what has been done and where it fails than fail and clean up. Of course, a better error handling would already go a long way. I never stopped to think about this since I more or less knew what was going on :-/ that's why this feedback is so valuable. > I used: writeit.pl --mplayer --dvdv test1.avi --dvdv test2.avi That maps 1:1 to=20 $ mkdvdvimage -v test1.avi -v test2.avi A year ago, I did not use mplayer for input, but then I started running into colour space problems. mplayer as input seems to avoid this on most/all mpeg4 files. > About the 16:9/4:3 option, maybe you can use tcprobe to get a.r. > from the source files and use this value as an input to the > --export_asr switch, to automate the process ? Just my 2c. I added a -a switch (the value maps to the asr option of transcode) that does this.=20 > Apart the problem exposed, I found your program very intriguing, > it let me done a mini-DVD in a breeze, so please keep up with the > good job, I look forward to the next releases ;-) K. I am currently processing the feedback I got from you and others to improve. One of the options that is in CVS (not tested so, ...) is to clean up the temp files. It's done in the last phase now, but it can be done gradually, saving disk requirements. --=20 greetz, marc D'Argo 'Fear accompanies the possibility of death. Calm shepherds its certa= inty.' Crichton 'I love hanging with you, man.' D'Argo - Family Ties scorpius 2.6.12 #1 Thu Jun 23 21:32:03 CEST 2005 GNU/Linux --AptwxgnoZDC4KQWS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC9znMUQpj09NWLeERAgaNAKDQ31Op8nNvGMhqDayRJAOfv2DmXgCeM9ke wfIJCjMi3o4+QmwDHtiBmek= =gGN1 -----END PGP SIGNATURE----- --AptwxgnoZDC4KQWS-- From transcode-users-bounces@exit1.org Mon Aug 8 13:07:46 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 35A52126D83 for ; Mon, 8 Aug 2005 13:07:46 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78B5ZPp023648; Mon, 8 Aug 2005 13:05:35 +0200 Received: from nova.nhn.no (fw0.nhn.no [81.0.182.131]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j78B5YPp023631 for ; Mon, 8 Aug 2005 13:05:34 +0200 Received: from smtp-clean.nhn.no (smtp-clean.nhn.no [172.21.1.42]) by nova.nhn.no (8.12.10/8.12.9/Intern) with ESMTP id j78B5T5O019447 for ; Mon, 8 Aug 2005 13:05:29 +0200 (CEST) Received: from trott.nhn.no (trott.nhn.no [172.21.1.14]) by smtp-clean.nhn.no (8.12.10/8.12.9) with SMTP id j78B5ToF004768 for ; Mon, 8 Aug 2005 13:05:29 +0200 (CEST) Received: from 172.21.1.36 by trott.nhn.no (InterScan E-Mail VirusWall NT); Mon, 08 Aug 2005 13:05:29 +0200 Received: from swing.nhn.no (swing.nhn.no [172.21.8.40]) by chacha.nhn.no (8.12.10/8.12.9) with ESMTP id j78B5SoH004765 for ; Mon, 8 Aug 2005 13:05:28 +0200 (CEST) Received: (qmail 18344 invoked from network); 8 Aug 2005 11:05:28 -0000 Received: from helge.opsjon@nermolegesenter.nhn.no by swing.nhn.no by uid 201 with qmail-scanner-1.22 (clamdscan: 0.65. spamassassin: 2.63. Clear:RC:1(172.22.60.72):. Processed in 0.92476 secs); 08 Aug 2005 11:05:28 -0000 X-Qmail-Scanner-Mail-From: helge.opsjon@nermolegesenter.nhn.no via swing.nhn.no X-Qmail-Scanner: 1.22 (Clear:RC:1(172.22.60.72):. Processed in 0.92476 secs) Received: from unknown (HELO helge) ([172.22.60.72]) (envelope-sender ) by swing.nhn.no (qmail-ldap-1.03) with SMTP for ; 8 Aug 2005 11:05:27 -0000 Message-ID: <003e01c59c08$b8662320$483c16ac@nhn.no> From: =?UTF-8?Q?Helge_Opsj=C3=B8n?= To: "transcode Users Mailing List" References: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> <1123496097.22328.64.camel@localhost.localdomain> Subject: Re: [transcode-users] v4l problems Date: Mon, 8 Aug 2005 13:02:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j78B5YPp023631 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org "I suggest you do some reading (google...) on containers and codecs. You mix them up badly". OK - I see the point. I will starte from that. Thank you anyway :-). ----- Original Message ----- From: "Erik Slagter" To: "transcode Users Mailing List" Sent: Monday, August 08, 2005 12:14 PM Subject: Re: [transcode-users] v4l problems From transcode-users-bounces@exit1.org Tue Aug 9 02:24:43 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 723C5126D83 for ; Tue, 9 Aug 2005 02:24:43 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j790KsPp012040; Tue, 9 Aug 2005 02:20:54 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j790KpPp012021 for ; Tue, 9 Aug 2005 02:20:51 +0200 Received: (qmail 22498 invoked from network); 9 Aug 2005 00:20:49 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 9 Aug 2005 00:20:49 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 08 Aug 2005 17:20:49 PDT (sender jakemsr@puff.jakemsr.gom) Date: Mon, 8 Aug 2005 17:20:49 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcode Compile Failes Message-ID: <20050809002049.GA11925@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <742522B2-5749-47A1-A5F2-C1DCE6EC374E@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <742522B2-5749-47A1-A5F2-C1DCE6EC374E@comcast.net> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-50.5 required=5.0 tests=AWL,JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, Aug 08, 2005 at 01:21:48AM -0500, Kichigai Mentat wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Recently, I attempted to compile Transcode for my laptop. I'm running > Mac OS X 10.4.2, using the Transcode 1.0.0rc1 source code. Below is > the exact error I receive when trying to run make. > > Making all in libsupport > rm -f libsupport.a > ar cru libsupport.a > ar: no archive members specified this was fixed for 1.0.0. -- From transcode-users-bounces@exit1.org Tue Aug 9 06:08:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BDEBB126D83 for ; Tue, 9 Aug 2005 06:08:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7945BPp022651; Tue, 9 Aug 2005 06:05:11 +0200 Received: from m206-157.dsl.tsoft.com (m206-157.dsl.tsoft.com [198.144.206.157]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79458Pp022634 for ; Tue, 9 Aug 2005 06:05:08 +0200 Received: from m206-157.dsl.tsoft.com (m206-157.dsl.tsoft.com [198.144.206.157]) by m206-157.dsl.tsoft.com (Postfix) with SMTP id 14B2210F3E for ; Mon, 8 Aug 2005 21:05:05 -0700 (PDT) Date: Mon, 8 Aug 2005 21:05:04 -0700 From: "David E. Fox" To: transcode Users Mailing List Subject: Re: [transcode-users] feedback request Message-Id: <20050808210504.2568df44.dfox@m206-157.dsl.tsoft.com> In-Reply-To: <20050808094532.GA723@Steffi> References: <20050804080739.GQ13442@scorpius.homelinux.org> <20050808094532.GA723@Steffi> Organization: Dave's Really Krad Linux Box X-Mailer: Sylpheed version 1.9.6 (GTK+ 2.6.7; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=1.5 required=5.0 tests=AWL,HELO_DYNAMIC_HCC autolearn=disabled version=3.0.4 X-Spam-Level: * X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, 8 Aug 2005 11:45:32 +0200 Paolo Ulivi wrote: > I tried out version 0.3.5, just the perl script for now, but I guess > the C program has the same problem as well (?): it's lacking any check > for error conditions. I've just installed the deb here - but it brought in a few other things but nothing called writeit exists on the drive. How am I supposed to call this ? -- ------------------------------------------------------------------------ David E. Fox Thanks for letting me dfox@tsoft.com change magnetic patterns dfox@m206-157.dsl.tsoft.com on your hard disk. ----------------------------------------------------------------------- From transcode-users-bounces@exit1.org Tue Aug 9 06:16:22 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 756FB126D83 for ; Tue, 9 Aug 2005 06:16:22 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j794EgPp023070; Tue, 9 Aug 2005 06:14:42 +0200 Received: from m206-157.dsl.tsoft.com (m206-157.dsl.tsoft.com [198.144.206.157]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j794EdPp023050 for ; Tue, 9 Aug 2005 06:14:39 +0200 Received: from m206-157.dsl.tsoft.com (m206-157.dsl.tsoft.com [198.144.206.157]) by m206-157.dsl.tsoft.com (Postfix) with SMTP id 1F9DA1E17; Mon, 8 Aug 2005 21:14:37 -0700 (PDT) Date: Mon, 8 Aug 2005 21:14:36 -0700 From: "David E. Fox" To: Marc Leeman , transcode Users Mailing List Subject: Re: [transcode-users] feedback request Message-Id: <20050808211436.2e315566.dfox@m206-157.dsl.tsoft.com> In-Reply-To: <20050808105404.GI20093@scorpius.homelinux.org> References: <20050804080739.GQ13442@scorpius.homelinux.org> <20050808094532.GA723@Steffi> <20050808105404.GI20093@scorpius.homelinux.org> Organization: Dave's Really Krad Linux Box X-Mailer: Sylpheed version 1.9.6 (GTK+ 2.6.7; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=1.5 required=5.0 tests=HELO_DYNAMIC_HCC autolearn=disabled version=3.0.4 X-Spam-Level: * X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, 8 Aug 2005 12:54:04 +0200 Marc Leeman wrote: > That maps 1:1 to > $ mkdvdvimage -v test1.avi -v test2.avi > Oh i see it's not called 'writeit' in the deb version. My bad, pilot error. I'm trying it on an avi to see what it does. -- ------------------------------------------------------------------------ David E. Fox Thanks for letting me dfox@tsoft.com change magnetic patterns dfox@m206-157.dsl.tsoft.com on your hard disk. ----------------------------------------------------------------------- From transcode-users-bounces@exit1.org Tue Aug 9 09:27:53 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DDC01126D83 for ; Tue, 9 Aug 2005 09:27:53 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j797OHPp007345; Tue, 9 Aug 2005 09:24:17 +0200 Received: from scorpius.homelinux.org (213.219.174.39.adslpower.by.edpnet.be [213.219.174.39]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j797LrPp007077 for ; Tue, 9 Aug 2005 09:21:54 +0200 Received: from marc by scorpius.homelinux.org with local (Exim 4.52) id 1E2OQl-00052W-Jn; Tue, 09 Aug 2005 09:21:47 +0200 Date: Tue, 9 Aug 2005 09:21:47 +0200 From: Marc Leeman To: "David E. Fox" Subject: Re: [transcode-users] feedback request Message-ID: <20050809072147.GB6206@scorpius.homelinux.org> References: <20050804080739.GQ13442@scorpius.homelinux.org> <20050808094532.GA723@Steffi> <20050808105404.GI20093@scorpius.homelinux.org> <20050808211436.2e315566.dfox@m206-157.dsl.tsoft.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hQiwHBbRI9kgIhsi" Content-Disposition: inline In-Reply-To: <20050808211436.2e315566.dfox@m206-157.dsl.tsoft.com> X-Operating-System: Linux scorpius 2.6.12 X-Religion: Church of Tux X-Registered-Linux-User: #138583 X-message-flag: Outlook? Viral infections & bugs for the foreseable future. User-Agent: Mutt/1.5.9i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-74.8 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: transcode Users Mailing List X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marc Leeman , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > > That maps 1:1 to=20 > > $ mkdvdvimage -v test1.avi -v test2.avi >=20 > Oh i see it's not called 'writeit' in the deb version. My bad, pilot > error. I'm trying it on an avi to see what it does. The name is historical: there has been a tool/script for a number of years under that name, mainly serving the little selfish purposes of a handful of people that I know of. The plan is to keep the name, but to split the functionality in a number of binary files (as time permits me to do so); mainly to provide better analysis. --=20 greetz, marc Burnt, battered, busted, ding-dong the pod is dead. Crichton - Eat Me scorpius 2.6.12 #1 Thu Jun 23 21:32:03 CEST 2005 GNU/Linux --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC+FmLUQpj09NWLeERAtBCAJ464Eb2pBFTKYR7Hd2+lBMA5F6KMACfbFrj a1yHZEfbBCTl37Db8WXp45w= =++Cq -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi-- From transcode-users-bounces@exit1.org Tue Aug 9 16:31:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 82FC5126D83 for ; Tue, 9 Aug 2005 16:31:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79ERRPp006063; Tue, 9 Aug 2005 16:27:27 +0200 Received: from web34207.mail.mud.yahoo.com (web34207.mail.mud.yahoo.com [66.163.178.122]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j79EROPp006035 for ; Tue, 9 Aug 2005 16:27:24 +0200 Received: (qmail 95838 invoked by uid 60001); 9 Aug 2005 14:27:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yA7u95+xP0m02JqZS84ZsspOLoV1CVkDXLxZ0p8vW+coposa6IL3NJu+pICpCnllXw1Yd3qj+binemRQaY3VKBHehV3LmOeYFOlEfjceJJqKfoqNiaTZ6Gv+0FKZ3EgT5qt3UOusTwxwy7qvSbwRFToJNbJjLIsbie1sCmu1J+c= ; Message-ID: <20050809142702.95836.qmail@web34207.mail.mud.yahoo.com> Received: from [195.68.126.250] by web34207.mail.mud.yahoo.com via HTTP; Tue, 09 Aug 2005 07:27:02 PDT Date: Tue, 9 Aug 2005 07:27:02 -0700 (PDT) From: piero de salvia To: transcode-users@exit1.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcode seg fault X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org hi all, I get a seg fault with transcode, fedora core 4, transcode 1.0.0 : Any ideas? [piero@localhost tmp]$ transcode -H 10 -a 0 -x vob,null -i /mnt/work/dvdrip/vtf05/vob/003 -w 6000,50 -b 128,0,0 --a52_drc_off -f 25 -B 12,10,8 -R 1 -y xvid, null -o /dev/null --print_status 20 transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] warning : unused command line parameter detected (26/27) [transcode] warning : argc[26]=null (unused) libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdread: Couldn't find device name. libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source /mnt/work/dvdrip/vtf05/vob/003 (ok) [transcode] V: import format | MPEG-2 (V=vob|A=null) [transcode] V: AV demux/sync | (1) sync AV at initial MPEG sequence [transcode] V: import frame | 720x576 1.25:1 encoded @ 4:3 [transcode] V: new aspect ratio | 640x480 1.33:1 (-B) [transcode] V: bits/pixel | 0.781 [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: multi-pass | (mode=1) writing data (pass 1) to divx4.log [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2001 AC3/A52 [48000,16,2] 192 kbps [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 7680 (7680.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle) [export_xvid4.so] v0.0.5 (2003-12-05) (video) XviD 1.0.x series (aka API 4.0) | (audio) MPEG/AC3/PCM [import_vob.so] tccat -i "/mnt/work/dvdrip/vtf05/vob/003" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 1 -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12 [export_xvid4.so] Neither './xvid4.cfg' nor '~/.transcode/xvid4.cfg' [export_xvid4.so] found. Default settings will be used instead. Audio: using new version Audio: using lame-3.96.1 [decode_mpeg2.c] libmpeg2 0.4.0b loop decoder [decode_mpeg2.c] libmpeg2 acceleration: mmxext tc_memcpy: using sse for memcpy Segmentation fault __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From transcode-users-bounces@exit1.org Tue Aug 9 19:11:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B5CD9126D83 for ; Tue, 9 Aug 2005 19:11:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79H85Pp016826; Tue, 9 Aug 2005 19:08:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79H84Pp016809 for ; Tue, 9 Aug 2005 19:08:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id ED97514340CC; Tue, 9 Aug 2005 19:08:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 48C0043C0C2; Tue, 9 Aug 2005 19:07:24 +0200 (CEST) Subject: Re: [transcode-users] transcode seg fault From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050809142702.95836.qmail@web34207.mail.mud.yahoo.com> References: <20050809142702.95836.qmail@web34207.mail.mud.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OZdn5psHsNCy0N69j9uj" Date: Tue, 09 Aug 2005 19:07:24 +0200 Message-Id: <1123607244.28278.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-83.5 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-OZdn5psHsNCy0N69j9uj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-09 at 07:27 -0700, piero de salvia wrote: > I get a seg fault with transcode, fedora core 4, > transcode 1.0.0 : See www.transcode.org how to report a segmentation fault in a way that is useful. --=-OZdn5psHsNCy0N69j9uj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC+OLMJgD/6j32wUYRAifLAJ9QQlGDpGMSX580E9RNBD5HMpLf/wCcD7Yb Otr5+6dHQlrl+4+n9SzoLqk= =jg42 -----END PGP SIGNATURE----- --=-OZdn5psHsNCy0N69j9uj-- From transcode-users-bounces@exit1.org Tue Aug 9 22:37:12 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 25267126D83 for ; Tue, 9 Aug 2005 22:37:12 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79KXXPp029584; Tue, 9 Aug 2005 22:33:33 +0200 Received: from ryuu.homenet.lan (p54835081.dip.t-dialin.net [84.131.80.129]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79KXVPp029566 for ; Tue, 9 Aug 2005 22:33:31 +0200 Received: from localhost (localhost [127.0.0.1]) by ryuu.homenet.lan (Postfix) with ESMTP id AA8E69900D for ; Tue, 9 Aug 2005 21:53:11 +0000 (UTC) Received: from ryuu.homenet.lan ([127.0.0.1]) by localhost (ryuu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17769-10 for ; Tue, 9 Aug 2005 21:53:11 +0000 (UTC) Received: from persil.homenet.lan (persil.homenet.lan [192.168.1.14]) by ryuu.homenet.lan (Postfix) with ESMTP id 320D299084 for ; Tue, 9 Aug 2005 21:53:11 +0000 (UTC) From: Thomas Wehrspann To: transcode Users Mailing List Subject: Re: [transcode-users] transcode seg fault Date: Tue, 9 Aug 2005 22:33:25 +0200 User-Agent: KMail/1.8 References: <20050809142702.95836.qmail@web34207.mail.mud.yahoo.com> <1123607244.28278.7.camel@localhost.localdomain> In-Reply-To: <1123607244.28278.7.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508092233.25291.thomas@wehrspann.de> X-Virus-Scanned: by amavisd-new at homenet.lan X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tuesday 09 August 2005 19:07, Erik Slagter wrote: > On Tue, 2005-08-09 at 07:27 -0700, piero de salvia wrote: > > I get a seg fault with transcode, fedora core 4, > > transcode 1.0.0 : > > See www.transcode.org how to report a segmentation fault in a way that > is useful. > Actually it is www.transcoding.org ;-) Thomas From transcode-users-bounces@exit1.org Tue Aug 9 23:13:54 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4A2DA126D83 for ; Tue, 9 Aug 2005 23:13:54 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79LBiPp031860; Tue, 9 Aug 2005 23:11:44 +0200 Received: from mx.kreasoft.no (mx.kreasoft.no [62.128.239.20]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j79LBgPp031843 for ; Tue, 9 Aug 2005 23:11:42 +0200 Received: from [192.168.2.121] (ca-230-249.monet.no [62.128.230.249]) by mx.kreasoft.no (Postfix) with ESMTP id 008909FC0DC for ; Tue, 9 Aug 2005 23:11:38 +0200 (CEST) Message-ID: <42F91A90.7050901@monet.no> Date: Tue, 09 Aug 2005 23:05:20 +0200 From: Helge User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] v4l problems References: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> <1123496097.22328.64.camel@localhost.localdomain> In-Reply-To: <1123496097.22328.64.camel@localhost.localdomain> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote >>e:ranscode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y xvid4 gives av MS AVI-file, but not possible to load into KINO. >>Is there a smart solution? Another way to capture my old videos to generate mpeg2-files? >> >> > >I suggest you do some reading (google...) on containers and codecs. You >mix them up badly. > > Thank you very much! After some reading, I found that ffmpeg solved my problem - so fare. A very impressing program; as is transcode I believe. -- Hilsen Helge Opsjøn helge.opsjon@monet.no From transcode-users-bounces@exit1.org Wed Aug 10 05:59:01 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 0DE3B126D83 for ; Wed, 10 Aug 2005 05:59:01 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A3s8Rd006191; Wed, 10 Aug 2005 05:54:08 +0200 Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A3s3Rd006166 for ; Wed, 10 Aug 2005 05:54:06 +0200 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (sccrmhc13) with SMTP id <2005081003185901300dq5f2e>; Wed, 10 Aug 2005 03:19:09 +0000 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: transcode-users@exit1.org From: Kichigai Mentat Date: Tue, 9 Aug 2005 22:19:02 -0500 X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.733) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Transcode Build Fails X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm attempting to build Transcode 1.0.0 on my iBook G4 running Mac OS X 10.4.2. Below is my error: Making all in export /bin/sh ../libtool --mode=link gcc -Wall -D_LARGEFILE_SOURCE - D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - D_INTL_REDIRECT_MACROS -L/sw/lib -framework vecLib -o export_mjpeg.la -rpath /usr/local/lib/transcode -module -avoid- version export_mjpeg.lo vid_aux.lo aud_aux.lo -Lyes/lib -ljpeg -L/sw/ lib -lmp3lame ../libvo/libvout.la ../libac3/libac3_tc.la -L/usr/lib - lavcodec -lm -lz -lpthread -lm -lz -ldl ../libtool: line 1: cd: yes/lib: No such file or directory libtool: link: cannot determine absolute directory name of `yes/lib' make[2]: *** [export_mjpeg.la] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Can anyone tell me what exactly needs to be done here? Thanks for any help. A hypothetical paradox: What would happen in a battle between an Enterprise security team, who always get killed soon after appearing, and a squad of Imperial Stormtroopers, who can't hit the broad side of a planet? -- Tom Galloway -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFC+XIpwAwn3hu8KxcRAr6wAJ4yep6FFcKCovvJWZfCm1SHW7/rewCfYOv2 jPWw3GJwJgUf9sY2yNDnzsE= =KqQ7 -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Wed Aug 10 07:32:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3ACB6126D83 for ; Wed, 10 Aug 2005 07:32:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A5OeRd014812; Wed, 10 Aug 2005 07:24:40 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7A5ObRd014797 for ; Wed, 10 Aug 2005 07:24:37 +0200 Received: (qmail 5216 invoked from network); 10 Aug 2005 05:24:35 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 10 Aug 2005 05:24:35 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 09 Aug 2005 22:24:34 PDT (sender jakemsr@puff.jakemsr.gom) Date: Tue, 9 Aug 2005 22:24:34 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcode Build Fails Message-ID: <20050810052434.GC26445@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-51.0 required=5.0 tests=AWL,JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, Aug 09, 2005 at 10:19:02PM -0500, Kichigai Mentat wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'm attempting to build Transcode 1.0.0 on my iBook G4 running Mac OS > X 10.4.2. Below is my error: > > Making all in export > /bin/sh ../libtool --mode=link gcc -Wall -D_LARGEFILE_SOURCE - > D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - > D_INTL_REDIRECT_MACROS -L/sw/lib -framework vecLib -o > export_mjpeg.la -rpath /usr/local/lib/transcode -module -avoid- > version export_mjpeg.lo vid_aux.lo aud_aux.lo -Lyes/lib -ljpeg -L/sw/ ^^^^^^^ > lib -lmp3lame ../libvo/libvout.la ../libac3/libac3_tc.la -L/usr/lib - > lavcodec -lm -lz -lpthread -lm -lz -ldl > ../libtool: line 1: cd: yes/lib: No such file or directory > libtool: link: cannot determine absolute directory name of `yes/lib' > make[2]: *** [export_mjpeg.la] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > Can anyone tell me what exactly needs to be done here? Thanks for any > help. find out how 'yes' got into $LIBJPEG_LIBS. maybe you accidentally ran configure with --with-libjpeg-libs=yes? -- From transcode-users-bounces@exit1.org Wed Aug 10 09:20:43 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2701F126D84 for ; Wed, 10 Aug 2005 09:20:43 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A7DpRd019898; Wed, 10 Aug 2005 09:13:52 +0200 Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [63.240.76.21]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A7DmRd019868 for ; Wed, 10 Aug 2005 09:13:48 +0200 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (sccrmhc11) with SMTP id <200508100713360110017nb8e>; Wed, 10 Aug 2005 07:13:41 +0000 Mime-Version: 1.0 (Apple Message framework v733) In-Reply-To: <20050810052434.GC26445@puff.jakemsr.gom> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> Content-Transfer-Encoding: 7bit From: Kichigai Mentat Subject: Re: [transcode-users] Transcode Build Fails Date: Wed, 10 Aug 2005 02:13:40 -0500 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.733) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Aug 10, 2005, at 00.24, Jacob Meuser wrote: > On Tue, Aug 09, 2005 at 10:19:02PM -0500, Kichigai Mentat wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> I'm attempting to build Transcode 1.0.0 on my iBook G4 running Mac OS >> X 10.4.2. Below is my error: >> >> Making all in export >> /bin/sh ../libtool --mode=link gcc -Wall -D_LARGEFILE_SOURCE - >> D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - >> D_INTL_REDIRECT_MACROS -L/sw/lib -framework vecLib -o >> export_mjpeg.la -rpath /usr/local/lib/transcode -module -avoid- >> version export_mjpeg.lo vid_aux.lo aud_aux.lo -Lyes/lib -ljpeg -L/ >> sw/ > ^^^^^^^ >> lib -lmp3lame ../libvo/libvout.la ../libac3/libac3_tc.la -L/usr/ >> lib - >> lavcodec -lm -lz -lpthread -lm -lz -ldl >> ../libtool: line 1: cd: yes/lib: No such file or directory >> libtool: link: cannot determine absolute directory name of `yes/lib' >> make[2]: *** [export_mjpeg.la] Error 1 >> make[1]: *** [all-recursive] Error 1 >> make: *** [all] Error 2 >> >> Can anyone tell me what exactly needs to be done here? Thanks for any >> help. >> > > find out how 'yes' got into $LIBJPEG_LIBS. > > maybe you accidentally ran configure with --with-libjpeg-libs=yes? Nope. Here's what I used: ./configure --with-libjpeg-prefix --with-imagemagick-prefix=/sw -- with-gtk-prefix=/sw --with-sdl-prefix=/usr/local --with-mjpegtools- prefix=/sw --with-libxml2-prefix=/sw --with-liba52-prefix=/sw --with- lzo-prefix=/sw --with-libdv-prefix=/sw --with-libdvdread-prefix=/sw -- with-theora-prefix=/sw --with-vorbis-prefix=/sw --with-ogg-prefix=/sw - --with-lame-prefix=/sw --with-freetype2-prefix=/sw --with-libmpeg2- prefix=/sw --with-x --with-libavcodec-prefix=/usr --enable-lame -- enable-ogg --enable-vorbis --enable-theora --enable-libdv --enable- lzo --enable-a52 --enable-libxml2 --enable-libfame --enable- imagemagick --enable-altivec --with-libfame-prefix=/sw --enable- libfame --enable-freetype2 --enable-sdl --enable-gtk --with- mjpegtools-prefix=/sw --enable-mjpegtools And I can confirm those paths are correct. If necessary, I am willing to sacrifice this function. > > -- > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFC+aknwAwn3hu8KxcRAvYEAKCBIHuXQnL1Ay6YtQaQp8fc33WaiACdG626 kSCOpV33wrqdEnUGmzPdrZc= =Yiz7 -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Wed Aug 10 11:25:26 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C3C9C126D83 for ; Wed, 10 Aug 2005 11:25:26 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A9M8Rd027625; Wed, 10 Aug 2005 11:22:08 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A9M6Rd027610 for ; Wed, 10 Aug 2005 11:22:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 7FC0A14340BD; Wed, 10 Aug 2005 11:22:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 7CF7E43C0C2; Wed, 10 Aug 2005 11:21:59 +0200 (CEST) Subject: Re: [transcode-users] transcode seg fault From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200508092233.25291.thomas@wehrspann.de> References: <20050809142702.95836.qmail@web34207.mail.mud.yahoo.com> <1123607244.28278.7.camel@localhost.localdomain> <200508092233.25291.thomas@wehrspann.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IkVxrx43lIC7YCi86BYE" Date: Wed, 10 Aug 2005 11:21:59 +0200 Message-Id: <1123665719.4268.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-83.8 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-IkVxrx43lIC7YCi86BYE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-09 at 22:33 +0200, Thomas Wehrspann wrote: > > > I get a seg fault with transcode, fedora core 4, > > > transcode 1.0.0 : > > See www.transcode.org how to report a segmentation fault in a way that > > is useful.=20 > Actually it is www.transcoding.org ;-) Ouch. Luckily some of use are actually using their brains. --=-IkVxrx43lIC7YCi86BYE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC+cc3JgD/6j32wUYRAm4jAJ9/5/h4yzWtWFfzPErln1a/p+bAVgCfdkiN EA2RY+ZoKbt1JVorpdmErbg= =mTYK -----END PGP SIGNATURE----- --=-IkVxrx43lIC7YCi86BYE-- From transcode-users-bounces@exit1.org Wed Aug 10 11:25:45 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E4C6B126D84 for ; Wed, 10 Aug 2005 11:25:45 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A9O6Rd027720; Wed, 10 Aug 2005 11:24:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7A9O5Rd027704 for ; Wed, 10 Aug 2005 11:24:05 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id ED85714340BD; Wed, 10 Aug 2005 11:24:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 5C91E43C0C2; Wed, 10 Aug 2005 11:23:41 +0200 (CEST) Subject: Re: [transcode-users] v4l problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <42F91A90.7050901@monet.no> References: <001b01c59bfd$f0897aa0$483c16ac@nhn.no> <1123496097.22328.64.camel@localhost.localdomain> <42F91A90.7050901@monet.no> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-iId6ZZUON3NosMKaEVXq" Date: Wed, 10 Aug 2005 11:23:41 +0200 Message-Id: <1123665821.4268.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-84.0 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-iId6ZZUON3NosMKaEVXq Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-09 at 23:05 +0200, Helge wrote: > >>e:ranscode -i /my.file.mpg -x mpeg2 (and tried ffmpeg, mpeg3) -y xvid4 = gives av MS AVI-file, but not possible to load into KINO. > >>Is there a smart solution? Another way to capture my old videos to gene= rate mpeg2-files?=20 > >I suggest you do some reading (google...) on containers and codecs. You > >mix them up badly. > Thank you very much! After some reading, I found that ffmpeg solved my=20 > problem - so fare. A very impressing program; as is transcode I believe. Absolutely. Both are essential tools for the video transcoder. Use transcode if you have to apply some sort of filtering and use ffmpeg if you have to use containers other than avi. --=-iId6ZZUON3NosMKaEVXq Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC+cedJgD/6j32wUYRAphPAJwO65KHMIAKrgOCmn+ZJ9FXTO+LrgCfXluU tyAjXUpIJkfshTKHGru5G54= =RI9x -----END PGP SIGNATURE----- --=-iId6ZZUON3NosMKaEVXq-- From transcode-users-bounces@exit1.org Wed Aug 10 13:06:22 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E4D28126D83 for ; Wed, 10 Aug 2005 13:06:22 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7AB2oRd001367; Wed, 10 Aug 2005 13:02:50 +0200 Received: from mail.kdzbn.homelinux.net (ppp-69-221-236-47.dsl.klmzmi.ameritech.net [69.221.236.47]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7AB2lRd001323 for ; Wed, 10 Aug 2005 13:02:48 +0200 Received: from beta.mydomain ([192.168.2.245]) by mail.kdzbn.homelinux.net with esmtp (Exim 4.24) id 1E2oM6-0003bd-3j for transcode-users@exit1.org; Wed, 10 Aug 2005 07:02:42 -0400 Message-ID: <42F9DEC7.2090904@kadzban.is-a-geek.net> Date: Wed, 10 Aug 2005 07:02:31 -0400 From: Bryan Kadzban User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050408) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] Transcode Build Fails References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> In-Reply-To: <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> X-Enigmail-Version: 0.91.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1F614D695A6109BA00C8AA4D" X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-64.2 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1F614D695A6109BA00C8AA4D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Kichigai Mentat wrote: >>> On Tue, Aug 09, 2005 at 10:19:02PM -0500, Kichigai Mentat wrote: >>> >>> maybe you accidentally ran configure with >>> --with-libjpeg-libs=yes? > > Nope. Here's what I used: > ./configure *--with-libjpeg-prefix* That's the problem. If you don't provide an argument to a --with option in a configure script, its argument defaults to "yes". The --with-*-prefix options require an argument (the prefix you used when installing libjpeg, in this case -- one directory above the one that libjpeg.so.* are in). If you don't provide an argument, the configure script will assume you meant the prefix was "yes" (because of the above), and will include "-Lyes/lib" in the linker command line, so that the linker can find libjpeg's libraries. If you installed libjpeg in the distro-owned prefix (/usr), then get rid of this --with-libjpeg-prefix. If you installed libjpeg somewhere else (e.g. /opt/libjpeg, or /usr/local, or something like that), then provide the --prefix that you used when installing libjpeg. --------------enig1F614D695A6109BA00C8AA4D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC+d7Ri5mq6LtIi44RAn/7AJwIk9SF8uDQs4l2Yt/1r6DaVVh46QCfWfZP TbV9YLawnizAiJaWGS5Q0HE= =/ZR6 -----END PGP SIGNATURE----- --------------enig1F614D695A6109BA00C8AA4D-- From transcode-users-bounces@exit1.org Wed Aug 10 15:30:01 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3C332126D83 for ; Wed, 10 Aug 2005 15:30:01 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7ADRDRd011150; Wed, 10 Aug 2005 15:27:13 +0200 Received: from mail1.mayo.edu (mail1.mayo.edu [129.176.212.12]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7ADRBRd011132 for ; Wed, 10 Aug 2005 15:27:11 +0200 Received: from mhro1.mayo.edu (129.176.212.21) by mail1.mayo.edu with ESMTP; 10 Aug 2005 08:27:09 -0500 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== Received: from [129.176.102.8] ([129.176.102.8] [129.176.102.8]) by mhro1.mayo.edu with ESMTP for transcode-users@exit1.org; Wed, 10 Aug 2005 08:27:01 -0500 Message-Id: <42FA00A5.6000406@mayo.edu> Date: Wed, 10 Aug 2005 08:27:01 -0500 From: "Kall, Bruce A." User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode-users@exit1.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] OT: need for command line app to add transition between clips X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Kall, Bruce A." , transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Is there any command line application that runs under Linux that can take two (or more) raw DV clips produced by transcode and combine them together with a fade-in/fade-out transition between clips? Thanks, Bruce From transcode-users-bounces@exit1.org Thu Aug 11 09:11:40 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 20515126D83 for ; Thu, 11 Aug 2005 09:11:40 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7B4lQRd031459; Thu, 11 Aug 2005 06:47:26 +0200 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7B4lGRd031439 for ; Thu, 11 Aug 2005 06:47:17 +0200 Received: (qmail 12448 invoked from network); 11 Aug 2005 04:47:13 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 11 Aug 2005 04:47:13 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Wed, 10 Aug 2005 21:47:15 PDT (sender jakemsr@puff.jakemsr.gom) Date: Wed, 10 Aug 2005 21:47:15 -0700 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcode Build Fails Message-ID: <20050811044715.GB23174@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42F9DEC7.2090904@kadzban.is-a-geek.net> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, Aug 10, 2005 at 07:02:31AM -0400, Bryan Kadzban wrote: > Kichigai Mentat wrote: > >>> On Tue, Aug 09, 2005 at 10:19:02PM -0500, Kichigai Mentat wrote: > >>> > >>> maybe you accidentally ran configure with > >>> --with-libjpeg-libs=yes? > > > > Nope. Here's what I used: > > ./configure *--with-libjpeg-prefix* > > That's the problem. > > If you don't provide an argument to a --with option in a configure > script, its argument defaults to "yes". yes, I should fix that, yes, thank you, yes. -- From transcode-users-bounces@exit1.org Thu Aug 11 22:30:52 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DB116126D83 for ; Thu, 11 Aug 2005 22:30:52 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7BKRVRd021239; Thu, 11 Aug 2005 22:27:32 +0200 Received: from tamu-relay.tamu.edu (smtp-relay.tamu.edu [165.91.143.199]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7BKRSRd021221 for ; Thu, 11 Aug 2005 22:27:29 +0200 Received: from ocean.tamu.edu (ocean.tamu.edu [128.194.106.0]) by tamu-relay.tamu.edu (8.13.3/8.12.10) with ESMTP id j7BKRQk8087224 for ; Thu, 11 Aug 2005 15:27:27 -0500 (CDT) Received: from holcombe2.tamu.edu by ocean.tamu.edu (8.8.8/1.1.20.8/03Jan00-0653AM) id PAA0000060846; Thu, 11 Aug 2005 15:27:26 -0500 (CDT) Date: Thu, 11 Aug 2005 20:26:56 +0000 From: Leigh Holcombe To: transcode Users Mailing List X-Mailer: Balsa 2.3.3 Message-Id: <1123792016l.26561l.0l@holcombe2.tamu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Received-SPF: pass (tamu-relay.tamu.edu: 128.194.106.0 is authenticated by a trusted mechanism) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id j7BKRSRd021221 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] odd fault (with backtrace) X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Anybody seen this, or suggest a fix? It runs through the whole process, and then craps out at the very end. As far as I can tell, the m2v created is intact. Did it twice, with the same results. Ignore the name of the video in question - that's none of your business! ;) #################################### transcode -i swallow4-resize.mpg -y ffmpeg -w3500 --export_prof dvd-ntsc --export_asr 2 -o swallow4 -D0 -s2 -m swallow4.ac3 -J modfps --export_fps 29.97 transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source swallow4-resize.mpg (ok) [transcode] V: import format | DivX;-) RIFF data, AVI (V=ffmpeg|A=mp3) [transcode] V: import frame | 704x480 1.47:1 XXX: zoom=no pre_clip=no [transcode] V: bits/pixel | 0.346 [transcode] V: decoding fps,frc | 29.970,4 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x55 MPEG layer-3 [48000,16,2] 224 kbps [transcode] A: export format | 0x55 MPEG layer-3 [48000,16,2] 128 kbps [transcode] V: encoding fps,frc | 29.970,4 [transcode] A: bytes per frame | 6408 (6406.400000) [transcode] A: adjustment | -1600@1000 [transcode] A: rescale stream | 2.000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 704x480 [import_mp3.so] v0.1.4 (2003-08-04) (audio) MPEG [import_ffmpeg.so] v0.1.12 (2004-05-07) (video) ffmpeg: MS MPEG4v1-3/MPEG4/MJPEG [filter_modfps.so] v0.10 (2003-08-18) plugin to modify framerate [filter_modfps.so] converting from 29.9700fps to 29.9700fps [filter_modfps.so] No framerate conversion requested, exiting [transcode] warning : filter plugin 'modfps' returned error - plugin skipped [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4730 | (audio) MPEG/AC3/PCM [import_mp3.so] MP3->PCM [import_mp3.so] tcextract -a 0 -i "swallow4-resize.mpg" -x mp3 -d 0 | tcdecode -x mp3 -d 0 -z 28000 [export_ffmpeg.so] Using FFMPEG codec 'mpeg2video' (FourCC 'mpg2', MPEG2 compliant video). [export_ffmpeg.so]: INFO: Selected dvd profile, ntsc video type for video [export_ffmpeg.so]: INFO: Set interlacing to bottom-first [export_ffmpeg.so]: INFO: Set frame rate to 29.97 [export_ffmpeg.so]: INFO: Set GOP size to 18 [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) [export_ffmpeg.so]: INFO: Display aspect ratio calculated as 1.333333 [export_ffmpeg.so]: INFO: Sample aspect ratio calculated as 0.909091 [export_ffmpeg.so]: INFO: Selected dvd profile for audio [export_ffmpeg.so]: INFO: Resampling filter inactive [export_ffmpeg.so]: INFO: Set number of audio channels to 2 [export_ffmpeg.so]: INFO: Set number of audio bits to 16 [export_ffmpeg.so]: INFO: No audio resampling necessary, using 48000 Hz [export_ffmpeg.so]: INFO: Set audio bit rate to 224 kbps [export_ffmpeg.so]: INFO: Set audio codec to ac3 tc_memcpy: using sse for memcpy [mpeg2video @ 0xa56e30]rc buffer underflow *** glibc detected *** transcode: free(): invalid pointer: 0xb50a8008 *** ======= Backtrace: ========= /lib/libc.so.6[0x174424] /lib/libc.so.6(__libc_free+0x77)[0x17495f] transcode(AVI_close+0xb0b)[0x807a72b] [0x0] ======= Memory map: ======== 00111000-00235000 r-xp 00000000 03:41 7241798 /lib/libc-2.3.5.so 00235000-00237000 r-xp 00124000 03:41 7241798 /lib/libc-2.3.5.so 00237000-00239000 rwxp 00126000 03:41 7241798 /lib/libc-2.3.5.so 00239000-0023b000 rwxp 00239000 00:00 0 0023b000-002d0000 r-xp 00000000 03:41 1381506 /usr/lib/libxvidcore.so.4.0 002d0000-002d1000 rwxp 00095000 03:41 1381506 /usr/lib/libxvidcore.so.4.0 002d1000-00344000 rwxp 002d1000 00:00 0 00344000-00348000 r-xp 00000000 03:41 1385248 /usr/lib/libogg.so.0.5.2 00348000-00349000 rwxp 00003000 03:41 1385248 /usr/lib/libogg.so.0.5.2 00349000-00352000 r-xp 00000000 03:41 7241771 /lib/libgcc_s-4.0.1-20050727.so.1 00352000-00353000 rwxp 00009000 03:41 7241771 /lib/libgcc_s-4.0.1-20050727.so.1 00398000-003aa000 r-xp 00000000 03:41 1376703 /usr/lib/libz.so.1.2.2.2 003aa000-003ab000 rwxp 00011000 03:41 1376703 /usr/lib/libz.so.1.2.2.2 003f0000-00409000 r-xp 00000000 03:41 1377108 /usr/lib/libvorbis.so.0.3.0 00409000-00418000 rwxp 00019000 03:41 1377108 /usr/lib/libvorbis.so.0.3.0 00527000-0052a000 r-xp 00000000 03:41 3671468 /usr/local/lib/transcode/import_ffmpeg.so 0052a000-0052b000 rwxp 00003000 03:41 3671468 /usr/local/lib/transcode/import_ffmpeg.so 00630000-0063e000 r-xp 00000000 03:41 8765479 /usr/lib/libfaac.so.0.0.0 0063e000-00641000 rwxp 0000e000 03:41 8765479 /usr/lib/libfaac.so.0.0.0 00643000-0068d000 r-xp 00000000 03:41 1377014 /usr/lib/libfaad.so.0.0.0 0068d000-00691000 rwxp 00049000 03:41 1377014 /usr/lib/libfaad.so.0.0.0 00759000-00771000 r-xp 00000000 03:41 3671499 /usr/local/lib/transcode/export_ffmpeg.so 00771000-00774000 rwxp 00018000 03:41 3671499 /usr/local/lib/transcode/export_ffmpeg.so 00774000-00780000 rwxp 00774000 00:00 0 0078b000-0078d000 r-xp 00000000 03:41 3671444 /usr/local/lib/transcode/import_mp3.so 0078d000-0078e000 rwxp 00001000 03:41 3671444 /usr/local/lib/transcode/import_mp3.so 0078e000-0078f000 rwxp 0078e000 00:00 0 00841000-00859000 r-xp 00000000 03:41 1384705 /usr/lib/libpostproc.so.0.0.1 00859000-0085a000 rwxp 00017000 03:41 1384705 /usr/lib/libpostproc.so.0.0.1 0085c000-00a56000 r-xp 00000000 03:41 1385028 /usr/lib/libavcodec-0.4.9-pre1.so 00a56000-00a62000 rwxp 001f9000 03:41 1385028 /usr/lib/libavcodec-0.4.9-pre1.so 00a62000-00aba000 rwxp 00a62000 00:00 0 00b31000-00b4b000 r-xp 00000000 03:41 7241797 /lib/ld-2.3.5.so 00b4b000-00b4c000 r-xp 00019000 03:41 7241797 /lib/ld-2.3.5.so 00b4c000-00b4d000 rwxp 0001a000 03:41 7241797 /lib/ld-2.3.5.so 00c47000-00c48000 r-xp 00c47000 00:00 0 00c7b000-00c9d000 r-xp 00000000 03:41 7241799 /lib/libm-2.3.5.so 00c9d000-00c9e000 r-xp 00021000 03:41 7241799 /lib/libm-2.3.5.so 00c9e000-00c9f000 rwxp 00022000 03:41 7241799 /lib/libm-2.3.5.so 00d48000-00d4a000 r-xp 00000000 03:41 7241744 /lib/libdl-2.3.5.so 00d4a000-00d4b000 r-xp 00001000 03:41 7241744 /lib/libdl-2.3.5.so 00d4b000-00d4c000 rwxp 00002000 03:41 7241744 /lib/libdl-2.3.5.so 00d92000-00da0000 r-xp 00000000 03:41 7241801 /lib/libpthread-2.3.5.so 00da0000-00da1000 r-xp 0000d000 03:41 7241801 /lib/libpthread-2.3.5.so 00da1000-00da2000 rwxp 0000e000 03:41 7241801 /lib/libpthread-2.3.5.so 00da2000-00da4000 rwxp 00da2000 00:00 0 00dc4000-00dc7000 r-xp 00000000 03:41 3671611 /usr/local/lib/transcode/filter_modfps.so 00dc7000-00dc8000 rwxp 00002000 03:41 3671611 /usr/local/lib/transcode/filter_modfps.so 00dc8000-00dc9000 --xp 00dc8000 00:00 0 00dc9000-017c9000 rwxp 00dc9000 00:00 0 017c9000-017ca000 --xp 017c9000 00:00 0 017ca000-021ca000 rwxp 017ca000 00:00 0 02a55000-02b68000 r-xp 00000000 03:41 8765573 /usr/lib/libxml2.so.2.6.20 02b68000-02b70000 rwxp 00113000 03:41 8765573 /usr/lib/libxml2.so.2.6.20 02b70000-02b71000 rwxp 02b70000 00:00 0 03fc4000-03fc5000 --xp 03fc4000 00:00 0 03fc5000-049c5000 rwxp 03fc5000 00:00 0 058a2000-058a3000 --xp 058a2000 00:00 0 058a3000-062a3000 rwxp 058a3000 00:00 0 06a71000-06a7c000 r-xp 00000000 03:41 1379720 /usr/lib/libvorbisenc.so.2.0.0 06a7c000-06b6d000 rwxp 0000a000 03:41 1379720 /usr/lib/libvorbisenc.so.2.0.0 06b6d000-06b6f000 rwxp 06b6d000 00:00 0 079e6000-07a2f000 r-xp 00000000 03:41 1386696 /usr/lib/libmp3lame.so.0.0.0 07a2f000-07a31000 rwxp 00049000 03:41 1386696 /usr/lib/libmp3lame.so.0.0.0 07a31000-07a85000 rwxp 07a31000 00:00 0 08048000-0808d000 r-xp 00000000 03:41 802872 /usr/local/bin/transcode 0808d000-0808f000 rw-p 00045000 03:41 802872 /usr/local/bin/transcode 0808f000-0809d000 rw-p 0808f000 00:00 0 0876f000-08a24000 rw-p 0876f000 00:00 0 [heap] b3c79000-b3c7a000 rw-p b3c79000 00:00 0 b3d94000-b47b9000 rw-p b3d94000 00:00 0 b4816000-b4892000 rw-p b4816000 00:00 0 b4914000-b4fad000 rw-p b4914000 00:00 0 b502b000-b7537000 rw-p b502b000 00:00 0 b7537000-b7538000 ---p b7537000 00:00 0 b7538000-b7f38000 rwxp b7538000 00:00 0 b7f38000-b7f3a000 rw-p b7f38000 00:00 0 b7f4d000-b7f4e000 rw-p b7f4d000 00:00 0 bfc37000-bfc4c000 rwxp bfc37000 00:00 0 [stack] bfc4c000-bfc4e000 rw-p bfc4c000 00:00 0 Aborted -- Leigh Holcombe Department of Oceanography Texas A&M University From transcode-users-bounces@exit1.org Fri Aug 12 00:10:43 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6A21A126D83 for ; Fri, 12 Aug 2005 00:10:43 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7BM7rRd027337; Fri, 12 Aug 2005 00:07:53 +0200 Received: from ranger.systems.pipex.net (ranger.systems.pipex.net [62.241.162.32]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7BM7oRd027313 for ; Fri, 12 Aug 2005 00:07:50 +0200 Received: from nova (81-178-127-73.dsl.pipex.com [81.178.127.73]) by ranger.systems.pipex.net (Postfix) with ESMTP id 47EB0E000229 for ; Thu, 11 Aug 2005 23:07:44 +0100 (BST) Received: from paul by nova with local id 1E3LDA-0005kE-BW for ; Thu, 11 Aug 2005 23:07:40 +0100 Date: Thu, 11 Aug 2005 23:07:40 +0100 From: Paul Walker To: transcode-users@exit1.org Message-ID: <20050811220739.GB25314@black-sun.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Fails to rip last chapter X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi all, I've recently been ripping "Rush In Rio". (Any comments on musical taste should be left for another day...) tcprobe returns that there are 29 chapters, and that the last one is 2:51. I haven't verified this, but it sounds plausible. (dvd_reader.c) [Chapter 29] 02:51:09.800 , block from 3829013 to 3887488 transcode, for some reason, will not rip the last chapter. There's no error returned or anything like that, and nothing in the logs, it just produces an empty file and claims success: == [...] libdvdread: Found 3 VTS's libdvdread: Elapsed time 1 [export_ogg.so] Hint: Now merge the files with [export_ogg.so] Hint: ogmmerge -o complete.ogg rush-in-rio-ch29.avi rush-in-rio-ch29.avi (decoder.c) sleeping for 2 seconds to cool down == Any ideas...? -- Paul When the zombies rise up, would you rather they were regular old zombies with the brains-eating and the URRRRGH, or the sorts of zombies who might recite Gentry Lee at you instead? -- Jim Battista From transcode-users-bounces@exit1.org Sat Aug 13 12:32:46 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 972FD126D82 for ; Sat, 13 Aug 2005 12:32:46 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DASQRd022139; Sat, 13 Aug 2005 12:28:26 +0200 Received: from mail.iinet.net.au (mail-08.iinet.net.au [203.59.3.40]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7DASKRd022122 for ; Sat, 13 Aug 2005 12:28:22 +0200 Received: (qmail 21956 invoked from network); 13 Aug 2005 10:28:11 -0000 Received: from unknown (HELO xenu.local.tull.net) (203.217.70.84) by mail.iinet.net.au with SMTP; 13 Aug 2005 10:28:11 -0000 Received: (qmail 28708 invoked by uid 1000); 13 Aug 2005 10:28:04 -0000 Date: Sat, 13 Aug 2005 20:28:04 +1000 From: Nick Andrew To: transcode Users Mailing List Subject: Re: [transcode-users] Fails to rip last chapter Message-ID: <20050813102804.GA28485@xenu.local.tull.net> References: <20050811220739.GB25314@black-sun.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050811220739.GB25314@black-sun.demon.co.uk> User-Agent: Mutt/1.5.9i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Thu, Aug 11, 2005 at 11:07:40PM +0100, Paul Walker wrote: > (dvd_reader.c) [Chapter 29] 02:51:09.800 , block from 3829013 to 3887488 > > transcode, for some reason, will not rip the last chapter. There's no error > returned or anything like that, and nothing in the logs, it just produces an > empty file and claims success: What happens when you try to rip the entire title? Maybe the last chapter is the actual end of the title. What command are you using? Nick. From transcode-users-bounces@exit1.org Sat Aug 13 14:14:39 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 78C63126D83 for ; Sat, 13 Aug 2005 14:14:39 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DCC1Rd028810; Sat, 13 Aug 2005 14:12:01 +0200 Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DCC0Rd028782 for ; Sat, 13 Aug 2005 14:12:00 +0200 Received: from nova (81-178-127-73.dsl.pipex.com [81.178.127.73]) by galaxy.systems.pipex.net (Postfix) with ESMTP id B304FE0000FC for ; Sat, 13 Aug 2005 13:11:54 +0100 (BST) Received: from paul by nova with local id 1E3urf-0001u9-2v for ; Sat, 13 Aug 2005 13:11:51 +0100 Date: Sat, 13 Aug 2005 13:11:47 +0100 From: Paul Walker To: transcode-users@exit1.org Subject: Re: [transcode-users] Fails to rip last chapter Message-ID: <20050813121146.GE25314@black-sun.demon.co.uk> References: <20050811220739.GB25314@black-sun.demon.co.uk> <20050813102804.GA28485@xenu.local.tull.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050813102804.GA28485@xenu.local.tull.net> User-Agent: Mutt/1.5.9i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sat, Aug 13, 2005 at 08:28:04PM +1000, Nick Andrew wrote: > What happens when you try to rip the entire title? It did exactly the same thing. > Maybe the last chapter is the actual end of the title. What command are > you using? The last chapter should contain the last song. I've checked that it's not in the last chapter which does actually rip. For just the last chapter: transcode -i /dev/dvdrw -x null,auto -y null,ogg -T 1,29 -U rush-in-rio -a 1 For the whole title: transcode -i /dev/dvdrw -x null,auto -y null,ogg -T 1,-1 -U rush-in-rio -a 1 The bit which puzzles me is that tcprobe picks up there is contents in that last chapter, but it's almost like transcode is just seeing an empty chapter. But they should be using the same codebase, I'd have thought. :/ -- Paul From transcode-users-bounces@exit1.org Sat Aug 13 16:22:28 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 31355126D82 for ; Sat, 13 Aug 2005 16:22:28 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DEJ6Rd003335; Sat, 13 Aug 2005 16:19:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DEJ3Rd003318 for ; Sat, 13 Aug 2005 16:19:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 7648014340CB; Sat, 13 Aug 2005 16:19:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id BB33843C0C3; Sat, 13 Aug 2005 16:18:58 +0200 (CEST) Subject: Re: [transcode-users] odd fault (with backtrace) From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <1123792016l.26561l.0l@holcombe2.tamu.edu> References: <1123792016l.26561l.0l@holcombe2.tamu.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Lj9K80MwCxanfKITBF19" Date: Sat, 13 Aug 2005 16:18:58 +0200 Message-Id: <1123942738.4378.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-84.4 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050806.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-Lj9K80MwCxanfKITBF19 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-08-11 at 20:26 +0000, Leigh Holcombe wrote: > Anybody seen this, or suggest a fix? It runs through the whole =20 > process, and then craps out at the very end. As far as I can tell, the =20 > m2v created is intact. Did it twice, with the same results. Time to get good ol' gdb. See www.transcoding.org for instructions. > Ignore the name of the video in question - that's none of your =20 > business! ;) I guess it's about birds? ;-) --=-Lj9K80MwCxanfKITBF19 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBC/gFSJgD/6j32wUYRAhoFAJ4j+CSMMMlKjR3GVZXiglI/qlNDQwCghhk7 yKxvXP5b8np3fQDfRMqgtjY= =pB3c -----END PGP SIGNATURE----- --=-Lj9K80MwCxanfKITBF19-- From transcode-users-bounces@exit1.org Sat Aug 13 22:48:03 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 652D2126D82 for ; Sat, 13 Aug 2005 22:48:03 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DKirRd022804; Sat, 13 Aug 2005 22:44:53 +0200 Received: from saturn.enternetmedia.com (alex.hangoutspot.com [216.152.240.132]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7DKipRd022783 for ; Sat, 13 Aug 2005 22:44:52 +0200 Received: from dsl3-63-249-85-144.cruzio.com ([63.249.85.144]) by saturn.enternetmedia.com with esmtp (Exim 4.52 #1 (Debian)) id 1E42s1-0005EE-Jh for ; Sat, 13 Aug 2005 13:44:45 -0700 From: Cameron To: transcode-users@exit1.org Date: Sat, 13 Aug 2005 13:48:43 +0000 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508131348.43770.hiryu@audioseek.net> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.3 required=5.0 tests=DATE_IN_PAST_06_12, FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050813.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] yellow subtitles X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I haven't been able to find any archives for this list to see if my question has already been answered. How can I get yellow subtitles working? EIther through transcode directly or indirectly using DVD::Rip? Thanks. From transcode-users-bounces@exit1.org Mon Aug 15 22:29:36 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 97D90126D82 for ; Mon, 15 Aug 2005 22:29:36 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FKNeRd018606; Mon, 15 Aug 2005 22:23:40 +0200 Received: from mx2.sover.net (mailgate2.sover.net [209.198.87.64]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FKNbRd018589 for ; Mon, 15 Aug 2005 22:23:38 +0200 Received: from smtpauth4.sover.net (smtpauth4.sover.net [209.198.87.111]) by mx2.sover.net (8.12.9/8.12.9) with ESMTP id j7FKISWw027846 for ; Mon, 15 Aug 2005 16:23:33 -0400 (EDT) Received: from localhost (pool-71-110-28-212.lsanca.dsl-w.verizon.net [71.110.28.212]) (authenticated bits=0) by smtpauth4.sover.net (8.12.9/8.12.9) with ESMTP id j7FKH3ci016540 for ; Mon, 15 Aug 2005 16:17:13 -0400 (EDT) Date: Mon, 15 Aug 2005 16:03:11 -0400 From: Jesse To: transcode Users Mailing List Message-ID: <20050815160311.65c460a9@localhost> In-Reply-To: <20050811044715.GB23174@puff.jakemsr.gom> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] A/V sync issues - still need help X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org So I tried posting for help here a week or two ago and never got a response. I then posted on the dvdrip-users list and they said they wouldn't be able to help since they weren't experts on transcode internals... so I'm back here trying again. here's the command dvdrip is trying to run: > mkdir -m 0775 -p '/home/c0uch/.dvdrip/data//movie/tmp' && cd /home/c0uch/.dvdrip/data//movie/tmp && `which nice` -n 10 dr_exec transcode -H 10 -a 0 -x vob -i /home/c0uch/.dvdrip/data//movie/vob/019 -w 1514,50 -A -N 0x2000 -f 24,1 -M 2 -Y 6,4,10,4 -B 10,1,8 -R 1 -y xvid4,null --psu_mode --nav_seek /home/c0uch/.dvdrip/data//movie/tmp/movie-019-nav.log --no_split -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS > mkdir -m 0775 -p '/home/c0uch/.dvdrip/data//movie/tmp' && > cd /home/c0uch/.dvdrip/data//movie/tmp && `which nice` -n 10 dr_exec > transcode -H 10 -a 0 -x vob -i /home/c0uch/.dvdrip/data//movie/vob/019 > -w 1514,50 -A -N 0x2000 -f 24,1 -M 2 -Y 6,4,10,4 -B 10,1,8 -R 2 -y > xvid4 --psu_mode > --nav_seek /home/c0uch/.dvdrip/data//movie/tmp/movie-019-nav.log > --no_split -o /home/c0uch/.dvdrip/data//movie/avi/019/movie-019.avi > --print_status 20 && echo DVDRIP_SUCCESS here's the message I posted on dvdrip-users: Hi, This is a long email so if you want to skip the "how i got here" just go to the second-to-last paragraph ;). I tried posting about this in transcode-users but didn't get a single reply - also have some new info/problems to add here. I'd been using the latest stable dvdrip with transcode 0.6.14, ripping dvd's to xvid4. My problem was when ripping to mp3 audio the av sync would always be off (usually, but not always, the audio would be at least 2 seconds ahead of the video). AC3 (aka no transcoding of the audio) worked perfectly and kept sync no matter which video codec I chose. I then updated to transcode 1.0.0 - AC3 still worked perfectly, and while mp3 sync was still off it was only by the slightest amount (although I don't know if this was luck or a change in transcode). I then updated to dvdrip 0.97.1 for the gtk2 interface. 2 perfect rips with xvid4 & ac3. Updated to 0.97.2 to get rid of some of the bugs (like not finding the avi to split it etc). Suddenly I was experiencing the nasty 99.9x% stall on all transcodes - even though my workaround nptl was set like it always is. So I backed down to dvdrip 0.97.1. Still having the 99.9x% stall! So, figuring it was actually transcode 1.0.0 and that I had just been lucky with those 2 successful rips, I backed that down to 0.6.14 and re-installed dvdrip 0.97.2 .... yes I realize this is version hell to follow but those of you still with me made it through! So, now my problem? ac3 and mp3 rips have audio out of sync, and I have 1 ac3 rip that's in sync, but when i split it the second file goes out of sync (even though there are equal audio and video chunks). My system is a gentoo 4.6.12-r6 kernel, p4 3.06ghz, smp disabled in kernel, 1gb ram... could someone PLEASE help me fix my transcoding issues? Mainly I'd just like to get ac3 & xvid4 playing nice again, but if I could get some help with mp3 audio and with transcode 1.0.0 stalling I'd be grateful. Thanks, Jesse From transcode-users-bounces@exit1.org Tue Aug 16 01:07:56 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 66756126D82 for ; Tue, 16 Aug 2005 01:07:56 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FN3SRd028294; Tue, 16 Aug 2005 01:03:28 +0200 Received: from saturn.enternetmedia.com (babak.hangoutspot.com [216.152.240.132]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FN3PRd028278 for ; Tue, 16 Aug 2005 01:03:25 +0200 Received: from dsl3-63-249-85-144.cruzio.com ([63.249.85.144]) by saturn.enternetmedia.com with esmtp (Exim 4.52 #1 (Debian)) id 1E4nzD-0003Ln-5D for ; Mon, 15 Aug 2005 16:03:19 -0700 From: Cameron To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Date: Mon, 15 Aug 2005 16:07:07 +0000 User-Agent: KMail/1.8.2 References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> In-Reply-To: <20050815160311.65c460a9@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508151607.08333.hiryu@audioseek.net> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.3 required=5.0 tests=DATE_IN_PAST_06_12, FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I think this list is basically dead. There's probably not even 10 people on it including us. On Monday August 15 2005 8:03 pm, Jesse wrote: > So I tried posting for help here a week or two ago and never got a > response. > I then posted on the dvdrip-users list and they said they wouldn't be > able to help since they weren't experts on transcode internals... so > I'm back here trying again. > > here's the command dvdrip is trying to run: > > mkdir -m 0775 -p > > '/home/c0uch/.dvdrip/data//movie/tmp' && > cd /home/c0uch/.dvdrip/data//movie/tmp && `which nice` -n 10 dr_exec > transcode -H 10 -a 0 -x vob -i /home/c0uch/.dvdrip/data//movie/vob/019 > -w 1514,50 -A -N 0x2000 -f 24,1 -M 2 -Y 6,4,10,4 -B 10,1,8 -R 1 -y > xvid4,null --psu_mode > --nav_seek /home/c0uch/.dvdrip/data//movie/tmp/movie-019-nav.log > --no_split -o /dev/null --print_status 20 && echo DVDRIP_SUCCESS > > > mkdir -m 0775 -p '/home/c0uch/.dvdrip/data//movie/tmp' && > > cd /home/c0uch/.dvdrip/data//movie/tmp && `which nice` -n 10 dr_exec > > transcode -H 10 -a 0 -x vob -i /home/c0uch/.dvdrip/data//movie/vob/019 > > -w 1514,50 -A -N 0x2000 -f 24,1 -M 2 -Y 6,4,10,4 -B 10,1,8 -R 2 -y > > xvid4 --psu_mode > > --nav_seek /home/c0uch/.dvdrip/data//movie/tmp/movie-019-nav.log > > --no_split -o /home/c0uch/.dvdrip/data//movie/avi/019/movie-019.avi > > --print_status 20 && echo DVDRIP_SUCCESS > > here's the message I posted on dvdrip-users: > Hi, > > This is a long email so if you want to skip the "how i got here" just > go to the second-to-last paragraph ;). > > I tried posting about this in transcode-users but didn't get a single > reply - also have some new info/problems to add here. > > I'd been using the latest stable dvdrip with transcode 0.6.14, ripping > dvd's to xvid4. My problem was when ripping to mp3 audio the av sync > would always be off (usually, but not always, the audio would be at > least 2 seconds ahead of the video). AC3 (aka no transcoding of the > audio) worked perfectly and kept sync no matter which video codec I > chose. > > I then updated to transcode 1.0.0 - AC3 still worked perfectly, and > while mp3 sync was still off it was only by the slightest amount > (although I don't know if this was luck or a change in transcode). > > I then updated to dvdrip 0.97.1 for the gtk2 interface. 2 perfect rips > with xvid4 & ac3. > Updated to 0.97.2 to get rid of some of the bugs (like not finding the > avi to split it etc). Suddenly I was experiencing the nasty 99.9x% > stall on all transcodes - even though my workaround nptl was set like > it always is. So I backed down to dvdrip 0.97.1. Still having the > 99.9x% stall! So, figuring it was actually transcode 1.0.0 and that I > had just been lucky with those 2 successful rips, I backed that down to > 0.6.14 and re-installed dvdrip 0.97.2 .... yes I realize this is > version hell to follow but those of you still with me made it through! > > So, now my problem? ac3 and mp3 rips have audio out of sync, and I have > 1 ac3 rip that's in sync, but when i split it the second file goes out > of sync (even though there are equal audio and video chunks). > > My system is a gentoo 4.6.12-r6 kernel, p4 3.06ghz, smp disabled in > kernel, 1gb ram... could someone PLEASE help me fix my transcoding > issues? Mainly I'd just like to get ac3 & xvid4 playing nice again, but > if I could get some help with mp3 audio and with transcode 1.0.0 > stalling I'd be grateful. > > Thanks, > Jesse From transcode-users-bounces@exit1.org Tue Aug 16 01:22:42 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B97DD126D82 for ; Tue, 16 Aug 2005 01:22:42 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNJ8Rd029032; Tue, 16 Aug 2005 01:19:08 +0200 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNJ6Rd029006 for ; Tue, 16 Aug 2005 01:19:06 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id j7FNJ0B3018495 for ; Mon, 15 Aug 2005 16:19:00 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id j7FNJ0LA018494 for transcode-users@exit1.org; Mon, 15 Aug 2005 16:19:00 -0700 Date: Mon, 15 Aug 2005 16:19:00 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Message-ID: <20050815231900.GA17899@webserver> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <200508151607.08333.hiryu@audioseek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508151607.08333.hiryu@audioseek.net> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Cameron wrote: > I think this list is basically dead. > There's probably not even 10 people on it including us. Maybe I need to try a new deodorant. From transcode-users-bounces@exit1.org Tue Aug 16 01:37:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 143E8126D82 for ; Tue, 16 Aug 2005 01:37:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNS9Rd029546; Tue, 16 Aug 2005 01:28:09 +0200 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNS7Rd029530 for ; Tue, 16 Aug 2005 01:28:07 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id j7FNS1XQ018547 for ; Mon, 15 Aug 2005 16:28:01 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id j7FNS19I018546 for transcode-users@exit1.org; Mon, 15 Aug 2005 16:28:01 -0700 Date: Mon, 15 Aug 2005 16:28:01 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Message-ID: <20050815232801.GB17899@webserver> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <200508151607.08333.hiryu@audioseek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508151607.08333.hiryu@audioseek.net> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Cameron wrote: > I think this list is basically dead. > There's probably not even 10 people on it including us. Actually, there are postings by more than 10 people in the last week: http://news.gmane.org/gmane.comp.video.transcode.user From transcode-users-bounces@exit1.org Tue Aug 16 01:51:54 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 46C93126D83 for ; Tue, 16 Aug 2005 01:51:54 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNmGRd030823; Tue, 16 Aug 2005 01:48:16 +0200 Received: from saturn.enternetmedia.com (alex.hangoutspot.com [216.152.240.132]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNmDRd030805 for ; Tue, 16 Aug 2005 01:48:13 +0200 Received: from dsl3-63-249-85-144.cruzio.com ([63.249.85.144]) by saturn.enternetmedia.com with esmtp (Exim 4.52 #1 (Debian)) id 1E4ogZ-00029n-Iz for ; Mon, 15 Aug 2005 16:48:07 -0700 From: Cameron To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Date: Mon, 15 Aug 2005 16:51:56 +0000 User-Agent: KMail/1.8.2 References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <200508151607.08333.hiryu@audioseek.net> <20050815232801.GB17899@webserver> In-Reply-To: <20050815232801.GB17899@webserver> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508151651.56660.hiryu@audioseek.net> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.3 required=5.0 tests=DATE_IN_PAST_06_12, FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Go figure, I cerainly haven't seen many posts. On Monday August 15 2005 11:28 pm, Phil Ehrens wrote: > Cameron wrote: > > I think this list is basically dead. > > There's probably not even 10 people on it including us. > > Actually, there are postings by more than 10 people in the > last week: > > http://news.gmane.org/gmane.comp.video.transcode.user From transcode-users-bounces@exit1.org Tue Aug 16 02:03:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 08488126D83 for ; Tue, 16 Aug 2005 02:03:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNxLRd031895; Tue, 16 Aug 2005 01:59:21 +0200 Received: from mail.happycoders.org (backup.happycoders.org [212.85.152.64]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7FNxJRd031880 for ; Tue, 16 Aug 2005 01:59:19 +0200 Received: from mar92-10-82-239-67-9.fbx.proxad.net ([82.239.67.9] helo=yog-sothoth ident=mandor) by mail.happycoders.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1E4orK-0007Ld-6V for transcode-users@exit1.org; Tue, 16 Aug 2005 01:59:14 +0200 Date: Tue, 16 Aug 2005 01:59:12 +0200 From: Jean-Baptiste Mouret / Mandor To: transcode Users Mailing List Message-ID: <20050816015912.5ed1714e@yog-sothoth> X-Mailer: Sylpheed-Claws 1.0.5 (GTK+ 1.2.10; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Weird output X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org [I'm reposting this; I'm sorry if you received it twice] Hi transcoders, I was happyly using transcode for some time to get mpeg4 videos from a list of images. Everything worked great until I decided to compose my images with another set of images (using imagemagick's composite binary). I get this output from transcode : http://usul.ath.cx/~mandor/buggy.avi I think you noticed the weird colors on the right side. Here are the input pics and the image list : http://usul.ath.cx/~mandor/pics.tgz Compare these images with the output : how can most of the video be correct and a quarter so bad ? If I encode the flight alone, it works. And if I encode the graph of the right side alone, it works too. My command line : transcode --use_rgb -g 800x600 -i list_final -x imlist,null -y ffmpeg,null \ -F mpeg4 -f 30 -z -o film.avi -k I tried other codecs and input file format and I get the same results. transcode --version transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg (I use the debian package from deb ftp://ftp.nerim.net/debian-marillat/ unstable main). I get similar results using the binary installed with mandrake 10.2 What can I do ? Where can this problem come from ? Thanks a lot. -- Jean-Baptiste Mouret / Mandor !!mandor.make; mandor.find_coffee From transcode-users-bounces@exit1.org Tue Aug 16 02:37:37 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7E39F126D82 for ; Tue, 16 Aug 2005 02:37:37 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G0X5Rd000524; Tue, 16 Aug 2005 02:33:05 +0200 Received: from www.blastpoint.com (u15178464.onlinehome-server.com [217.160.251.115]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G0X3Rd000507 for ; Tue, 16 Aug 2005 02:33:03 +0200 Received: (qmail 4048 invoked from network); 15 Aug 2005 17:40:24 -0700 Received: from damien.cob.calpoly.edu (HELO ?129.65.91.128?) (129.65.91.128) by u15178464.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 15 Aug 2005 17:40:24 -0700 Message-ID: <4301341F.6050609@emenaker.com> Date: Mon, 15 Aug 2005 17:32:31 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] How do I rip a DVD to separate m2v and m2a files? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Lately, I've been ripping a lot of DVD's to DivX. On Windows, the process has been pretty quick. I find the title on the DVD which has the main content in it, I rip it directly to an mpeg file (no transcoding necessary) and then drag the files into the DivX converter. The nice thing about it is that I can rip about 10-20 DVD's in a day, then I drag them all into the DivX converter, click "Convert", and then I go home for the weekend. The next Monday, I've got 10-20 DivX files. No muss, no fuss. However, some of the DVD's have very low audio levels. That's annoying. I want to normalize the audio. Now, I *could* demux each one by hand, load it into the wav editor, normalize it, re-mux it... all using individual tools. However, I'm kinda busy, and I'm really not interested in doing each DVD by hand. I want to incorporate the normalization into the ripping process so that this problem just doesn't come up again. I've resigned myself to doing it from Linux, but I'm having trouble at a few of the steps. I'm planning on writing a script which will do three things: 1 - Rip a DVD title and demux it to separate video and audio files 2 - Normalize the audio file 3 - Remux the video and audio back together I've successfully ripped the *audio* from a DVD and normalized it, but I haven't figures out how to demux "on the fly" as the ripping is happening so that I get video *and* audio from a single read of the DVD. Secondly, I'd like to avoid spending time on doing any transcoding during the rip, since I'm going to convert it to DivX6 anyway. I'd prefer to rip the video straight to m2v and the audio to m2a. This is another problem, since I've only been able to rip the audio to pcm .wav, and I haven't been able to rip the video to anything other than xvid. Lastly, I haven't figured out how to remux the files together, either. It seems like transcode can do all of this.... but it's just got *so* many options that I don't know how to wield this tool, yet. Any help? - Joe From transcode-users-bounces@exit1.org Tue Aug 16 04:29:20 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id AB077126D83 for ; Tue, 16 Aug 2005 04:29:20 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G2OqRd005041; Tue, 16 Aug 2005 04:24:52 +0200 Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G2OgRd005025 for ; Tue, 16 Aug 2005 04:24:42 +0200 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j7G2OeMd020406; Mon, 15 Aug 2005 22:24:41 -0400 (EDT) Received: from mint-square.mit.edu (MINT-SQUARE.MIT.EDU [18.7.16.77]) (authenticated bits=56) (User authenticated as blout@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id j7G2OX0S028694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Aug 2005 22:24:34 -0400 (EDT) Received: (from blout@localhost) by mint-square.mit.edu (8.12.9) id j7G2OXhp027498; Mon, 15 Aug 2005 22:24:33 -0400 (EDT) Date: Mon, 15 Aug 2005 22:24:33 -0400 (EDT) Message-Id: <200508160224.j7G2OXhp027498@mint-square.mit.edu> To: transcode-users@exit1.org From: Ben Blout X-Scanned-By: MIMEDefang 2.42 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] help with letterboxed input/output X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Better add me to the ten people still on this list. I haven't posted in a year, but I skim most everything that comes across. I have a project underway to convert ripped DVDs into a format that my ReplayTV (like TIVO) can handle. I am trying to deal first with a DVD that is letterboxed. tcprobe says about the input video: import frame size: -g 720x480 [720x576] (*) aspect ratio: 16:9 (*) frame rate: -f 23.976 [25.000] frc=1 (*) PTS=0.1931, frame_time=41 ms, bitrate=9800 kbps I noticed that 720x480 is neither 4:3 nor 16:9. I then used the snapshot feature of my video player (gxine) to output a frame. The output was 853x480 - exactly 16:9! First question: Can someone explain or give me a pointer as to what to read what is going on here? Secondly, I would have hoped a command such as this would work: transcode -i input.mpg --export_prof dvd-ntsc -o test What I ended up with was: transcode -i input.mpg --pre_clip -80 --export_prof dvd-ntsc --export_fps 0,1 -Z 720x480,fast -o test I added the -80 pre_clip to turn the 853x480 input into a 4:3 ratio, the --export_fps 0,1 to maintain audio sync, and the -Z command to get back to a vertical size my ReplayTV unit would accept. How does this command line look? There are some many options, I am not sure I am going about it in a "good" way. Thanks, -Ben From transcode-users-bounces@exit1.org Tue Aug 16 04:42:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D017D126D82 for ; Tue, 16 Aug 2005 04:42:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G2bIRd005585; Tue, 16 Aug 2005 04:37:18 +0200 Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G2b6Rd005560 for ; Tue, 16 Aug 2005 04:37:07 +0200 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j7G2b5Md026013; Mon, 15 Aug 2005 22:37:05 -0400 (EDT) Received: from mint-square.mit.edu (MINT-SQUARE.MIT.EDU [18.7.16.77]) (authenticated bits=56) (User authenticated as blout@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.1/8.12.4) with ESMTP id j7G2aw9B029999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Aug 2005 22:36:58 -0400 (EDT) Received: (from blout@localhost) by mint-square.mit.edu (8.12.9) id j7G2awKf028118; Mon, 15 Aug 2005 22:36:58 -0400 (EDT) Date: Mon, 15 Aug 2005 22:36:58 -0400 (EDT) Message-Id: <200508160236.j7G2awKf028118@mint-square.mit.edu> To: transcode-users@exit1.org From: Ben Blout In-reply-to: <4301341F.6050609@emenaker.com> (message from Joe Emenaker on Mon, 15 Aug 2005 17:32:31 -0700) Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> X-Scanned-By: MIMEDefang 2.42 X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >From: Joe Emenaker >Lately, I've been ripping a lot of DVD's to DivX. On Windows, the >process has been pretty quick >However, some of the DVD's have very low audio levels. That's annoying. >I want to normalize the audio. >I've resigned myself to doing it from Linux, but I'm having trouble at a >few of the steps. resigned? Not a good word to use in the same sentence as Linux! :-) >Secondly, I'd like to avoid spending time on doing any transcoding >during the rip, since I'm going to convert it to DivX6 anyway. I'd >Lastly, I haven't figured out how to remux the files together, either. Ok, I think I have your question in mind. How would this sequence of steps work for you? Once the outline sounds good, you can worry about each separate command, and/or ask for more specific help. 1) use vobcopy to rip the DVDs at high-speed - no transcoding or demuxing or anything - just a copy of the title(s) you want to your hard drive 2) a) Use transcode to transform the .VOB files to DivX6, and simultaneously spit out an audio file. b) Use normalize on the audiofile c) stick the video and audio back together - perhaps with avimerge I don't know that DivX6 is available for use with transcode, and in general I am under the impression transcode doesn't play well with DivX. Do you have to use the DivX codec? There are a lot of drawbacks with it. Is having DivX inside a .avi container what you are going for? -Ben From transcode-users-bounces@exit1.org Tue Aug 16 05:20:50 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 20F08126D82 for ; Tue, 16 Aug 2005 05:20:50 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G3FbRd007149; Tue, 16 Aug 2005 05:15:37 +0200 Received: from www.blastpoint.com (u15178464.onlinehome-server.com [217.160.251.115]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G3FSRd007120 for ; Tue, 16 Aug 2005 05:15:29 +0200 Received: (qmail 13278 invoked from network); 15 Aug 2005 20:22:49 -0700 Received: from damien.cob.calpoly.edu (HELO ?129.65.91.128?) (129.65.91.128) by u15178464.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 15 Aug 2005 20:22:49 -0700 Message-ID: <43015A30.7080800@emenaker.com> Date: Mon, 15 Aug 2005 20:14:56 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> <200508160236.j7G2awKf028118@mint-square.mit.edu> In-Reply-To: <200508160236.j7G2awKf028118@mint-square.mit.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050815.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Ben Blout wrote: >>I've resigned myself to doing it from Linux, but I'm having trouble at a >>few of the steps. >> >> >resigned? Not a good word to use in the same sentence as Linux! :-) > > I *figured* that would ruffle some feathers. :) Don't get me wrong... I love Linux. I run about 6-8 linux servers at home and at work. For some things, I wouldn't (can't) use anything else. But, in the realm of eye-candy-ish GUI tools for doing video processing, there's just so much more stuff for Windows. However, when the time comes where one tool won't do it automatically anymore, you gotta use a script... and the command-line tools for Linux seem to be more available. >>Secondly, I'd like to avoid spending time on doing any transcoding >>during the rip, since I'm going to convert it to DivX6 anyway. I'd >>Lastly, I haven't figured out how to remux the files together, either. >> >> >Ok, I think I have your question in mind. How would this sequence of >steps work for you? Once the outline sounds good, you can worry about >each separate command, and/or ask for more specific help. > >1) use vobcopy to rip the DVDs at high-speed - no transcoding or > demuxing or anything - just a copy of the title(s) you want to your > hard drive > > That's what I did for my first try. This *will* work, but (the way I was doing it) it required twice the space of a DVD since I ripped the VOB's to the hard drive, and then split them into the video and audio components. Later, I discovered that both transcode and mplayer both claim to be able to read right from DVD's, but I've been having trouble getting them to do it. >2) a) Use transcode to transform the .VOB files to DivX6, and > simultaneously spit out an audio file. > b) Use normalize on the audiofile > c) stick the video and audio back together - perhaps with avimerge > > Well... that will do, but I don't think that DivX6 is available for Linux, yet. Furthermore, I'm a little leery about having transcode do the encoding because: 1 - Transcode has *so* many options that I'm afraid I'll forget to set some command line option and that, after a week of ripping/encoding, I'll discover that I need to go back and do it all over again from scratch with some different option. 2 - (Related to #1) I don't want to have to worry about optimum resolution/bitrate combinations. For example, if I'm ripping my DVD to fit on my PDA and I set the bitrate at something low like 500kbps, then there's really no point in keeping the resolution at 720x480 or whatever. On the other hand, it's a waste to encode at 6000kbps if my resolution is going to be resized to 100x100. The nice thing about the Windows DivX6 converter is that you tell it what general device you want to view it on (pda, laptop, home-theatre) and it tunes the resolution and bitrate to be fairly suited to the device. >I don't know that DivX6 is available for use with transcode, and in >general I am under the impression transcode doesn't play well with DivX. >Do you have to use the DivX codec? There are a lot of drawbacks with >it. > > Like what? Everything I've converted with their converter: 1 - Acutally *played* in the player and didn't crash the player (unlike lots of mpg's and avi's I've tried in WMP) 2 - They looked great (no visible artifacting) 3 - The audio and video was in sync. Now, considering that about 30% of my attempts at converting to mpg or avi either crash the player or give lip-sync issues or look awful, I'd say that the 100% success rate I'm having with the DivX6 format makes it pretty-much beyond reproach. Also, the new DivX6 format... say what you will about it.... but it supports having multiple videos within one file, with a menu at the beginning. Like DVD's.... but without the DVD (or, without having to manage a bunch of wierd VOB's in VIDEO_TS, etc). Granted, it requires the DivX player... but that's free (unlike most decent DVD player software I've seen). Also keep in mind that I want to come up with a method that works well and keep it. I don't want some of my DVD's to be ripped to XviD, then some to MPEG4, then some to BFD2, etc. I want to come up with something that works and then *leave* it. Now, I know that DivX isn't going away, because it's not some open-source project... it's backed by a real company and lots of stuff is already encoded with it. So, I dont' have any worry about there not being codecs for it in the future. >Is having DivX inside a .avi container what you are going for? > > Well, that'll do. However, if it's going to be in an avi, then I'll probably convert them to DivX6 later. Because of that, I'd probably want the .avi encoding to happen quickly, with higher quality than my final DivX format. So, can you recommend a codec that I can set to, say, 2000-3000kbps and have it encode fairly quickly? - Joe From transcode-users-bounces@exit1.org Tue Aug 16 08:51:57 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E7B70126D83 for ; Tue, 16 Aug 2005 08:51:57 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G6l0Rd020639; Tue, 16 Aug 2005 08:47:00 +0200 Received: from ns2352.ovh.net (ns2352.ovh.net [213.186.42.209]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7G6ktRd020621 for ; Tue, 16 Aug 2005 08:46:56 +0200 Received: (qmail 3651 invoked by uid 511); 16 Aug 2005 06:46:52 -0000 Received: from 84.5.220.28 by ns2352.ovh.net (envelope-from , uid 503) with qmail-scanner-1.24st (clamdscan: 0.86.2/1023. spamassassin: 3.0.2. perlscan: 1.24st. Clear:RC:1(84.5.220.28):. Processed in 0.269265 secs); 16 Aug 2005 06:46:52 -0000 X-Qmail-Scanner-Mail-From: gsistero@viewsurf.com via ns2352.ovh.net X-Qmail-Scanner: 1.24st (Clear:RC:1(84.5.220.28):. Processed in 0.269265 secs Process 32335) Received: from unknown (HELO ?192.168.10.248?) (84.5.220.28) by ns2352.ovh.net with SMTP; 16 Aug 2005 06:46:51 -0000 Message-ID: <43018BDE.2050005@viewsurf.com> Date: Tue, 16 Aug 2005 08:46:54 +0200 From: Guillaume Sisteron User-Agent: Mozilla Thunderbird 1.0.6-1.1.fc3 (X11/20050720) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] transcode 1.0.0 compiler error References: <20050727115233.GK987@jay-jay.net> <20050728193208.GC13092@puff.jakemsr.gom> <20050729090731.GA1805@jay-jay.net> In-Reply-To: <20050729090731.GA1805@jay-jay.net> Content-Type: multipart/alternative; boundary="------------050904010508080407020404" X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.3 required=5.0 tests=HTML_10_20,HTML_MESSAGE, HTML_TITLE_EMPTY autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is a multi-part message in MIME format. --------------050904010508080407020404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, no idea about this problem ? I'm sure we're not the only ones to have this problem... Tanks for your help Guillaume Joachim Jautz wrote: >Hi Jacob, > >thanks for taking a look at this problem. > > > >>how about supplying gcc and as versions? that's probably the most >>important information. >> >> > >Alright, here it is: >gcc 2.95.4 >as GNU assembler 2.12.90.0.1 20020307 Debian/GNU Linux > > > >>you said yourself it ended with an assembler message. neither >>you nor the article you refered to supplied that information. >> >> > >That's not correct. I added the make output, but for convenience >I'll paste the relevant messages again (see my previous mail for >full output of `./configure' and `make'): > >[...] >Making all in aclib >make[2]: Entering directory `/usr/local/src/transcode-1.0.0/aclib' >source='tcmemcpy.c' object='tcmemcpy.lo' libtool=yes \ >depfile='.deps/tcmemcpy.Plo' tmpdepfile='.deps/tcmemcpy.TPlo' \ >depmode=gcc /bin/sh ../autotools/depcomp \ >/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DLINUX -I.. -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c -o tcmemcpy.lo tcmemcpy.c >mkdir .libs > gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DLINUX -I.. -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c tcmemcpy.c -Wp,-MD,.deps/tcmemcpy.TPlo -fPIC -DPIC -o .libs/tcmemcpy.o >/tmp/cc2nbA2F.s: Assembler messages: >/tmp/cc2nbA2F.s:383: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:384: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:385: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:386: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:387: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:388: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:389: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:390: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:391: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:392: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:393: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:394: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:395: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:396: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:397: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:528: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:529: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:530: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:531: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:532: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:533: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:534: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:535: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:536: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:537: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:538: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:539: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:540: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:541: Error: suffix or operands invalid for `movsd' >/tmp/cc2nbA2F.s:542: Error: suffix or operands invalid for `movsd' >make[2]: *** [tcmemcpy.lo] Error 1 >make[2]: Leaving directory `/usr/local/src/transcode-1.0.0/aclib' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/usr/local/src/transcode-1.0.0' >make: *** [all] Error 2 > > >Joachim > > > --------------050904010508080407020404 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hi,

no idea about this problem ?

I'm sure we're not the only ones to have this problem...

Tanks for your help

Guillaume

Joachim Jautz wrote:
Hi Jacob,

thanks for taking a look at this problem.

  
how about supplying gcc and as versions?  that's probably the most
important information.
    

Alright, here it is:
gcc     2.95.4
as      GNU assembler 2.12.90.0.1 20020307 Debian/GNU Linux

  
you said yourself it ended with an assembler message. neither
you nor the article you refered to supplied that information.
    

That's not correct. I added the make output, but for convenience
I'll paste the relevant messages again (see my previous mail for
full output of `./configure' and `make'):

[...]
Making all in aclib
make[2]: Entering directory `/usr/local/src/transcode-1.0.0/aclib'
source='tcmemcpy.c' object='tcmemcpy.lo' libtool=yes \
depfile='.deps/tcmemcpy.Plo' tmpdepfile='.deps/tcmemcpy.TPlo' \
depmode=gcc /bin/sh ../autotools/depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..  -D_REENTRANT -DLINUX -I..   -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c -o tcmemcpy.lo tcmemcpy.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DLINUX -I.. -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -c tcmemcpy.c -Wp,-MD,.deps/tcmemcpy.TPlo  -fPIC -DPIC -o .libs/tcmemcpy.o
/tmp/cc2nbA2F.s: Assembler messages:
/tmp/cc2nbA2F.s:383: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:384: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:385: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:386: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:387: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:388: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:389: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:390: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:391: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:392: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:393: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:394: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:395: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:396: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:397: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:528: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:529: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:530: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:531: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:532: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:533: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:534: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:535: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:536: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:537: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:538: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:539: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:540: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:541: Error: suffix or operands invalid for `movsd'
/tmp/cc2nbA2F.s:542: Error: suffix or operands invalid for `movsd'
make[2]: *** [tcmemcpy.lo] Error 1
make[2]: Leaving directory `/usr/local/src/transcode-1.0.0/aclib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/transcode-1.0.0'
make: *** [all] Error 2


Joachim

  

--------------050904010508080407020404-- From transcode-users-bounces@exit1.org Tue Aug 16 10:47:17 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1C30F126D82 for ; Tue, 16 Aug 2005 10:47:17 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8h7Rd028487; Tue, 16 Aug 2005 10:43:07 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8h5Rd028470 for ; Tue, 16 Aug 2005 10:43:05 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id EBB3E14340BC; Tue, 16 Aug 2005 10:43:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 2FF8C43C0C5; Tue, 16 Aug 2005 10:42:52 +0200 (CEST) Subject: Re: [transcode-users] A/V sync issues - still need help From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200508151607.08333.hiryu@audioseek.net> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <200508151607.08333.hiryu@audioseek.net> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-va/Wy6KzUDA5SFnReOIt" Date: Tue, 16 Aug 2005 10:42:51 +0200 Message-Id: <1124181772.5550.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-84.6 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-va/Wy6KzUDA5SFnReOIt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 16:07 +0000, Cameron wrote: > I think this list is basically dead. There's probably not even 10 people = on it=20 > including us. It's not "dead" it's a question of matching the right question to the right expertise. For instance I won't be able to help you with questions on xvid and avi. If you have a question on mpeg streams and containers or ffmpeg though... --=-va/Wy6KzUDA5SFnReOIt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAacLJgD/6j32wUYRAimvAKCG56G/jwNU129nl2XW9tdB555FwwCdEdHI 2ySP7XWmWq+VpE2zot8y4rs= =bl+A -----END PGP SIGNATURE----- --=-va/Wy6KzUDA5SFnReOIt-- From transcode-users-bounces@exit1.org Tue Aug 16 10:51:53 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 43ED7126D83 for ; Tue, 16 Aug 2005 10:51:53 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8m6Rd028775; Tue, 16 Aug 2005 10:48:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8m4Rd028752 for ; Tue, 16 Aug 2005 10:48:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 5044E14340BC; Tue, 16 Aug 2005 10:48:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id ED66243C0C5; Tue, 16 Aug 2005 10:47:29 +0200 (CEST) Subject: Re: [transcode-users] A/V sync issues - still need help From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050815160311.65c460a9@localhost> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-7LmahelCr+A3aQSPQJf8" Date: Tue, 16 Aug 2005 10:47:29 +0200 Message-Id: <1124182049.5550.37.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-84.8 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-7LmahelCr+A3aQSPQJf8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 16:03 -0400, Jesse wrote: > Suddenly I was experiencing the nasty 99.9x% > stall on all transcodes - even though my workaround nptl was set like > it always is. So I backed down to dvdrip 0.97.1. Still having the > 99.9x% stall! So, figuring it was actually transcode 1.0.0 and that I > had just been lucky with those 2 successful rips, I backed that down to > 0.6.14 and re-installed dvdrip 0.97.2 .... yes I realize this is > version hell to follow but those of you still with me made it through! What did you exactly do to get around the ntpl problem? Did you install another kernel in the meantime (kernels from distributors are notorious), did you upgrade your libc? --=-7LmahelCr+A3aQSPQJf8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAaghJgD/6j32wUYRAinfAJ0U0BKVY/XcPOCOuUWZOCEpHbTeYwCcCYHA CHP96F8+tNdPh9XchUhAnbQ= =vE5Z -----END PGP SIGNATURE----- --=-7LmahelCr+A3aQSPQJf8-- From transcode-users-bounces@exit1.org Tue Aug 16 10:53:53 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id F2A79126D83 for ; Tue, 16 Aug 2005 10:53:52 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8oCRd028935; Tue, 16 Aug 2005 10:50:12 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8nFRd028840 for ; Tue, 16 Aug 2005 10:49:15 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 8C3BA14340BC; Tue, 16 Aug 2005 10:49:14 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 1D1B143C0C5; Tue, 16 Aug 2005 10:49:00 +0200 (CEST) Subject: Re: [transcode-users] A/V sync issues - still need help From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050815231900.GA17899@webserver> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <200508151607.08333.hiryu@audioseek.net> <20050815231900.GA17899@webserver> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-3Q1KqON/hhAllrjIPZrD" Date: Tue, 16 Aug 2005 10:48:59 +0200 Message-Id: <1124182139.5550.40.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-84.9 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-3Q1KqON/hhAllrjIPZrD Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 16:19 -0700, Phil Ehrens wrote: > > I think this list is basically dead. > > There's probably not even 10 people on it including us. >=20 > Maybe I need to try a new deodorant. ROFL!!! Please keep the old one, I actually like it quiet ;-) I'll get me a nice meal tonight with lots of garlic ;-) --=-3Q1KqON/hhAllrjIPZrD Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAah7JgD/6j32wUYRAqayAJ4r+pjQgXFt18e1EAZfsnkyJO3chACfUGqv 3mhvmZdLVvCE81sISV7Yig8= =t+xF -----END PGP SIGNATURE----- --=-3Q1KqON/hhAllrjIPZrD-- From transcode-users-bounces@exit1.org Tue Aug 16 10:56:36 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D9D5D126D83 for ; Tue, 16 Aug 2005 10:56:36 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8r9Rd029151; Tue, 16 Aug 2005 10:53:09 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8oERd028936 for ; Tue, 16 Aug 2005 10:50:15 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 2292914340BC; Tue, 16 Aug 2005 10:50:13 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 5CDFD43C0C5; Tue, 16 Aug 2005 10:49:49 +0200 (CEST) Subject: Re: [transcode-users] Weird output From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050816015912.5ed1714e@yog-sothoth> References: <20050816015912.5ed1714e@yog-sothoth> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-QH1Q2C7XP+zEyUAwXIzp" Date: Tue, 16 Aug 2005 10:49:49 +0200 Message-Id: <1124182189.5550.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.0 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-QH1Q2C7XP+zEyUAwXIzp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 01:59 +0200, Jean-Baptiste Mouret / Mandor wrote: > transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > (I use the debian package from deb ftp://ftp.nerim.net/debian-marillat/ > unstable main). I get similar results using the binary installed with man= drake > 10.2 No support on pre-historic versions... --=-QH1Q2C7XP+zEyUAwXIzp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAaitJgD/6j32wUYRAi1nAJ9zpm/njXg7WqcRf94l8G1wRQJZSgCeNpJ2 2v1qalA/1dmbc6HyCx2qVXU= =O/nN -----END PGP SIGNATURE----- --=-QH1Q2C7XP+zEyUAwXIzp-- From transcode-users-bounces@exit1.org Tue Aug 16 10:59:37 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8F4B3126D83 for ; Tue, 16 Aug 2005 10:59:37 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8u8Rd029435; Tue, 16 Aug 2005 10:56:08 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8u4Rd029410 for ; Tue, 16 Aug 2005 10:56:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 493F514340BC; Tue, 16 Aug 2005 10:56:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 95CBF43C0C5; Tue, 16 Aug 2005 10:55:52 +0200 (CEST) Subject: Re: [transcode-users] help with letterboxed input/output From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200508160224.j7G2OXhp027498@mint-square.mit.edu> References: <200508160224.j7G2OXhp027498@mint-square.mit.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-/lkhMrmaRO41tFJiNakG" Date: Tue, 16 Aug 2005 10:55:52 +0200 Message-Id: <1124182552.5550.48.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.2 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-/lkhMrmaRO41tFJiNakG Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 22:24 -0400, Ben Blout wrote: > import frame size: -g 720x480 [720x576] (*) > aspect ratio: 16:9 (*) > frame rate: -f 23.976 [25.000] frc=3D1 (*) > PTS=3D0.1931, frame_time=3D41 ms, bitrate=3D9800 kbps >=20 > I noticed that 720x480 is neither 4:3 nor 16:9. That is correct. It is "quasi"-4:3. It's a remainder of the analogue systems, the pixels are not square but rectangular. If you view such a video with mplayer or using a DVD player, it will use more pixels in top-bottom direction than 480, or less pixels in the left-right direction. Anamorphic 16:9 (not letterboxed) video takes this even a step further, it puts 16:9 into the same resolution. > I then used the > snapshot feature of my video player (gxine) to output a frame. The > output was 853x480 - exactly 16:9! Yep, that's how it shows it to you. > transcode -i input.mpg --export_prof dvd-ntsc -o test >=20 > What I ended up with was: >=20 > transcode -i input.mpg --pre_clip -80 --export_prof dvd-ntsc > --export_fps 0,1 -Z 720x480,fast -o test >=20 > I added the=20 > -80 pre_clip to turn the 853x480 input into a 4:3 ratio, > the --export_fps 0,1 to maintain audio sync, > and the -Z command to get back to a vertical size my ReplayTV unit > would accept. >=20 > How does this command line look? There are some many options, I am not > sure I am going about it in a "good" way. What is it _exactly_ you want to achieve? --=-/lkhMrmaRO41tFJiNakG Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAaoYJgD/6j32wUYRAuA4AJ90MiIaAix+hyL5y6j7uw1BuDoZaACgg9eN yiJu/rgpSOc2lbKxFsl2Y+w= =JJIe -----END PGP SIGNATURE----- --=-/lkhMrmaRO41tFJiNakG-- From transcode-users-bounces@exit1.org Tue Aug 16 11:02:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1F39A126D82 for ; Tue, 16 Aug 2005 11:02:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8whRd029633; Tue, 16 Aug 2005 10:58:43 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G8w4Rd029530 for ; Tue, 16 Aug 2005 10:58:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 52DBA14340BC; Tue, 16 Aug 2005 10:58:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 3EF2843C0C5; Tue, 16 Aug 2005 10:58:00 +0200 (CEST) Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200508160236.j7G2awKf028118@mint-square.mit.edu> References: <4301341F.6050609@emenaker.com> <200508160236.j7G2awKf028118@mint-square.mit.edu> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KqlSXbvx2vttZhAUERyg" Date: Tue, 16 Aug 2005 10:58:00 +0200 Message-Id: <1124182680.5550.51.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.3 required=5.0 tests=AWL,EXCUSE_3, FORGED_RCVD_HELO,JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-KqlSXbvx2vttZhAUERyg Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 22:36 -0400, Ben Blout wrote: > Is having DivX inside a .avi container what you are going for? Probably. IMHO still divx support needs to be removed from transcode, to tickle people to find alternatives, and in the process gain some knowledge about what they're actually doing. --=-KqlSXbvx2vttZhAUERyg Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAaqYJgD/6j32wUYRAs43AJwPuXxqFWtdWU007CHTdvlXd41oJgCdFpyL fxjDQK6xRjdclteeurwsqCU= =ukjZ -----END PGP SIGNATURE----- --=-KqlSXbvx2vttZhAUERyg-- From transcode-users-bounces@exit1.org Tue Aug 16 11:05:35 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D73C8126D83 for ; Tue, 16 Aug 2005 11:05:35 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G925Rd029874; Tue, 16 Aug 2005 11:02:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G924Rd029858 for ; Tue, 16 Aug 2005 11:02:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 9115A14340BC; Tue, 16 Aug 2005 11:02:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 9346B43C0C5; Tue, 16 Aug 2005 11:01:07 +0200 (CEST) Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43015A30.7080800@emenaker.com> References: <4301341F.6050609@emenaker.com> <200508160236.j7G2awKf028118@mint-square.mit.edu> <43015A30.7080800@emenaker.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Q/yurXGAiGJsUqFCPrd+" Date: Tue, 16 Aug 2005 11:01:07 +0200 Message-Id: <1124182867.5550.55.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.5 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-Q/yurXGAiGJsUqFCPrd+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-08-15 at 20:14 -0700, Joe Emenaker wrote: > Like what? Everything I've converted with their converter: > 1 - Acutally *played* in the player and didn't crash the player (unlike=20 > lots of mpg's and avi's I've tried in WMP) > 2 - They looked great (no visible artifacting) > 3 - The audio and video was in sync. Clearly you haven't done any reading on this subject. About binary only libraries that crash transcode, about suboptimal encoding, about divx ripping every useful feature from the mpeg4 standard to make it easier for them, and makes them completely non-mpeg4-compliant, etc. etc. --=-Q/yurXGAiGJsUqFCPrd+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAatTJgD/6j32wUYRAsuiAJwIZ5m4I88GPKvfFc9HccbrlkduPgCff1Jx aajv6Gc8XgjPfs8YhdUrqZY= =AmHz -----END PGP SIGNATURE----- --=-Q/yurXGAiGJsUqFCPrd+-- From transcode-users-bounces@exit1.org Tue Aug 16 11:17:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4219E126D82 for ; Tue, 16 Aug 2005 11:17:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G9DnRd030704; Tue, 16 Aug 2005 11:13:49 +0200 Received: from ryuu.homenet.lan (p5483373E.dip.t-dialin.net [84.131.55.62]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G9DlRd030681 for ; Tue, 16 Aug 2005 11:13:47 +0200 Received: from localhost (localhost [127.0.0.1]) by ryuu.homenet.lan (Postfix) with ESMTP id 4FFEEA3E62 for ; Tue, 16 Aug 2005 10:33:48 +0000 (UTC) Received: from ryuu.homenet.lan ([127.0.0.1]) by localhost (ryuu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 23963-09 for ; Tue, 16 Aug 2005 10:33:48 +0000 (UTC) Received: from persil.homenet.lan (persil.homenet.lan [192.168.1.14]) by ryuu.homenet.lan (Postfix) with ESMTP id 1CF62A3E58 for ; Tue, 16 Aug 2005 10:33:48 +0000 (UTC) From: Thomas Wehrspann To: transcode Users Mailing List Subject: Re: [transcode-users] Weird output Date: Tue, 16 Aug 2005 11:13:46 +0200 User-Agent: KMail/1.8.1 References: <20050816015912.5ed1714e@yog-sothoth> In-Reply-To: <20050816015912.5ed1714e@yog-sothoth> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508161113.47116.thomas@wehrspann.de> X-Virus-Scanned: by amavisd-new at homenet.lan X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Am Dienstag, 16. August 2005 01:59 schrieb Jean-Baptiste Mouret / Mandor: > I tried other codecs and input file format and I get the same results. It seems that the import module "imlist" has a problem with the colors. Use the "-depth 8" option with imagemagick's composite. If this doesn't help try "mogrify -depth 8 out*" with your current imagelist. > transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg BTW Transcode v1.0.0 is the current stable release. --- Thomas From transcode-users-bounces@exit1.org Tue Aug 16 11:20:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1E00C126D83 for ; Tue, 16 Aug 2005 11:20:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G9GwRd030971; Tue, 16 Aug 2005 11:16:58 +0200 Received: from outmx010.isp.belgacom.be (outmx010.isp.belgacom.be [195.238.3.233]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7G9GuRd030950 for ; Tue, 16 Aug 2005 11:16:56 +0200 Received: from outmx010.isp.belgacom.be (localhost [127.0.0.1]) by outmx010.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j7G9GnCb018997 for ; Tue, 16 Aug 2005 11:16:49 +0200 (envelope-from ) Received: from [10.5.3.21] (39.145-201-80.adsl.skynet.be [80.201.145.39]) by outmx010.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id j7G9Gj1G018952 for ; Tue, 16 Aug 2005 11:16:45 +0200 (envelope-from ) Message-ID: <4301AF01.8060207@skynet.be> Date: Tue, 16 Aug 2005 11:16:49 +0200 From: Hugo Coolens User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> In-Reply-To: <4301341F.6050609@emenaker.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Joe Emenaker wrote: > > > I've successfully ripped the *audio* from a DVD and normalized it, but > I haven't figures out how to demux "on the fly" as the ripping is > happening so that I get video *and* audio from a single read of the DVD. > > mkfifo vid.fifo aud.fifo tcextract -i vid.fifo -t vob -x mpeg2 >file.m2v tcextract -i aud.fifo -t vob -x ac3 -a 0 >file.ac3 tccat -i /dev/dvd -T 1 -L -P |tee aud.fifo vid.fifo >/dev/null > > Lastly, I haven't figured out how to remux the files together, either. > mplex -f 8 -S 0 -o yourprocessedfile.m2v youraudiofile.ac3 regards, hugo From transcode-users-bounces@exit1.org Tue Aug 16 12:06:32 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BD255126D83 for ; Tue, 16 Aug 2005 12:06:32 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GA0wRd001514; Tue, 16 Aug 2005 12:00:58 +0200 Received: from mxsf36.cluster1.charter.net (mxsf36.cluster1.charter.net [209.225.28.161]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GA0sRd001489 for ; Tue, 16 Aug 2005 12:00:54 +0200 Received: from mxip02a.cluster1.charter.net (mxip02a.cluster1.charter.net [209.225.28.132]) by mxsf36.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j7GA0lIi002346 for ; Tue, 16 Aug 2005 06:00:47 -0400 Received: from 66-215-54-212.dhcp.snlo.ca.charter.com (HELO [127.0.0.1]) ([66.215.54.212]) by mxip02a.cluster1.charter.net with ESMTP; 16 Aug 2005 06:00:46 -0400 X-IronPort-AV: i="3.96,111,1122868800"; d="p7s'?scan'208"; a="1264373539:sNHT23096376" Message-ID: <4301B94A.5000702@emenaker.com> Date: Tue, 16 Aug 2005 03:00:42 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> <200508160236.j7G2awKf028118@mint-square.mit.edu> <43015A30.7080800@emenaker.com> <1124182867.5550.55.camel@localhost.localdomain> In-Reply-To: <1124182867.5550.55.camel@localhost.localdomain> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000304090409070902050306" X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is a cryptographically signed message in MIME format. --------------ms000304090409070902050306 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Erik Slagter wrote: >On Mon, 2005-08-15 at 20:14 -0700, Joe Emenaker wrote: > > >>Like what? Everything I've converted with their converter: >> 1 - Acutally *played* in the player and didn't crash the player (unlike >>lots of mpg's and avi's I've tried in WMP) >> 2 - They looked great (no visible artifacting) >> 3 - The audio and video was in sync. >> >> >Clearly you haven't done any reading on this subject. > You're right. I haven't. I *have* done lots of reading lately about flying an airplane on instruments, about what to look for when buying a used airplane, about the Prism54 driver for linux, about patches for the 2.6.x kernel's orinoco pcmcia driver so that it can go into monitor mode, about cracking WEP, about weather phenomena, about WiFi antenna design like can-style waveguides, bi-quad antennas, and Yagi's. About the bass lines for the songs I play in my band, about recording the demos for our website, about inexepnsive audio interfaces for recording with Cakewalk Sonar, about MIDI sysex specifications.... ... and there's probably a lot of stuff I left out. And that's the stuff that's not related to my *job*. I recognize that you have more interest and time to devote to finding the ultimate optimum encoding for your particular home-theater setup. I hope that you will recognize that I don't have a lot of time to put into this. The only reason I'm doing this is because I want to be able to store a half-dozen of these DVD's on my laptop so that I don't have to carry the actual discs around in my backpack and burden my laptop battery with spinning them for two hours. Nobody's going to give me an "Uber-Nerd" medal if I manage to tweak a bunch of obscure encoding parameters to save 100k more than anybody else on a 500MB video, and I wouldn't be after one even if they would. I'm not sending a probe into space.... so I don't need to fit a certain video clip into some tiny amount of flash memory.... I don't need to tune the bitrate so that it streams great over a 56k modem. If I had very specific criteria that had to be met, then I'd be very interested in all of this stuff that I, clearly, haven't done any reading on. My criteria is that it works... and that it's drag-n-drop simple (except that, now, after having mastered that, I now want normalized audio :P ) Having these videos on my laptop will *save* me some amount of my time. If the process of encoding them (or wrestling with trying to get the player to work) ends up *costing* me more than that amount of time, then this whole process will be a net loss. As a result, the DivX converter has a special appeal to me because it "just works" (granted, I'm only expecting to view them when running Windows). I've yet to have any lip-sync issues and, if I want to view them on a friend's machine, I just download the free player and, again, it "just works". >About binary only libraries that crash transcode, > I'm not looking to view these on Linux at all. I use Linux for webserving, file-serving, my Java and Tomcat development, WiFi instrusion detection.... work stuff. I use Windows when it's time to play. >about suboptimal encoding, > Well, I've got lots of space on my hard drive... and, like I said, nobody's going to come and give me a medal if I manage to compress this video into 450MB instead of 460MB. >about divx ripping every useful feature from the mpeg4 standard to make it easier for them > "Easier for them" (regardless of who "them" is) usually means fewer bugs. I'm not saying it's universally a good thing... I'm saying that they made trade-offs... and there are some benefits and some deficits. Unless mpeg4 does audio normalization when encoding, then there's nothing in mpeg4 that I need right now that I'm going to miss. So, I guess I'm in their target market. :) Again, I acknowledge that this is a field you care about. I'm that way about a variety of other things (where I spend hours or days getting things "just right"), but this just isn't one of them. - Joe --------------ms000304090409070902050306 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII5TCC As0wggI2oAMCAQICAw5syTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwNDA2MjMyMzMyWhcNMDYwNDA2MjMyMzMy WjBCMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMR8wHQYJKoZIhvcNAQkBFhBq b2VAZW1lbmFrZXIuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlCku2qa UCxPB+omsQsfFaQ5+urjejco3zPfijxVIKb/7/O7eMDwAg4YSnFt4gopAOHm+LJiCXx9w2sK jkbkAwCE7+xRzpJPjQ8m1MuqJfudqxca6HVRqK2NELJ25XDu5pOr4dQlK9Gfmh+PysdMRsNM sKf1YhNMHrTAiiyi/AtaTVoXRu8PGMmmC9OVyT1B+nY0OpAS9KXP91zUUa6NKizaDVmVr4EG 3H5WnLbqRWg667f8cVOee+9NPn27yxRXQBIkfR945i+X5yZBXd2WSkr3CTfir82tvHEJgPhd VOieXAMtSMjmpeTgcGm4QG3UV3Vwc/aBfagL1Gg7WwySLwIDAQABoy0wKzAbBgNVHREEFDAS gRBqb2VAZW1lbmFrZXIuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAh4H0 o+3sYqxlKRPSRhTak+VrRtbfLBV7z12iDfW/s754EauwUuAkvW92GDQVLxAWkAq2zXMaqBQa QOHkxbZ9hD12zL1479qn2xahV3e78bzXoP0OuhfgXObGkW74z4cQY5lRt29S8jcr6vaeZyW/ UwoE8g990WTIp3k2BeYWkpUwggLNMIICNqADAgECAgMObMkwDQYJKoZIhvcNAQEEBQAwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1MDQwNjIz MjMzMloXDTA2MDQwNjIzMjMzMlowQjEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJl cjEfMB0GCSqGSIb3DQEJARYQam9lQGVtZW5ha2VyLmNvbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAM5QpLtqmlAsTwfqJrELHxWkOfrq43o3KN8z34o8VSCm/+/zu3jA8AIO GEpxbeIKKQDh5viyYgl8fcNrCo5G5AMAhO/sUc6ST40PJtTLqiX7nasXGuh1UaitjRCyduVw 7uaTq+HUJSvRn5ofj8rHTEbDTLCn9WITTB60wIosovwLWk1aF0bvDxjJpgvTlck9Qfp2NDqQ EvSlz/dc1FGujSos2g1Zla+BBtx+Vpy26kVoOuu3/HFTnnvvTT59u8sUV0ASJH0feOYvl+cm QV3dlkpK9wk34q/NrbxxCYD4XVTonlwDLUjI5qXk4HBpuEBt1Fd1cHP2gX2oC9RoO1sMki8C AwEAAaMtMCswGwYDVR0RBBQwEoEQam9lQGVtZW5ha2VyLmNvbTAMBgNVHRMBAf8EAjAAMA0G CSqGSIb3DQEBBAUAA4GBAIeB9KPt7GKsZSkT0kYU2pPla0bW3ywVe89dog31v7O+eBGrsFLg JL1vdhg0FS8QFpAKts1zGqgUGkDh5MW2fYQ9dsy9eO/ap9sWoVd3u/G816D9DroX4FzmxpFu +M+HEGOZUbdvUvI3K+r2nmclv1MKBPIPfdFkyKd5NgXmFpKVMIIDPzCCAqigAwIBAgIBDTAN BgkqhkiG9w0BAQUFADCB0TELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTES MBAGA1UEBxMJQ2FwZSBUb3duMRowGAYDVQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UE CxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBl cnNvbmFsIEZyZWVtYWlsIENBMSswKQYJKoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0 aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAwMFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1Ro YXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAK MNcCY1osiRVwjt3J8CuFWqo/cVbLrzwLB+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTX p6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZcmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYB Af8CAQAwQwYDVR0fBDwwOjA4oDagNIYyaHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBl cnNvbmFsRnJlZW1haWxDQS5jcmwwCwYDVR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYD VQQDExFQcml2YXRlTGFiZWwyLTEzODANBgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2as Zw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSe JVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr394fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHT HUb/XV9lTzGCAzswggM3AgEBMGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBD b25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBJc3N1aW5nIENBAgMObMkwCQYFKw4DAhoFAKCCAacwGAYJKoZIhvcNAQkDMQsGCSqGSIb3 DQEHATAcBgkqhkiG9w0BCQUxDxcNMDUwODE2MTAwMDQyWjAjBgkqhkiG9w0BCQQxFgQUWdIu BxkNzwi9XeJJXr3ScD73EsowUgYJKoZIhvcNAQkPMUUwQzAKBggqhkiG9w0DBzAOBggqhkiG 9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcwDQYIKoZIhvcNAwICASgweAYJKwYB BAGCNxAEMWswaTBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcg KFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3Vpbmcg Q0ECAw5syTB6BgsqhkiG9w0BCRACCzFroGkwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRo YXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBG cmVlbWFpbCBJc3N1aW5nIENBAgMObMkwDQYJKoZIhvcNAQEBBQAEggEAiFapyA36hRXbQCif XgAHSGjg753PtfaghN5SnZqgx6gyWeLk2egR8zQCFFdCseGsK3kC9yLiSTMk56GytPJH+ldx KeTo1umHGKgb6ogksDdotWXcRijzsXI1ciFr0EcIf5ZACsrVEQDe5g8Z1hiiUAv+kteebWX0 wdxqeFA8feH7nz5oc7hDQGiW5E7JFpAtZ8kYmxnhN5FRHfHnrlokTsDjB2td+NmGcji01HVT TfNopXRgTpUSkjBpdVuDlhz5ePBo12S+xNlWl7QO1NdgETvt+m0MzW+9RKs7hEiJVvKF6++H JmC+t/20VYqGPRZpszGBJ3gzPD6KfKOHdM1FMQAAAAAAAA== --------------ms000304090409070902050306-- From transcode-users-bounces@exit1.org Tue Aug 16 12:42:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8BB8C126D83 for ; Tue, 16 Aug 2005 12:42:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GAc6Rd004138; Tue, 16 Aug 2005 12:38:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GAc4Rd004122 for ; Tue, 16 Aug 2005 12:38:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 5641414340BC; Tue, 16 Aug 2005 12:38:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 48FB243C0C5; Tue, 16 Aug 2005 12:37:32 +0200 (CEST) Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <4301B94A.5000702@emenaker.com> References: <4301341F.6050609@emenaker.com> <200508160236.j7G2awKf028118@mint-square.mit.edu> <43015A30.7080800@emenaker.com> <1124182867.5550.55.camel@localhost.localdomain> <4301B94A.5000702@emenaker.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-cn7bk6c2Xsf7E1FEyDGs" Date: Tue, 16 Aug 2005 12:37:32 +0200 Message-Id: <1124188652.5550.66.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.6 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-cn7bk6c2Xsf7E1FEyDGs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 03:00 -0700, Joe Emenaker wrote: > >Clearly you haven't done any reading on this subject. > > > You're right. I haven't. I *have* done lots of reading lately about=20 > flying an airplane on instruments, about what to look for when buying a=20 [ ... ] It's your very right to refuse to learn anything (either active or passive) on any subject, but it's also the right of any member of the mailing list to choose not to take the effort to answer a question from someone that doesn't do some effort himself. IOW this is not a company supported helpdesk. --=-cn7bk6c2Xsf7E1FEyDGs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAcHsJgD/6j32wUYRAp2aAJ9iXr3oNO+wGAGNYAae+e8SuCmuQACeLyXC b8TSnv9mDepiogyn/bhxvGA= =rDES -----END PGP SIGNATURE----- --=-cn7bk6c2Xsf7E1FEyDGs-- From transcode-users-bounces@exit1.org Tue Aug 16 12:52:37 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 9E705126D83 for ; Tue, 16 Aug 2005 12:52:37 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GAmZRd004904; Tue, 16 Aug 2005 12:48:35 +0200 Received: from mail.happycoders.org (backup.happycoders.org [212.85.152.64]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GAmXRd004887 for ; Tue, 16 Aug 2005 12:48:33 +0200 Received: from mar92-10-82-239-67-9.fbx.proxad.net ([82.239.67.9] helo=yog-sothoth ident=mandor) by mail.happycoders.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1E4yzh-0005e6-2U for transcode-users@exit1.org; Tue, 16 Aug 2005 12:48:33 +0200 Date: Tue, 16 Aug 2005 12:48:31 +0200 From: Jean-Baptiste Mouret / Mandor To: transcode Users Mailing List Subject: Re: [transcode-users] Weird output Message-ID: <20050816124831.5f15fd2e@yog-sothoth> In-Reply-To: <200508161113.47116.thomas@wehrspann.de> References: <20050816015912.5ed1714e@yog-sothoth> <200508161113.47116.thomas@wehrspann.de> X-Mailer: Sylpheed-Claws 1.0.5 (GTK+ 1.2.10; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, 16 Aug 2005 11:13:46 +0200 Thomas Wehrspann wrote: | Am Dienstag, 16. August 2005 01:59 schrieb Jean-Baptiste Mouret / Mandor: | > I tried other codecs and input file format and I get the same results. | It seems that the import module "imlist" has a problem with the colors. Thanx a lot. It works fine. | Use the "-depth 8" option with imagemagick's composite. | If this doesn't help try "mogrify -depth 8 out*" with your current imagelist. | | > transcode v0.6.14 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg | BTW Transcode v1.0.0 is the current stable release. The problem was the same using v.1.0.0 on my mandriva 10.2 -- Jean-Baptiste Mouret / Mandor !!mandor.make; mandor.find_coffee From transcode-users-bounces@exit1.org Tue Aug 16 15:39:37 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 16044126D83 for ; Tue, 16 Aug 2005 15:39:37 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GDZsRd017049; Tue, 16 Aug 2005 15:35:54 +0200 Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GDZoRd017034 for ; Tue, 16 Aug 2005 15:35:50 +0200 Received: by rproxy.gmail.com with SMTP id c16so975010rne for ; Tue, 16 Aug 2005 06:35:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:reply-to:from:content-type:mime-version:content-transfer-encoding:message-id:user-agent; b=K6FHhAWOVQWw6rQUlUTQRJ11XIf1WO/iQfvvwzIe7s3SsGJ81oUkUMzsVE2XOx5gTuRhdjsmBVeLNx1A64VbyAa9WjXoapuwZMS8d1679s5O8vXcx6mDqODQ+g1en1BsdeMZcsc+bBpnrVZqfhCpiYCRfOOljKCj6KYovL1Je5c= Received: by 10.38.59.29 with SMTP id h29mr2318713rna; Tue, 16 Aug 2005 06:35:49 -0700 (PDT) Received: from thinkpad ([24.160.117.189]) by mx.gmail.com with ESMTP id 59sm3179749rnd.2005.08.16.06.35.48; Tue, 16 Aug 2005 06:35:49 -0700 (PDT) Date: Tue, 16 Aug 2005 08:35:43 -0500 To: transcode-users@exit1.org From: "Christopher Singley" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: User-Agent: Opera M2/8.01 (Win32, build 7642) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] mplex + glibc 2.3.5 = "glibc detected double free or corruption" X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: singley@alum.mit.edu, transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hello, I had transcode 0.6.14-r2 installed, and it worked great. I just upgraded glibc to version 2.3.5, and suddenly transcode stopped working in a distinctly unfriendly fashion. I was trying to create a DVD menu out of a jpeg file. `jpeg2yuv -n 50 -I p -f 25 -j menu.jpg | \ mpeg2enc -n p -f 8 -o menu.m2v` completed silently. `dd if=/dev/zero bs=4 count=2000 | \ toolame -b 128 -s 48 /dev/stdin menu.mp2` came off without a hitch. `mplex -f 8 -o menu.mpg menu.m2v menu.mp2` yielded one of these: *** glibc detected *** double free or corruption (!prev): 0x800081c8 *** What's particularly bothersome about this is that mplex performs just fine on "normal" files, i.e. demuxed audio/video from real recording. I tried upgrading to transcode 1.0 (for which congrats, folks), but alas, that did not do the trick. I even tried downgrading to transcode 0.6.14, which had previously done so well by me... but no. So I'd like to figure out what to do. I should mention that I compiled glibc, and subsquently transcode, with a hardened gcc profile (SSP & PIE). I'm concerned that might be the source of the problem. So I recompiled transcode with a vanilla gcc profile - again, to no avail; mplex still keeps throwing that nasty glibc error. Can anyone tell me how to proceed with troubleshooting this, short of downgrading glibc? Thanks, cs From transcode-users-bounces@exit1.org Tue Aug 16 16:00:32 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 32372126D89 for ; Tue, 16 Aug 2005 16:00:32 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GDw6Rd018624; Tue, 16 Aug 2005 15:58:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GDw4Rd018607 for ; Tue, 16 Aug 2005 15:58:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id AFB4614340BC; Tue, 16 Aug 2005 15:58:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 4F66C43C0C5; Tue, 16 Aug 2005 15:57:31 +0200 (CEST) Subject: Re: [transcode-users] mplex + glibc 2.3.5 = "glibc detected double free or corruption" From: Erik Slagter To: transcode Users Mailing List , singley@alum.mit.edu In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-XwLB61xIBBz0ydt59GIX" Date: Tue, 16 Aug 2005 15:57:31 +0200 Message-Id: <1124200651.5550.79.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.7 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-XwLB61xIBBz0ydt59GIX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 08:35 -0500, Christopher Singley wrote: > `mplex -f 8 -o menu.mpg menu.m2v menu.mp2` yielded one of these: > *** glibc detected *** double free or corruption (!prev): 0x800081c8 *** >=20 > What's particularly bothersome about this is that mplex performs just fin= e > on "normal" files, i.e. demuxed audio/video from real recording. Still this is an mplex issue. You cannot ever blame an external program for segfaults, memory corruption, etc. Mplex should even handle /dev/random gracefully, without dumping core, doubly freeing ptrs etc. --=-XwLB61xIBBz0ydt59GIX Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAfDLJgD/6j32wUYRAmgSAJ9yPdMBqxVrrGUAOyyysSqkwfGBmQCfY96I jI+V8wskbE+WoCLf6Furi9Y= =r5SR -----END PGP SIGNATURE----- --=-XwLB61xIBBz0ydt59GIX-- From transcode-users-bounces@exit1.org Tue Aug 16 16:43:18 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 64F7A126D89 for ; Tue, 16 Aug 2005 16:43:18 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEcURd021470; Tue, 16 Aug 2005 16:38:30 +0200 Received: from smtp.wp.pl (mx.wp.pl [212.77.101.4]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEcSRd021442 for ; Tue, 16 Aug 2005 16:38:28 +0200 Received: (wp-smtpd smtp.wp.pl 4392 invoked from network); 16 Aug 2005 16:38:23 +0200 Received: from pop3.wp.pl (HELO localhost) ([212.77.101.166]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 16 Aug 2005 16:38:23 +0200 Date: Tue, 16 Aug 2005 16:38:23 +0200 From: "theben theben" To: transcode-users@exit1.org Message-ID: <4301fa5f8f738@wp.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Mailer: Interfejs WWW nowej poczty Wirtualnej Polski X-User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Organization: Nowa Poczta Wirtualnej Polski S.A. http://www.wp.pl/ X-IP: 195.136.112.254 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO AS1=NO AS2=NO(0.503311) AS3=NO AS4=NO X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Loop record with transcode X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hello everybody, I would like to use transcode to loop recording (frame accurate) 10 minutes clips. Because I cannot use transcode in this way I used script below: #!/bin/bash while [ 1 ] do kanal=P data=`date +%Y%m%d` plik=`date +P_%Y%m%d_%H%M%S` if [ ! -d /video1/$kanal/$data ] then /usr/bin/mkdir /video1/$kanal/$data fi /usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 32000,16,1 -x v4l2="resync_margin=2:resync_interval=5" -o /video1/$kanal/$data/$plik.avi -y ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J text="":pos=30x30:points=12:notransparent -q 0 > /dev/null 2>&1 #/usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 48000,16,1 -x v4l2="resync_margin=2:resync_interval=5" -o /video/$kanal/$data/$plik.avi -y ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J text="":pos=30x30:points=12:notransparent -q 0 > /dev/null 2>&1 #/usr/local/bin/ffmpeg -vd /dev/video -b 1000 -ad /dev/dsp1 -ab 32 -ar 32000 -s 384x288 -y -v 0 /video/$kanal/$data/$plik.avi -t 600 > /dev/null 2>&1 done So, in this way in 10 minutes (-c 00:15:00) I got clip *P_date_hour*. But the problem is when I join two clips lose 6-10 frames beetwen them. It cames from the script. Is any other way to loop record with transcode. Thanks for any help. Ben ---------------------------------------------------- Zapraszamy na obchody rocznicy Sierpnia '80 w Szczecinie http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fszczecin.html&sid=467 From transcode-users-bounces@exit1.org Tue Aug 16 16:44:06 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 58B34126D89 for ; Tue, 16 Aug 2005 16:44:06 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEgHRd021894; Tue, 16 Aug 2005 16:42:17 +0200 Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEgFRd021877 for ; Tue, 16 Aug 2005 16:42:15 +0200 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1E52cP-0007gt-Bl for transcode-users@exit1.org; Tue, 16 Aug 2005 16:40:55 +0200 Received: from 195.136.112.254 ([195.136.112.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Aug 2005 16:40:45 +0200 Received: from theben by 195.136.112.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Aug 2005 16:40:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: transcode-users@exit1.org From: Ben Date: Tue, 16 Aug 2005 14:25:29 +0000 (UTC) Lines: 36 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.136.112.254 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=1.6 required=5.0 tests=RCVD_BY_IP, RCVD_NUMERIC_HELO autolearn=disabled version=3.0.4 X-Spam-Level: * X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Loop record with transcode... X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hello everybody, I would like to use transcode to loop recording (frame accurate) 10 minutes clips. Because I cannot use transcode in this way I used script below: #!/bin/bash while [ 1 ] do kanal=P data=`date +%Y%m%d` plik=`date +P_%Y%m%d_%H%M%S` if [ ! -d /video1/$kanal/$data ] then /usr/bin/mkdir /video1/$kanal/$data fi /usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 32000,16,1 -x v4l2="resync_margin=2:resync_interval=5" -o /video1/$kanal/$data/$plik.avi -y ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J text="":pos=30x30:points=12:notransparent -q 0 > /dev/null 2>&1 #/usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 48000,16,1 -x v4l2="resync_margin=2:resync_interval=5" -o /video/$kanal/$data/$plik.avi -y ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J text="":pos=30x30:points=12:notransparent -q 0 > /dev/null 2>&1 #/usr/local/bin/ffmpeg -vd /dev/video -b 1000 -ad /dev/dsp1 -ab 32 -ar 32000 -s 384x288 -y -v 0 /video/$kanal/$data/$plik.avi -t 600 > /dev/null 2>&1 done So, in this way in 10 minutes (-c 00:15:00) I got clip *P_date_hour*. But the problem is when I join two clips lose 6-10 frames beetwen them. It cames from the script. Is any other way to loop record with transcode. Thanks for any help. Ben From transcode-users-bounces@exit1.org Tue Aug 16 16:51:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8B626126D89 for ; Tue, 16 Aug 2005 16:51:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEnNRd022585; Tue, 16 Aug 2005 16:49:23 +0200 Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GEnKRd022566 for ; Tue, 16 Aug 2005 16:49:20 +0200 Received: from garou (cpe-24-195-94-82.nycap.res.rr.com [24.195.94.82]) by ms-smtp-01.nyroc.rr.com (8.12.10/8.12.10) with ESMTP id j7GEnGDX005132 for ; Tue, 16 Aug 2005 10:49:17 -0400 (EDT) Date: Tue, 16 Aug 2005 10:49:16 -0400 From: Michael Fiano To: transcode Users Mailing List Subject: Re: [transcode-users] transparent green box in picture Message-ID: <20050816104916.5746a572@garou> In-Reply-To: <1180.145.254.103.33.1123329312.squirrel@webmail.siegerland.net> References: <1180.145.254.103.33.1123329312.squirrel@webmail.siegerland.net> X-Mailer: Sylpheed-Claws 1.0.1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sat, 06 Aug 2005 13:55:12 +0200 (CEST) Stefan Simon wrote: > > I have transcoded a Video (MJPEG) to VCD. The colors are correct, but > there is a small green box in the top of the video, wich is transparent, > so you can see the picture under it. I could be wrong, but it sounds like a bad resolution. If you resize your movie make sure it's sized at a multiple the output format supports. A multiple of 16 should be suitable for most video formats. 512x384, 576x432, 640x480, etc. From transcode-users-bounces@exit1.org Tue Aug 16 17:50:00 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6EC06126D83 for ; Tue, 16 Aug 2005 17:50:00 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GFl7Rd026450; Tue, 16 Aug 2005 17:47:07 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GFl4Rd026428 for ; Tue, 16 Aug 2005 17:47:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 318EC14340BC; Tue, 16 Aug 2005 17:47:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 87FCE43C0C5; Tue, 16 Aug 2005 17:46:32 +0200 (CEST) Subject: Re: [transcode-users] Loop record with transcode... From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UoAGn6OXCwrikqwbpGEb" Date: Tue, 16 Aug 2005 17:46:32 +0200 Message-Id: <1124207192.19419.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-85.9 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-UoAGn6OXCwrikqwbpGEb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 14:25 +0000, Ben wrote: > Hello everybody, >=20 > I would like to use transcode to loop recording (frame accurate) 10 minut= es=20 > clips. Because I cannot use transcode in this way I used script below: >=20 > #!/bin/bash >=20 > while [ 1 ]=20 > do > kanal=3DP > data=3D`date +%Y%m%d` > plik=3D`date +P_%Y%m%d_%H%M%S` >=20 > if [ ! -d /video1/$kanal/$data ] > then > /usr/bin/mkdir /video1/$kanal/$data > fi > /usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 32000,16,1 -x=20 > v4l2=3D"resync_margin=3D2:resync_interval=3D5" -o /video1/$kanal/$data/$p= lik.avi -y=20 > ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J=20 > text=3D"":pos=3D30x30:points=3D12:notransparent -q 0 > /dev/null 2>&1 > #/usr/local/bin/transcode -i /dev/video -p /dev/dsp1 -e 48000,16,1 -x=20 > v4l2=3D"resync_margin=3D2:resync_interval=3D5" -o /video/$kanal/$data/$pl= ik.avi -y=20 > ffmpeg -F mpeg4 -c 00:15:00 -g 352x288 -w 1000 -D 4 -J=20 > text=3D"":pos=3D30x30:points=3D12:notransparent -q 0 > /dev/null 2>&1 > #/usr/local/bin/ffmpeg -vd /dev/video -b 1000 -ad /dev/dsp1 -ab 32 -ar 32= 000 -s=20 > 384x288 -y -v 0 /video/$kanal/$data/$plik.avi -t 600 > /dev/null 2>&1 > done =20 >=20 > So, in this way in 10 minutes (-c 00:15:00) I got clip *P_date_hour*. But= the=20 > problem is when I join two clips lose 6-10 frames beetwen them. It cames = from=20 > the script. Is any other way to loop record with transcode. My suspicion is that some frames are always lost when setting up the video card, no matter what driver or encoder you use. If you cannot afford to loose any frames, I am afraid the only option is to record one large file and split it afterwards. Well, there is of course the option --avi_limit that splits the output on X megabytes. --=-UoAGn6OXCwrikqwbpGEb Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAgpYJgD/6j32wUYRAkNoAJ4/F+eU2wCjAZQGLXQP/f9E/5OiMACdEbEJ JbeKx018BqQ5a7ORKIepCw8= =R5A0 -----END PGP SIGNATURE----- --=-UoAGn6OXCwrikqwbpGEb-- From transcode-users-bounces@exit1.org Tue Aug 16 17:52:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BB2FA126D83 for ; Tue, 16 Aug 2005 17:52:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GFo5Rd026720; Tue, 16 Aug 2005 17:50:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GFo3Rd026704 for ; Tue, 16 Aug 2005 17:50:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id B603F14340BC; Tue, 16 Aug 2005 17:50:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 1BB3E43C0C5; Tue, 16 Aug 2005 17:49:09 +0200 (CEST) Subject: Re: [transcode-users] transparent green box in picture From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050816104916.5746a572@garou> References: <1180.145.254.103.33.1123329312.squirrel@webmail.siegerland.net> <20050816104916.5746a572@garou> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KK27TYKrLwWgY2wjAgQS" Date: Tue, 16 Aug 2005 17:49:08 +0200 Message-Id: <1124207349.19419.20.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.0 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-KK27TYKrLwWgY2wjAgQS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 10:49 -0400, Michael Fiano wrote: > On Sat, 06 Aug 2005 13:55:12 +0200 (CEST) > Stefan Simon wrote: > >=20 > > I have transcoded a Video (MJPEG) to VCD. The colors are correct, but > > there is a small green box in the top of the video, wich is transparent= , > > so you can see the picture under it. >=20 > I could be wrong, but it sounds like a bad resolution. If you resize your= movie make sure it's sized at a multiple the output format supports. A mul= tiple of 16 should be suitable for most video formats. 512x384, 576x432, 64= 0x480, etc. Good point. Please note that VCD is VERY STRICT with parameters like resolution, buffer size, frame rate etc. Are you sure you want to make a VCD (and not e.g. a SVCD, which is much newer technology, or even DVD which is much much easier to make)? --=-KK27TYKrLwWgY2wjAgQS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAgr0JgD/6j32wUYRApfyAJ9BbVls+BFPrhMJEPRab/CAUgOylQCeI5LB Z5G/2gv4fzvovGFNpvqUpIc= =zrUo -----END PGP SIGNATURE----- --=-KK27TYKrLwWgY2wjAgQS-- From transcode-users-bounces@exit1.org Tue Aug 16 21:49:54 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 97CC8126D89 for ; Tue, 16 Aug 2005 21:49:54 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GJjNRd008262; Tue, 16 Aug 2005 21:45:23 +0200 Received: from smtp.e7even.com (smtp.e7even.com [83.151.192.5]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7GJjKRd008238 for ; Tue, 16 Aug 2005 21:45:20 +0200 Received: (qmail 23392 invoked from network); 16 Aug 2005 19:45:06 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by localhost with SMTP; 16 Aug 2005 19:45:06 -0000 Received: from smtp.e7even.com ([127.0.0.1]) by localhost (gateway [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 22927-04 for ; Tue, 16 Aug 2005 20:45:05 +0100 (BST) Received: (qmail 12428 invoked from network); 16 Aug 2005 18:15:22 -0000 Received: from unknown (HELO linux.site) (83.151.202.161) by smtp.e7even.com with SMTP; 16 Aug 2005 18:15:22 -0000 Date: Tue, 16 Aug 2005 19:15:47 +0100 From: Graham To: transcode-users@exit1.org Message-Id: <20050816191547.3b006f80.lists@Information-Cascade.co.uk> In-Reply-To: <200508161442.j7GEgNRd021919@fries.zyn.de> References: <200508161442.j7GEgNRd021919@fries.zyn.de> X-Mailer: Sylpheed version 1.9.0 (GTK+ 2.5.5; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at e7even.com X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: transcode-users Digest, Docs on containers, encodings, X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org > Clearly you haven't done any reading on this subject. There are a lot of documents, with many scattered references to ideas that you recognise, but may appear fragmented to others. When you read a keyword or phrase that alludes to something you already know, a bell goes off in your head, resonating the sound of familiarity. Some of that comes from the document, some from your head. When I read the same document, I see something completely different. (tumbleweed rolls past a sandblasted individual leaning against the wind) Its like a 5000 piece jigsaw, that you have 99% completed. A new concept that 'anyone could learn' fits easily into place, but for the rest of us, there is no context. Each piece is: blue, green or fuzzy. Its not only us beginners that are confused, its also the tools that cant tell the difference between container types. eg 'file' command I've recently been struggling with an MPG file from tccat. mplayer can play it, but dvdauthor can find a VOBU. file tccat_T1.m: MPEG system stream data file tc_T6.mpg: MPEG system stream data mplayer -vo dummy -identify tccat_T1.m # didnt see lack of VOBU A good way of saying "RTFM" is to copy+paste the URL to read. If you keep answering the same thing over and over, simply copy the same link (if it actually helps). -- Graham www . Information-Cascade .co.uk From transcode-users-bounces@exit1.org Tue Aug 16 23:38:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6BD9A126D89 for ; Tue, 16 Aug 2005 23:38:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GLZdRd015310; Tue, 16 Aug 2005 23:35:39 +0200 Received: from www.blastpoint.com (u15178464.onlinehome-server.com [217.160.251.115]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GLZaRd015294 for ; Tue, 16 Aug 2005 23:35:37 +0200 Received: (qmail 13206 invoked from network); 16 Aug 2005 14:42:59 -0700 Received: from damien.cob.calpoly.edu (HELO ?129.65.91.128?) (129.65.91.128) by u15178464.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 16 Aug 2005 14:42:59 -0700 Message-ID: <43025C08.2090404@emenaker.com> Date: Tue, 16 Aug 2005 14:35:04 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> <4301AF01.8060207@skynet.be> In-Reply-To: <4301AF01.8060207@skynet.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hugo Coolens wrote: > Joe Emenaker wrote: > >> I've successfully ripped the *audio* from a DVD and normalized it, >> but I haven't figures out how to demux "on the fly" as the ripping is >> happening so that I get video *and* audio from a single read of the DVD. > > mkfifo vid.fifo aud.fifo > > tcextract -i vid.fifo -t vob -x mpeg2 >file.m2v > > tcextract -i aud.fifo -t vob -x ac3 -a 0 >file.ac3 > > tccat -i /dev/dvd -T 1 -L -P |tee aud.fifo vid.fifo >/dev/null You cheeky, cheeky monkey! That looks like exactly what I was after! I was thinking that I was going to have to use "tee", but the fifo's hadn't occurred to me. Actually, I think this can be made a little nicer to the CPU by eliminating the need for piping to /dev/null (even though the bits are ultimately tossed, the system still has to send that data down three pipes instead of two). My latest version of this is: (tcextract -i vid.fifo -t vob -x mpeg2 >file.m2v ) & tccat -i /dev/dvd -T 1 -L -P | tee vid.fifo | tcextract -t vob -x ac3 -a 0 >file.ac3 which only uses one fifo and, for audio, makes use of the fact that tcextract defaults to stdin for it's input. Thanks! Now all I have to do is convert from AC3 to something my normalizer will understand. :) >> Lastly, I haven't figured out how to remux the files together, either. > > mplex -f 8 -S 0 -o yourprocessedfile.m2v youraudiofile.ac3 The mplex that I have defaults to "-S 0", so I could ommit that. Also, the "-o " need the output file name, so I used: mplex -f 8 -o output.mpg yourprocessedfile.m2v youraudiofile.ac3 Thanks again... I'm definitely in the home stretch now.... - Joe From transcode-users-bounces@exit1.org Wed Aug 17 00:39:02 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 108B5126D83 for ; Wed, 17 Aug 2005 00:39:02 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GMYQRd018867; Wed, 17 Aug 2005 00:34:26 +0200 Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7GMYNRd018852 for ; Wed, 17 Aug 2005 00:34:24 +0200 Received: by rproxy.gmail.com with SMTP id y7so37500rne for ; Tue, 16 Aug 2005 15:34:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:to:subject:reply-to:references:from:content-type:mime-version:content-transfer-encoding:message-id:in-reply-to:user-agent; b=Jdmyp8SOSmpi8mwS5bMiihOZBeB7z+peYolAqp7c4aHCyfGGcBtsZFnxUOBs1HPlsPmF0+x1812UMphDC7caj6E3vu4c1EY93S7nAR9UjutwhpIIG0K9gO8nOPgdFHb91Aa5wTmIam+3i706/oVPwtHq4zUeIwaSS5OH/aygw84= Received: by 10.38.11.12 with SMTP id 12mr2734rnk; Tue, 16 Aug 2005 15:34:19 -0700 (PDT) Received: from thinkpad ([24.160.117.189]) by mx.gmail.com with ESMTP id j20sm1917716rnf.2005.08.16.15.34.19; Tue, 16 Aug 2005 15:34:19 -0700 (PDT) Date: Tue, 16 Aug 2005 17:34:18 -0500 To: "transcode Users Mailing List" Subject: Re: [transcode-users] mplex + glibc 2.3.5 = "glibc detected double free or corruption" References: <1124200651.5550.79.camel@localhost.localdomain> From: "Christopher Singley" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <1124200651.5550.79.camel@localhost.localdomain> User-Agent: Opera M2/8.01 (Win32, build 7642) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: singley@alum.mit.edu, transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Should I report this as a bug? If so, to whom? Has anybody else encountered this error? Or, conversely, has anybody else gotten mplex to do this ("this" = correctly mux output of jpeg2yuv | mpeg2enc) on glibc 2.3.5? Does anyone have any suggestions for something I can do as a workaround? On Tue, 16 Aug 2005 08:57:31 -0500, Erik Slagter wrote: > On Tue, 2005-08-16 at 08:35 -0500, Christopher Singley wrote: >> `mplex -f 8 -o menu.mpg menu.m2v menu.mp2` yielded one of these: >> *** glibc detected *** double free or corruption (!prev): 0x800081c8 *** >> >> What's particularly bothersome about this is that mplex performs just >> fine >> on "normal" files, i.e. demuxed audio/video from real recording. > > Still this is an mplex issue. You cannot ever blame an external program > for segfaults, memory corruption, etc. Mplex should even > handle /dev/random gracefully, without dumping core, doubly freeing ptrs > etc. From transcode-users-bounces@exit1.org Wed Aug 17 03:06:09 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 35F6A126D8B for ; Wed, 17 Aug 2005 03:06:09 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H12mRd024909; Wed, 17 Aug 2005 03:02:48 +0200 Received: from mx1.sover.net (mailgate1.sover.net [209.198.87.60]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H12kRd024894 for ; Wed, 17 Aug 2005 03:02:46 +0200 Received: from smtpauth4.sover.net (smtpauth4.sover.net [209.198.87.111]) by mx1.sover.net (8.12.9/8.12.9) with ESMTP id j7H12cYn026531 for ; Tue, 16 Aug 2005 21:02:43 -0400 (EDT) Received: from localhost (pool-71-110-28-212.lsanca.dsl-w.verizon.net [71.110.28.212]) (authenticated bits=0) by smtpauth4.sover.net (8.12.9/8.12.9) with ESMTP id j7H12Rci015786 for ; Tue, 16 Aug 2005 21:02:37 -0400 (EDT) Date: Tue, 16 Aug 2005 21:01:39 -0400 From: Jesse To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Message-ID: <20050816210139.6cdd5a52@localhost> In-Reply-To: <1124182049.5550.37.camel@localhost.localdomain> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <1124182049.5550.37.camel@localhost.localdomain> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I'm running through dvdrip - so I assume they do some magic in the background - but I know it at least uses the LD_ASSUME_KERNEL world variable - set's it to 2.4.30 before transcoding. My glibc has nptl as well as the old linuxthreads (i think that's what it was called?) that transcode uses. Thanks for the only (on topic) reply. On Tue, 16 Aug 2005 10:47:29 +0200 Erik Slagter wrote: > On Mon, 2005-08-15 at 16:03 -0400, Jesse wrote: > > Suddenly I was experiencing the nasty 99.9x% > > stall on all transcodes - even though my workaround nptl was set > > like it always is. So I backed down to dvdrip 0.97.1. Still having > > the 99.9x% stall! So, figuring it was actually transcode 1.0.0 and > > that I had just been lucky with those 2 successful rips, I backed > > that down to 0.6.14 and re-installed dvdrip 0.97.2 .... yes I > > realize this is version hell to follow but those of you still with > > me made it through! > > What did you exactly do to get around the ntpl problem? Did you > install another kernel in the meantime (kernels from distributors are > notorious), did you upgrade your libc? From transcode-users-bounces@exit1.org Wed Aug 17 11:50:02 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A1065126D8F for ; Wed, 17 Aug 2005 11:50:02 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9k6Rd022818; Wed, 17 Aug 2005 11:46:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9k4Rd022803 for ; Wed, 17 Aug 2005 11:46:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 6FD3514340BC; Wed, 17 Aug 2005 11:46:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 41F6043C0C5; Wed, 17 Aug 2005 11:45:56 +0200 (CEST) Subject: Re: [transcode-users] Re: transcode-users Digest, Docs on containers, encodings, From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050816191547.3b006f80.lists@Information-Cascade.co.uk> References: <200508161442.j7GEgNRd021919@fries.zyn.de> <20050816191547.3b006f80.lists@Information-Cascade.co.uk> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-KWo1tFtacG13WYYqjnbM" Date: Wed, 17 Aug 2005 11:45:56 +0200 Message-Id: <1124271956.26946.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.1 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-KWo1tFtacG13WYYqjnbM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 19:15 +0100, Graham wrote: > > Clearly you haven't done any reading on this subject. >=20 > There are a lot of documents, with many scattered references > to ideas that you recognise, but may appear fragmented to others. [ ... ] What helped in my case was simply subscribe to some mailing lists and read it all (even if it's not interesting for you at that moment). If you encounter something you don't understand, use google and archives, and if that doesn't work, ask, but convince the readers you have put effort in it, by asking the right question (so the answer can be short). > Its not only us beginners that are confused, its also the tools > that cant tell the difference between container types. eg 'file' command > I've recently been struggling with an MPG file from tccat. > mplayer can play it, but dvdauthor can find a VOBU. >=20 > file tccat_T1.m: MPEG system stream data > file tc_T6.mpg: MPEG system stream data >=20 > mplayer -vo dummy -identify tccat_T1.m # didnt see lack of VOBU This is perfectly correct behaviour. Both are legal mpeg systems stream or programs stream data. One of the two has a few extra packets in them. > A good way of saying "RTFM" is to copy+paste the URL to read. > If you keep answering the same thing over and over, > simply copy the same link (if it actually helps). I am thinking of putting "www.transcoding.org" in my signature, but then, I guess no-one will read that as well. --=-KWo1tFtacG13WYYqjnbM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAwdUJgD/6j32wUYRAn6nAJwI575lhgeyhDRqOxAWA0cSHPELlACfa53k qcOrG4SgLeCbba5UQcWYav0= =TbZL -----END PGP SIGNATURE----- --=-KWo1tFtacG13WYYqjnbM-- From transcode-users-bounces@exit1.org Wed Aug 17 11:51:05 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id CE1D5126D8F for ; Wed, 17 Aug 2005 11:51:05 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9nCRd023032; Wed, 17 Aug 2005 11:49:12 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9n4Rd023010 for ; Wed, 17 Aug 2005 11:49:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 5650914340BC; Wed, 17 Aug 2005 11:49:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 7A2CA43C0C5; Wed, 17 Aug 2005 11:48:07 +0200 (CEST) Subject: Re: [transcode-users] mplex + glibc 2.3.5 = "glibc detected double free or corruption" From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1124200651.5550.79.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8KtnbrXMaETUeKFYlLPt" Date: Wed, 17 Aug 2005 11:48:07 +0200 Message-Id: <1124272087.26946.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.2 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-8KtnbrXMaETUeKFYlLPt Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 17:34 -0500, Christopher Singley wrote: > Should I report this as a bug? If so, to whom? >=20 > Has anybody else encountered this error? > Or, conversely, has anybody else gotten mplex to do this > ("this" =3D correctly mux output of jpeg2yuv | mpeg2enc) > on glibc 2.3.5? >=20 > Does anyone have any suggestions for something I can do as a workaround? Libc has gotten much more strict lately so it reveals error that have been unrevealed earlier. This IS a bug in mplex and you should report it there. --=-8KtnbrXMaETUeKFYlLPt Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAwfXJgD/6j32wUYRAgxjAKCHLXsEsi7JIWtklwiYv79cY9dV4wCaAzze 5x5SdvM0t6pmOgYf6Jxh6L0= =jIU2 -----END PGP SIGNATURE----- --=-8KtnbrXMaETUeKFYlLPt-- From transcode-users-bounces@exit1.org Wed Aug 17 11:51:45 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6C28E126D8F for ; Wed, 17 Aug 2005 11:51:45 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9o6Rd023144; Wed, 17 Aug 2005 11:50:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7H9o4Rd023129 for ; Wed, 17 Aug 2005 11:50:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 5E71E14340BC; Wed, 17 Aug 2005 11:50:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id EBD5043C0C5; Wed, 17 Aug 2005 11:49:23 +0200 (CEST) Subject: Re: [transcode-users] A/V sync issues - still need help From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050816210139.6cdd5a52@localhost> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <1124182049.5550.37.camel@localhost.localdomain> <20050816210139.6cdd5a52@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-b6KJ7uq+EhRnCQAuzwtS" Date: Wed, 17 Aug 2005 11:49:23 +0200 Message-Id: <1124272163.26946.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.4 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-b6KJ7uq+EhRnCQAuzwtS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-08-16 at 21:01 -0400, Jesse wrote: > I'm running through dvdrip - so I assume they do some magic in the > background - but I know it at least uses the LD_ASSUME_KERNEL world > variable - set's it to 2.4.30 before transcoding. My glibc has nptl as > well as the old linuxthreads (i think that's what it was called?) that > transcode uses. It's more import what threading model the kernel uses. If you have switched kernel in the meantime, it may be the cause. --=-b6KJ7uq+EhRnCQAuzwtS Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAwgjJgD/6j32wUYRAq50AJ4xfjUmeQbKkUrehXDUihS/AZi8CQCdGL+6 fCN8OliPjwbYz8pfKyiTJwo= =gDIb -----END PGP SIGNATURE----- --=-b6KJ7uq+EhRnCQAuzwtS-- From transcode-users-bounces@exit1.org Wed Aug 17 15:13:41 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id CE954126D90 for ; Wed, 17 Aug 2005 15:13:41 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HD9RRd006193; Wed, 17 Aug 2005 15:09:27 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HD9PRd006175 for ; Wed, 17 Aug 2005 15:09:26 +0200 Received: by wproxy.gmail.com with SMTP id 70so203782wra for ; Wed, 17 Aug 2005 06:09:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding; b=I1G9gjJZ5v591QjzrzFrdoR+Vb+s6leYSBUcOuuJyifnJDKO6B1D04JBl9IGLQqlXmIGVYUE9eTvvS1apheN9FNF+B41E64g0+0fhIZ5NziFUsK/0mA3ib3qVO5/vZq1P4OLjhw9DYMw0a3qiKwSJtYXq+hKBVSaubbDvjbzP0o= Received: by 10.54.15.11 with SMTP id 11mr419194wro; Wed, 17 Aug 2005 06:09:20 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id g5sm640664wra.2005.08.17.06.09.20; Wed, 17 Aug 2005 06:09:20 -0700 (PDT) Message-ID: <43032B95.4050605@gmail.com> Date: Wed, 17 Aug 2005 08:20:37 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode-users@exit1.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] An error I just can't get past X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Why is transcoding doing this, I am a first time user so I may have missed somthing... but it simply will not work, and I have given up so.. [root@localhost vncrec]# transcode -i /home/webactivex/vncrec-0.2/vncrec/sample.vnc -x vnc -o /home/webactivex/test_divx4mp3.mpg -y mpeg2enc transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Encrypted DVD support unavailable. libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source /home/webactivex/vncrec-0.2/vncrec/sample.vnc (ok) [transcode] V: import format | RGB/BGR (V=vnc|A=null) [transcode] V: import frame | 1024x768 1.33:1 [transcode] V: bits/pixel | 0.092 (low) [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import | disabled [transcode] A: export | disabled [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 0 (0.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 1024x768 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vnc.so] v0.0.2 (2003-11-29) (video) VNC [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_mpeg2enc.so] v1.1.10 (2003-10-30) (video) MPEG 1/2 [export_mpeg2enc.so] *** init-v *** ! [export_mpeg2enc.so] cmd=mpeg2enc -v 0 -I 0 -q 3 -f 0 -4 2 -2 3 -b 1800 -F 3 -n p -o "/home/webactivex/test_divx4mp3.mpg.m1v" VNC server supports protocol version 3.8 (viewer 3.3) VNC authentication succeeded Desktop name "localhost:1 (webactivex)" Connected to VNC server, using protocol version 3.3 VNC server default format: 16 bits per pixel. Least significant byte first in each pixel. True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0 Using default colormap which is TrueColor. Pixel format: 32 bits per pixel. Least significant byte first in each pixel. True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 Using shared memory PutImage printing frame for time = 0.000000 seconds [tcxpm2rgb.c:334] truncated 16 characters [tcxpm2rgb.c:334] truncated 16 characters [tcxpm2rgb.c:334] truncated 16 characters (goes on like this for a while......) [tcxpm2rgb.c:334] truncated 16 characters [tcxpm2rgb.c:334] truncated 16 characters [tcxpm2rgb.c:334] truncated 16 characters ++ WARN: [mpeg2enc] No aspect ratio specifed and no guess possible: assuming 4:3 display aspect! clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 0 frames (0 dropped, 0 cloned), clip length 0.00 s I tried other modules, and the ones that did work, just kept giving me this error! ~matt From transcode-users-bounces@exit1.org Wed Aug 17 15:29:07 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 67384126D90 for ; Wed, 17 Aug 2005 15:29:07 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HDR6Rd007389; Wed, 17 Aug 2005 15:27:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HDR4Rd007373 for ; Wed, 17 Aug 2005 15:27:05 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id BFE2E14340BC; Wed, 17 Aug 2005 15:27:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 2C49E43C0C5; Wed, 17 Aug 2005 15:26:58 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43032B95.4050605@gmail.com> References: <43032B95.4050605@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hcLH4u9rLuIebdNKvCnr" Date: Wed, 17 Aug 2005 15:26:58 +0200 Message-Id: <1124285218.351.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.5 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-hcLH4u9rLuIebdNKvCnr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 08:20 -0400, webactivex wrote: ^^^^^^^^^^ eeeek! > ++ WARN: [mpeg2enc] No aspect ratio specifed and no guess possible:=20 > assuming 4:3 display aspect! This is not an error but a warning. It shouldn't choke here. Anyway, as mpeg2enc is complaining, why not try ffmpeg? --=-hcLH4u9rLuIebdNKvCnr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDAzshJgD/6j32wUYRAtC1AJ0WJ1PuD0ZmV05GMHh2a7MgchvPMACdEy0w GAQ0giFPu4+qCm1ugsVjSyc= =/HnA -----END PGP SIGNATURE----- --=-hcLH4u9rLuIebdNKvCnr-- From transcode-users-bounces@exit1.org Wed Aug 17 15:41:51 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C6AFC126D8F for ; Wed, 17 Aug 2005 15:41:51 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HDdwRd008264; Wed, 17 Aug 2005 15:39:58 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HDdtRd008247 for ; Wed, 17 Aug 2005 15:39:56 +0200 Received: by wproxy.gmail.com with SMTP id 37so186900wra for ; Wed, 17 Aug 2005 06:39:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=h1fTqZAlecXImpAMX6GrFjE/FbGB3qOr3rqmrAxLHycvC0RkDSsd/sZf/DY3RZROSy3IB5eQT5HArwoZqBHz1MAODpnwy/BbU2Cp6Gz7IXGWB4wq+PB0lFobX61YkYEm+BCzhlBZJZbWD49+XrgzgsFkwJ9rQH9/EO4S1i9XngQ= Received: by 10.54.4.45 with SMTP id 45mr441976wrd; Wed, 17 Aug 2005 06:39:50 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id d61sm684101wra.2005.08.17.06.39.49; Wed, 17 Aug 2005 06:39:50 -0700 (PDT) Message-ID: <430332BA.3060901@gmail.com> Date: Wed, 17 Aug 2005 08:51:06 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> In-Reply-To: <1124285218.351.3.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: >On Wed, 2005-08-17 at 08:20 -0400, webactivex wrote: > ^^^^^^^^^^ > eeeek! > > > >>++ WARN: [mpeg2enc] No aspect ratio specifed and no guess possible: >>assuming 4:3 display aspect! >> >> > >This is not an error but a warning. It shouldn't choke here. > >Anyway, as mpeg2enc is complaining, why not try ffmpeg? > > [root@localhost vncrec]# transcode -i /home/webactivex/vncrec-0.2/vncrec/sample.vnc -x vnc -o /home/webactivex/test_divx4mp3.mpg -y ffmpeg -F mpeg4 transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Encrypted DVD support unavailable. libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source /home/webactivex/vncrec-0.2/vncrec/sample.vnc (ok) [transcode] V: import format | RGB/BGR (V=vnc|A=null) [transcode] V: import frame | 1024x768 1.33:1 [transcode] V: bits/pixel | 0.092 (low) [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import | disabled [transcode] A: export | disabled [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 0 (0.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 1024x768 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vnc.so] v0.0.2 (2003-11-29) (video) VNC [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | (audio) MPEG/AC3/PCM [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 compliant video). [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use --encode_fields [export_ffmpeg.so]: INFO: No profile selected [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so: undefined symbol: avcodec_thread_init [root@localhost vncrec]# VNC server supports protocol version 3.8 (viewer 3.3) VNC authentication succeeded Desktop name "localhost:1 (webactivex)" Connected to VNC server, using protocol version 3.3 VNC server default format: 16 bits per pixel. Least significant byte first in each pixel. True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0 Using default colormap which is TrueColor. Pixel format: 32 bits per pixel. Least significant byte first in each pixel. True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 Using shared memory PutImage printing frame for time = 0.000000 seconds From transcode-users-bounces@exit1.org Wed Aug 17 16:18:19 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6524D126D8F for ; Wed, 17 Aug 2005 16:18:19 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEFVRd010608; Wed, 17 Aug 2005 16:15:31 +0200 Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEFSRd010589 for ; Wed, 17 Aug 2005 16:15:28 +0200 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E5Ofg-0004c0-MO for transcode-users@exit1.org; Wed, 17 Aug 2005 16:13:46 +0200 Received: from 195.136.112.254 ([195.136.112.254]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2005 16:13:36 +0200 Received: from theben by 195.136.112.254 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Aug 2005 16:13:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: transcode-users@exit1.org From: Ben Date: Wed, 17 Aug 2005 14:13:27 +0000 (UTC) Lines: 19 Message-ID: References: <1124207192.19419.16.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.136.112.254 (Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=1.6 required=5.0 tests=RCVD_BY_IP, RCVD_NUMERIC_HELO autolearn=disabled version=3.0.4 X-Spam-Level: * X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: Loop record with transcode... X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org > My suspicion is that some frames are always lost when setting up the > video card, no matter what driver or encoder you use. > > If you cannot afford to loose any frames, I am afraid the only option is > to record one large file and split it afterwards. > > Well, there is of course the option --avi_limit that splits the output > on X megabytes. > I cannot loose any frames because of nature of recording. It should by 24 hours spy record without frames interruption. (no more then 1-2 frames for open/close files). My project is to use transcode for 24h frame accurate recording. Maybe if I loop main record procedure in trancode source code I will get this. Any other ideas? Ben From transcode-users-bounces@exit1.org Wed Aug 17 16:19:19 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 99155126D8F for ; Wed, 17 Aug 2005 16:19:19 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEHERd010760; Wed, 17 Aug 2005 16:17:14 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEGcRd010703 for ; Wed, 17 Aug 2005 16:16:39 +0200 Received: by wproxy.gmail.com with SMTP id 37so196961wra for ; Wed, 17 Aug 2005 07:16:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=rMiKnc8JffWjW74sXhqWq4mgGN6T19ST5+BhOodsZFy3vPjq50fvS8VrfQch5yfCctkeKx8UX4c6RtfQ4eQ6iU/o3XDbGfegHYBuY8/oqBEY7dhu4pBWVBCd8LyqwFsGnsFfBRmN4aiwxOJvBoZhQY3t0lmG8i0XQAupbAymQ2s= Received: by 10.54.11.10 with SMTP id 10mr475310wrk; Wed, 17 Aug 2005 07:16:33 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id 15sm3070779wrl.2005.08.17.07.16.32; Wed, 17 Aug 2005 07:16:33 -0700 (PDT) Message-ID: <43033B55.3040002@gmail.com> Date: Wed, 17 Aug 2005 09:27:49 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> In-Reply-To: <1124285218.351.3.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: >On Wed, 2005-08-17 at 08:20 -0400, webactivex wrote: > ^^^^^^^^^^ > eeeek! > > > >>++ WARN: [mpeg2enc] No aspect ratio specifed and no guess possible: >>assuming 4:3 display aspect! >> >> > >This is not an error but a warning. It shouldn't choke here. > >Anyway, as mpeg2enc is complaining, why not try ffmpeg? > > [root@localhost vncrec]# transcode -i /home/webactivex/vncrec-0.2/vncrec/sample.vnc -x vnc -o /home/webactivex/test_divx4mp3.mpg -y ffmpeg -F mpeg4 transcode v1.0.0 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Encrypted DVD support unavailable. libdvdread: Can't open file VIDEO_TS.IFO. [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source /home/webactivex/vncrec-0.2/vncrec/sample.vnc (ok) [transcode] V: import format | RGB/BGR (V=vnc|A=null) [transcode] V: import frame | 1024x768 1.33:1 [transcode] V: bits/pixel | 0.092 (low) [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import | disabled [transcode] A: export | disabled [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 0 (0.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 1024x768 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vnc.so] v0.0.2 (2003-11-29) (video) VNC [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | (audio) MPEG/AC3/PCM [export_ffmpeg.so] Using FFMPEG codec 'mpeg4' (FourCC 'DIVX', MPEG4 compliant video). [export_ffmpeg.so]: WARNING: Interlacing parameters unknown, use --encode_fields [export_ffmpeg.so]: INFO: No profile selected [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so: undefined symbol: avcodec_thread_init [root@localhost vncrec]# VNC server supports protocol version 3.8 (viewer 3.3) VNC authentication succeeded Desktop name "localhost:1 (webactivex)" Connected to VNC server, using protocol version 3.3 VNC server default format: 16 bits per pixel. Least significant byte first in each pixel. True colour: max red 31 green 63 blue 31, shift red 11 green 5 blue 0 Using default colormap which is TrueColor. Pixel format: 32 bits per pixel. Least significant byte first in each pixel. True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 Using shared memory PutImage printing frame for time = 0.000000 seconds [root@localhost vncrec]# So I basically get nothing when doing ffmpeg... ~matt From transcode-users-bounces@exit1.org Wed Aug 17 16:40:15 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D40D9126D8F for ; Wed, 17 Aug 2005 16:40:15 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEc4Rd012265; Wed, 17 Aug 2005 16:38:04 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEc3Rd012249 for ; Wed, 17 Aug 2005 16:38:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 4662214340BC; Wed, 17 Aug 2005 16:38:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 32BCB43C0C5; Wed, 17 Aug 2005 16:37:36 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <430332BA.3060901@gmail.com> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-37txMPNmpGGN4cruMU/A" Date: Wed, 17 Aug 2005 16:37:36 +0200 Message-Id: <1124289456.5948.0.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.6 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-37txMPNmpGGN4cruMU/A Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 08:51 -0400, webactivex wrote: > transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so:=20 > undefined symbol: avcodec_thread_init You're using ffmpeg/libavcodec from a package, right? --=-37txMPNmpGGN4cruMU/A Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA0uwJgD/6j32wUYRAl14AJ44tiDUj4EjlXvPD3U5e2p870kCtwCdH29V GyMip1rFLe1/JxhzusYCWI0= =+OxP -----END PGP SIGNATURE----- --=-37txMPNmpGGN4cruMU/A-- From transcode-users-bounces@exit1.org Wed Aug 17 16:41:55 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 13B9E126D90 for ; Wed, 17 Aug 2005 16:41:55 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEe8Rd012454; Wed, 17 Aug 2005 16:40:08 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEe6Rd012439 for ; Wed, 17 Aug 2005 16:40:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id AAA3414340BC; Wed, 17 Aug 2005 16:40:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 762BC43C0C5; Wed, 17 Aug 2005 16:39:19 +0200 (CEST) Subject: Re: [transcode-users] Re: Loop record with transcode... From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1124207192.19419.16.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-pcqrjeujXPCxX5Kb4C6X" Date: Wed, 17 Aug 2005 16:39:19 +0200 Message-Id: <1124289559.5948.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.7 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-pcqrjeujXPCxX5Kb4C6X Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 14:13 +0000, Ben wrote: > > My suspicion is that some frames are always lost when setting up the > > video card, no matter what driver or encoder you use. > >=20 > > If you cannot afford to loose any frames, I am afraid the only option i= s > > to record one large file and split it afterwards. > >=20 > > Well, there is of course the option --avi_limit that splits the output > > on X megabytes. > >=20 >=20 > I cannot loose any frames because of nature of recording. It should by 24= hours=20 > spy record without frames interruption. (no more then 1-2 frames for open= /close=20 > files). My project is to use transcode for 24h frame accurate recording. = Maybe=20 > if I loop main record procedure in trancode source code I will get this. >=20 > Any other ideas? I am afraid you'll have to do some programming yourself here. You always can use the import_v4l2 module as base (or even link to it). Otherwise, maybe something like zoneminder? --=-pcqrjeujXPCxX5Kb4C6X Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA0wXJgD/6j32wUYRAqxwAJ4kTBTrowhM1qRkuuU3V3aZM6XZPwCeLVQ8 ykgrvi+h6cX0Fo53usgYdMg= =iuMJ -----END PGP SIGNATURE----- --=-pcqrjeujXPCxX5Kb4C6X-- From transcode-users-bounces@exit1.org Wed Aug 17 16:48:20 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D270E126D8F for ; Wed, 17 Aug 2005 16:48:20 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEkZRd012956; Wed, 17 Aug 2005 16:46:35 +0200 Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.198.43]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEkXRd012921 for ; Wed, 17 Aug 2005 16:46:34 +0200 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (rwcrmhc12) with SMTP id <20050817144616014009lhkre>; Wed, 17 Aug 2005 14:46:26 +0000 Mime-Version: 1.0 (Apple Message framework v733) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: transcode Users Mailing List From: Kichigai Mentat Date: Wed, 17 Aug 2005 09:46:25 -0500 X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.733) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Transcode 1.0.0 Fails To Build X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm attempting to build Transcode 1.0.0 on my Mac OS X 10.4.2 iBook. Making all in subtitler make[3]: Nothing to be done for `all'. if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. - I.. -D_REENTRANT -I.. -I../src -I../avilib -I/sw/include -I../ libac3 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/ include -I/sw/include -faltivec -Wall -D_LARGEFILE_SOURCE - D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -no-cpp-precomp - D_INTL_REDIRECT_MACROS -MT filter_smartyuv.lo -MD -MP -MF ".deps/ filter_smartyuv.Tpo" -c -o filter_smartyuv.lo filter_smartyuv.c; \ then mv -f ".deps/filter_smartyuv.Tpo" ".deps/filter_smartyuv.Plo"; else rm -f ".deps/filter_smartyuv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -I.. -I../src -I../ avilib -I/sw/include -I../libac3 -I/usr/X11R6/include -I/usr/X11R6/ include/freetype2 -I/usr/include -I/sw/include -faltivec -Wall - D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g - O2 -no-cpp-precomp -D_INTL_REDIRECT_MACROS -MT filter_smartyuv.lo -MD - -MP -MF .deps/filter_smartyuv.Tpo -c filter_smartyuv.c -fno-common - DPIC -o .libs/filter_smartyuv.o filter_smartyuv.c: In function 'smartyuv_core': filter_smartyuv.c:1192: warning: pointer targets in passing argument 1 of 'Blendline_c' differ in signedness filter_smartyuv.c:1192: warning: pointer targets in passing argument 2 of 'Blendline_c' differ in signedness filter_smartyuv.c:1192: warning: pointer targets in passing argument 3 of 'Blendline_c' differ in signedness filter_smartyuv.c:1192: warning: pointer targets in passing argument 4 of 'Blendline_c' differ in signedness filter_smartyuv.c: In function 'tc_filter': filter_smartyuv.c:1353: warning: pointer targets in assignment differ in signedness filter_smartyuv.c:1354: warning: pointer targets in assignment differ in signedness filter_smartyuv.c: In function 'smartyuv_core': filter_smartyuv.c:1160: warning: 'vmov' may be used uninitialized in this function filter_smartyuv.c:1265: internal compiler error: in output_constant_pool_2, at varasm.c:3150 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [filter_smartyuv.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 - ---- Diplomacy is the art of saying "nice doggy" until you can find a rock. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDA03FwAwn3hu8KxcRAnCmAJ47WxVRRu9qXTjntJdt/JNO+fyaPACfWT1N UhZ0FiTR6k0YBUiO1fRQO+g= =qKk4 -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Wed Aug 17 16:56:29 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A4A34126D8F for ; Wed, 17 Aug 2005 16:56:29 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEscRd013644; Wed, 17 Aug 2005 16:54:38 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HEsZRd013623 for ; Wed, 17 Aug 2005 16:54:36 +0200 Received: by wproxy.gmail.com with SMTP id 37so207422wra for ; Wed, 17 Aug 2005 07:54:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Fput/5ra1nZIWhZfOeJOWL4RHFqMy8qI7/+NTNn6G6oCEhqahlyYBmhUeGF76RLzVD8sYlsd+9IZBLv9Sd2UxAu9gkiB25Td89PSzyausKG05AwPfyn96TXp91w29LAystgC4xMNXnPptyWkGUavNIEmxio/tCfZTtUMeK1Vhqw= Received: by 10.54.158.19 with SMTP id g19mr489239wre; Wed, 17 Aug 2005 07:54:30 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id g12sm1214294wra.2005.08.17.07.54.29; Wed, 17 Aug 2005 07:54:30 -0700 (PDT) Message-ID: <4303443B.8060002@gmail.com> Date: Wed, 17 Aug 2005 10:05:47 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> In-Reply-To: <1124289456.5948.0.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: >On Wed, 2005-08-17 at 08:51 -0400, webactivex wrote: > > >>transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so: >>undefined symbol: avcodec_thread_init >> >> > >You're using ffmpeg/libavcodec from a package, right? > > [root@localhost vncrec]# urpmi libffmpeg0 Everything already installed [root@localhost vncrec]# urpmi ffmpeg Everything already installed I assume so.. From transcode-users-bounces@exit1.org Wed Aug 17 17:53:31 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 987FE126D90 for ; Wed, 17 Aug 2005 17:53:31 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HFp6Rd017465; Wed, 17 Aug 2005 17:51:06 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HFp4Rd017446 for ; Wed, 17 Aug 2005 17:51:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 35F5D14340BC; Wed, 17 Aug 2005 17:51:04 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id DC67D43C0C5; Wed, 17 Aug 2005 17:50:51 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <4303443B.8060002@gmail.com> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-jN+BLGR4qlK1iSv17V/q" Date: Wed, 17 Aug 2005 17:50:51 +0200 Message-Id: <1124293851.5948.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.8 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-jN+BLGR4qlK1iSv17V/q Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 10:05 -0400, webactivex wrote: > >>transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so:=20 > >>undefined symbol: avcodec_thread_init > >You're using ffmpeg/libavcodec from a package, right? > [root@localhost vncrec]# urpmi libffmpeg0 > Everything already installed > [root@localhost vncrec]# urpmi ffmpeg > Everything already installed > I assume so.. I am not sure this was in transcode-users or transcode-devel, but only last week I've performed once again my complete rant on package builders not being able (not one of them!) to build a decent package of ffmpeg. Either some codecs are missing, the shared libraries are missing, or, in this case, pthreads supports is missing. For transcode you need a libavcodec newer than the 0.4.9-pre1 release (preferably from cvs) (really!), compiled with pthreads support, all (internal) codecs enabled, and using --shared so the shared libraries are actually built. I guess you'll have to do the work yourself here ;-) --=-jN+BLGR4qlK1iSv17V/q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA1zbJgD/6j32wUYRAsIKAJ9i6/BebhoKaIMfHoEk/QJ3wFx1yQCffA1K 79Lq+kbeLeVgq91tdzY8FMw= =4tvv -----END PGP SIGNATURE----- --=-jN+BLGR4qlK1iSv17V/q-- From transcode-users-bounces@exit1.org Wed Aug 17 17:54:21 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 5AE1B126D8F for ; Wed, 17 Aug 2005 17:54:21 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HFqURd017710; Wed, 17 Aug 2005 17:52:30 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HFq3Rd017654 for ; Wed, 17 Aug 2005 17:52:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 3A05F14340BC; Wed, 17 Aug 2005 17:52:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id E722943C0C5; Wed, 17 Aug 2005 17:51:58 +0200 (CEST) Subject: Re: [transcode-users] Transcode 1.0.0 Fails To Build From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EHBAvOCqitijrluuiOKz" Date: Wed, 17 Aug 2005 17:51:58 +0200 Message-Id: <1124293918.5948.11.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-86.9 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-EHBAvOCqitijrluuiOKz Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > filter_smartyuv.c:1265: internal compiler error: in =20 > output_constant_pool_2, at varasm.c:3150 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. Read and act. --=-EHBAvOCqitijrluuiOKz Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA10eJgD/6j32wUYRAuorAJ9uZuNc3pBVAONFVM21+cSSxlCzpwCfbdJH 7UhcKaafi84xMQhlKv+u2qI= =oPZC -----END PGP SIGNATURE----- --=-EHBAvOCqitijrluuiOKz-- From transcode-users-bounces@exit1.org Wed Aug 17 18:14:06 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id CACFE126D8F for ; Wed, 17 Aug 2005 18:14:06 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HGB6Rd019547; Wed, 17 Aug 2005 18:11:06 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HGB4Rd019514 for ; Wed, 17 Aug 2005 18:11:04 +0200 Received: by wproxy.gmail.com with SMTP id 37so228785wra for ; Wed, 17 Aug 2005 09:10:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=H0Lwi23Ql8zAcqPK0+E5SpOrTaPhicAaRGXtkqF27EXNeHleNgbLsNARtPbGgY1PTUYYJYxW+OfkrNo5kOWLrifEzy5euKWb+1h4Dm3iIODbHojiHQM9R8MhNvLowPWR0NPxlaaWZCt+vUdr8EZiuQxBcRHohbszEu+q1nNvjGI= Received: by 10.54.49.71 with SMTP id w71mr547183wrw; Wed, 17 Aug 2005 09:10:59 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id d16sm2217322wra.2005.08.17.09.10.58; Wed, 17 Aug 2005 09:10:59 -0700 (PDT) Message-ID: <43035628.7010904@gmail.com> Date: Wed, 17 Aug 2005 11:22:16 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> In-Reply-To: <1124293851.5948.9.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: >On Wed, 2005-08-17 at 10:05 -0400, webactivex wrote: > > >>>>transcode: symbol lookup error: /usr/lib/transcode/export_ffmpeg.so: >>>>undefined symbol: avcodec_thread_init >>>> >>>> >>>You're using ffmpeg/libavcodec from a package, right? >>> >>> >>[root@localhost vncrec]# urpmi libffmpeg0 >>Everything already installed >>[root@localhost vncrec]# urpmi ffmpeg >>Everything already installed >>I assume so.. >> >> > >I am not sure this was in transcode-users or transcode-devel, but only >last week I've performed once again my complete rant on package builders >not being able (not one of them!) to build a decent package of ffmpeg. > >Either some codecs are missing, the shared libraries are missing, or, in >this case, pthreads supports is missing. > >For transcode you need a libavcodec newer than the 0.4.9-pre1 release >(preferably from cvs) (really!), compiled with pthreads support, all >(internal) codecs enabled, and using --shared so the shared libraries >are actually built. > >I guess you'll have to do the work yourself here ;-) > > All I really wanted in the first place was mpeg2enc, I don't need sound.. Why isn't ANYTHING working!?!?! None of the export formats, not a one of them! This ffmpeg tangent is fine, but I never wanted ffmpeg in the first place. What does "[tcxpm2rgb.c:334] truncated 16 characters" mean? ~matt From transcode-users-bounces@exit1.org Wed Aug 17 19:08:25 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A8843126D90 for ; Wed, 17 Aug 2005 19:08:25 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HH5wRd024073; Wed, 17 Aug 2005 19:05:58 +0200 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HH5tRd024051 for ; Wed, 17 Aug 2005 19:05:56 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id j7HH5nsE005597 for ; Wed, 17 Aug 2005 10:05:49 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id j7HH5ngm005596 for transcode-users@exit1.org; Wed, 17 Aug 2005 10:05:49 -0700 Date: Wed, 17 Aug 2005 10:05:49 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past Message-ID: <20050817170549.GA5252@webserver> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43035628.7010904@gmail.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org webactivex wrote: > > Erik Slagter wisely observed: > > > >For transcode you need a libavcodec newer than the 0.4.9-pre1 release > >(preferably from cvs) (really!), compiled with pthreads support, all > >(internal) codecs enabled, and using --shared so the shared libraries > >are actually built. > > > >I guess you'll have to do the work yourself here ;-) > > > > > All I really wanted in the first place was mpeg2enc, I don't need > sound.. Why isn't ANYTHING working!?!?! None of the export formats, not > a one of them! This ffmpeg tangent is fine, but I never wanted ffmpeg in > the first place. But Transcode wants ffmpeg. If you follow the directions at http://www.transcoding.org for building transcode, you will avoid further frustration. Transcode is a mature package that works really, really well. It is very easy to craft nonsensical transcode invocations, any of which can seem to the new user to be exposing bugs in transcode, so even after you get a good build, you might see scary things until you get a handle on it. The upshot is that video encoding is actually a pretty complicated thing, and it takes quite a bit of patience to get the hang of it. Only yesterday, I added a "pre=1" argument to a hqdn3d filter call, and totally hosed an otherwise perfect transcode (everything turned green and smeary, WTF?!)! So, calm down, build Transcode yourself, and have fun! This goes double for all complainers who have been complaining for more than one week ;^) If you're not having fun, what's the point? Phil -- Phil Ehrens | Fun stuff: The SilverLake Linux Users Group | http://www.ralphmag.org 3428 Winslow Drive | http://www.yellow5.com Silverlake, CA 90026 | http://www.slug.org From transcode-users-bounces@exit1.org Wed Aug 17 19:28:24 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DF6E2126D90 for ; Wed, 17 Aug 2005 19:28:24 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHQbRd025164; Wed, 17 Aug 2005 19:26:37 +0200 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.198]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHQYRd025146 for ; Wed, 17 Aug 2005 19:26:34 +0200 Received: by zproxy.gmail.com with SMTP id 13so179402nzn for ; Wed, 17 Aug 2005 10:26:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=qy+c1VbtaaWQhzee4WcBzajNaiQXtubGeRKJzMujvC9eoaS+I8MBN81E10Y+QTPJusYUq1j0+ZoakPMONP+Od0QH1JRxk/sXAkF26N5TCPMWx1cURcGOhqm6qMeysUEiSyOH4X31ilpFqE5s1aRhx9DVAe+6dmjTasYsbmBlRz8= Received: by 10.36.220.4 with SMTP id s4mr673742nzg; Wed, 17 Aug 2005 10:26:28 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id 36sm1343495nzk.2005.08.17.10.26.28; Wed, 17 Aug 2005 10:26:28 -0700 (PDT) Message-ID: <430367DA.5040906@gmail.com> Date: Wed, 17 Aug 2005 12:37:46 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> In-Reply-To: <20050817170549.GA5252@webserver> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=AWL,RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Phil Ehrens wrote: >webactivex wrote: > > >>Erik Slagter wisely observed: >> >> >>>For transcode you need a libavcodec newer than the 0.4.9-pre1 release >>>(preferably from cvs) (really!), compiled with pthreads support, all >>>(internal) codecs enabled, and using --shared so the shared libraries >>>are actually built. >>> >>>I guess you'll have to do the work yourself here ;-) >>> >>> >>> >>> >>All I really wanted in the first place was mpeg2enc, I don't need >>sound.. Why isn't ANYTHING working!?!?! None of the export formats, not >>a one of them! This ffmpeg tangent is fine, but I never wanted ffmpeg in >>the first place. >> >> > >But Transcode wants ffmpeg. If you follow the directions at >http://www.transcoding.org for building transcode, you will >avoid further frustration. Transcode is a mature package that >works really, really well. It is very easy to craft nonsensical >transcode invocations, any of which can seem to the new user >to be exposing bugs in transcode, so even after you get a >good build, you might see scary things until you get a handle >on it. > >The upshot is that video encoding is actually a pretty complicated >thing, and it takes quite a bit of patience to get the hang of it. >Only yesterday, I added a "pre=1" argument to a hqdn3d filter call, >and totally hosed an otherwise perfect transcode (everything >turned green and smeary, WTF?!)! > >So, calm down, build Transcode yourself, and have fun! This goes >double for all complainers who have been complaining for more >than one week ;^) > >If you're not having fun, what's the point? > >Phil > > I am not complaining.. I just want my questions answered.. From transcode-users-bounces@exit1.org Wed Aug 17 19:41:47 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 56C6A126D8F for ; Wed, 17 Aug 2005 19:41:47 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHdhRd025830; Wed, 17 Aug 2005 19:39:43 +0200 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHdeRd025812 for ; Wed, 17 Aug 2005 19:39:41 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id j7HHdZeD005842 for ; Wed, 17 Aug 2005 10:39:35 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id j7HHdZZE005841 for transcode-users@exit1.org; Wed, 17 Aug 2005 10:39:35 -0700 Date: Wed, 17 Aug 2005 10:39:35 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past Message-ID: <20050817173935.GA5824@webserver> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> <430367DA.5040906@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <430367DA.5040906@gmail.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org webactivex wrote: > > > I am not complaining.. I just want my questions answered.. Oh. Okay. Sorry. Well, good luck. From transcode-users-bounces@exit1.org Wed Aug 17 19:47:50 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 789E1126D8F for ; Wed, 17 Aug 2005 19:47:50 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHjpRd026201; Wed, 17 Aug 2005 19:45:51 +0200 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HHjnRd026186 for ; Wed, 17 Aug 2005 19:45:50 +0200 Received: by wproxy.gmail.com with SMTP id 70so281583wra for ; Wed, 17 Aug 2005 10:45:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dPjRvDTzA1lBg0QbyafWC7I53m2dMTy4XF8XN1ZzW2ywkqDuNaYLYSJUDFEwT6XknNkm030jCFrN/ajVOddwOvi3W8j89U2o80xQ4+Xvt2gW8RNCyxGxFlYF9aSIqhC+NwB2/rIGgytjsyKAe9gA1l1bvMe6sGxru5W+Gf4a8e0= Received: by 10.54.26.63 with SMTP id 63mr599230wrz; Wed, 17 Aug 2005 10:45:44 -0700 (PDT) Received: from ?192.168.0.115? ([206.146.72.38]) by mx.gmail.com with ESMTP id 29sm1414311wrl.2005.08.17.10.45.44; Wed, 17 Aug 2005 10:45:44 -0700 (PDT) Message-ID: <43036C5E.9040703@gmail.com> Date: Wed, 17 Aug 2005 12:57:02 -0400 From: webactivex User-Agent: Mozilla Thunderbird 1.0.5 (X11/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> <430367DA.5040906@gmail.com> <20050817173935.GA5824@webserver> In-Reply-To: <20050817173935.GA5824@webserver> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Phil Ehrens wrote: >webactivex wrote: > > >>I am not complaining.. I just want my questions answered.. >> >> > >Oh. Okay. Sorry. Well, good luck. > > > > can someone please tell me what "[tcxpm2rgb.c:334] truncated 16 characters" means? ~*confusion*~ From transcode-users-bounces@exit1.org Wed Aug 17 21:28:31 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3548A126D90 for ; Wed, 17 Aug 2005 21:28:31 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJP5Rd031725; Wed, 17 Aug 2005 21:25:05 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJP3Rd031707 for ; Wed, 17 Aug 2005 21:25:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id C0D0714340BC; Wed, 17 Aug 2005 21:25:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 30C6243C0C5; Wed, 17 Aug 2005 21:24:07 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43035628.7010904@gmail.com> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-UyLzJMXKeziuBpFgTy6p" Date: Wed, 17 Aug 2005 21:24:07 +0200 Message-Id: <1124306647.5948.21.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.0 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-UyLzJMXKeziuBpFgTy6p Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 11:22 -0400, webactivex wrote: > All I really wanted in the first place was mpeg2enc, I don't need=20 > sound.. Why isn't ANYTHING working!?!?! None of the export formats, not=20 > a one of them! This ffmpeg tangent is fine, but I never wanted ffmpeg in=20 > the first place. ffmpeg has as much to do with sound as mpeg2enc?! > What does "[tcxpm2rgb.c:334] truncated 16 characters" mean? Well, that is the big question. I guess it's a spell from the vnc import module's source. It doesn't ring a bell at all, maybe it's not even an error... --=-UyLzJMXKeziuBpFgTy6p Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA47XJgD/6j32wUYRAoGYAJsG2RCyOWxZv35bKi53bjHifteRoACfcQ0o LfNE1KoQmNF7HnXv3wDW1cc= =3O/2 -----END PGP SIGNATURE----- --=-UyLzJMXKeziuBpFgTy6p-- From transcode-users-bounces@exit1.org Wed Aug 17 21:30:12 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id AE46D126D90 for ; Wed, 17 Aug 2005 21:30:12 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJS7Rd031925; Wed, 17 Aug 2005 21:28:07 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJQ4Rd031772 for ; Wed, 17 Aug 2005 21:26:04 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id E9E2E14340BC; Wed, 17 Aug 2005 21:26:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 591F343C0C5; Wed, 17 Aug 2005 21:25:49 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <430367DA.5040906@gmail.com> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> <430367DA.5040906@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-K0GMs9yiLN1xeKnBr3J4" Date: Wed, 17 Aug 2005 21:25:49 +0200 Message-Id: <1124306749.5948.23.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.1 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-K0GMs9yiLN1xeKnBr3J4 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 12:37 -0400, webactivex wrote: > I am not complaining.. I just want my questions answered.. Me too ;-) Problem is that much of the code is written by people by that are not around anymore, so you chances are you have to do some homework ;-) --=-K0GMs9yiLN1xeKnBr3J4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA489JgD/6j32wUYRAhLMAJ99CnbgUd3bCdr6To6dUbeH81LokwCeK/08 R/jkdmNCBQyn3oahT7aezzE= =clLd -----END PGP SIGNATURE----- --=-K0GMs9yiLN1xeKnBr3J4-- From transcode-users-bounces@exit1.org Wed Aug 17 21:30:19 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D3723126D90 for ; Wed, 17 Aug 2005 21:30:19 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJSaRd031967; Wed, 17 Aug 2005 21:28:36 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJS3Rd031907 for ; Wed, 17 Aug 2005 21:28:03 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 4E1E714340BC; Wed, 17 Aug 2005 21:28:03 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 39EB843C0C5; Wed, 17 Aug 2005 21:27:34 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43036C5E.9040703@gmail.com> References: <43032B95.4050605@gmail.com> <1124285218.351.3.camel@localhost.localdomain> <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> <430367DA.5040906@gmail.com> <20050817173935.GA5824@webserver> <43036C5E.9040703@gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-6WtLLG5jJz1RpBjw/cPN" Date: Wed, 17 Aug 2005 21:27:34 +0200 Message-Id: <1124306854.5948.26.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.2 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-6WtLLG5jJz1RpBjw/cPN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 12:57 -0400, webactivex wrote: [ ... ] Oh btw, can you do me a favour and check your time/date/tz settings? Your questions now show up after the answers... --=-6WtLLG5jJz1RpBjw/cPN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDA4+mJgD/6j32wUYRAoGZAJ0ZxUnpkzx1PO26n8peJgfGzAtXTwCfWJrS OapjdgaBmulUQrlHFu5Xptc= =wOkd -----END PGP SIGNATURE----- --=-6WtLLG5jJz1RpBjw/cPN-- From transcode-users-bounces@exit1.org Wed Aug 17 22:00:30 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 75966126D90 for ; Wed, 17 Aug 2005 22:00:30 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJvxRd002179; Wed, 17 Aug 2005 21:57:59 +0200 Received: from mx1.sover.net (mailgate1.sover.net [209.198.87.60]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJvvRd002163 for ; Wed, 17 Aug 2005 21:57:57 +0200 Received: from smtpauth4.sover.net (smtpauth4.sover.net [209.198.87.111]) by mx1.sover.net (8.12.9/8.12.9) with ESMTP id j7HJvsfN001184 for ; Wed, 17 Aug 2005 15:57:55 -0400 (EDT) Received: from localhost (pool-71-110-28-212.lsanca.dsl-w.verizon.net [71.110.28.212]) (authenticated bits=0) by smtpauth4.sover.net (8.12.9/8.12.9) with ESMTP id j7HJvqci029937 for ; Wed, 17 Aug 2005 15:57:53 -0400 (EDT) Date: Wed, 17 Aug 2005 15:57:08 -0400 From: Jesse To: transcode Users Mailing List Subject: Re: [transcode-users] A/V sync issues - still need help Message-ID: <20050817155708.624282c0@localhost> In-Reply-To: <1124272163.26946.11.camel@localhost.localdomain> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <1124182049.5550.37.camel@localhost.localdomain> <20050816210139.6cdd5a52@localhost> <1124272163.26946.11.camel@localhost.localdomain> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Well originally i was on the 2.6.9 kernel. But I did have those 2 successful transcodes (with 1.0.0) while running gentoo-sources 2.6.12-r6 and virtually the same config as my 2.6.9 kernel.. So I don't think anything has changed there (and even if it has - I had those 2 successful transcodes) If I went and installed a 2.4.x kernel on another machine do you think i'd have better luck with my transcoding? albeit that's just a temporary solution - I'd really like to get this working without having an entire extra computer. On Wed, 17 Aug 2005 11:49:23 +0200 Erik Slagter wrote: > On Tue, 2005-08-16 at 21:01 -0400, Jesse wrote: > > I'm running through dvdrip - so I assume they do some magic in the > > background - but I know it at least uses the LD_ASSUME_KERNEL world > > variable - set's it to 2.4.30 before transcoding. My glibc has nptl > > as well as the old linuxthreads (i think that's what it was > > called?) that transcode uses. > > It's more import what threading model the kernel uses. If you have > switched kernel in the meantime, it may be the cause. From transcode-users-bounces@exit1.org Wed Aug 17 22:26:58 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DFB2B126D8F for ; Wed, 17 Aug 2005 22:26:58 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HKOVRd003617; Wed, 17 Aug 2005 22:24:31 +0200 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HKOSRd003596 for ; Wed, 17 Aug 2005 22:24:29 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id j7HKOMBK006752 for ; Wed, 17 Aug 2005 13:24:22 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id j7HKOMHs006751 for transcode-users@exit1.org; Wed, 17 Aug 2005 13:24:22 -0700 Date: Wed, 17 Aug 2005 13:24:22 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] An error I just can't get past Message-ID: <20050817202422.GB5824@webserver> References: <430332BA.3060901@gmail.com> <1124289456.5948.0.camel@localhost.localdomain> <4303443B.8060002@gmail.com> <1124293851.5948.9.camel@localhost.localdomain> <43035628.7010904@gmail.com> <20050817170549.GA5252@webserver> <430367DA.5040906@gmail.com> <20050817173935.GA5824@webserver> <43036C5E.9040703@gmail.com> <1124306854.5948.26.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1124306854.5948.26.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: > > Oh btw, can you do me a favour and check your time/date/tz settings? Your > questions now show up after the answers... But that means the answers come before the questions are asked, which is really great, don't you think? Makes things much easier for everybody. From transcode-users-bounces@exit1.org Wed Aug 17 23:56:44 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BF5A6126D8F for ; Wed, 17 Aug 2005 23:56:44 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HLrORd007945; Wed, 17 Aug 2005 23:53:24 +0200 Received: from www.blastpoint.com (u15178464.onlinehome-server.com [217.160.251.115]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HLrMRd007928 for ; Wed, 17 Aug 2005 23:53:22 +0200 Received: (qmail 9664 invoked from network); 17 Aug 2005 15:00:47 -0700 Received: from damien.cob.calpoly.edu (HELO ?129.65.91.128?) (129.65.91.128) by u15178464.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 17 Aug 2005 15:00:47 -0700 Message-ID: <4303B1B3.90104@emenaker.com> Date: Wed, 17 Aug 2005 14:52:51 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> <4301AF01.8060207@skynet.be> In-Reply-To: <4301AF01.8060207@skynet.be> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=AWL,FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hugo Coolens wrote: >> Lastly, I haven't figured out how to remux the files together, either. > > mplex -f 8 -S 0 -o yourprocessedfile.m2v youraudiofile.ac3 Okay... so I've kinda got it all working (rip, demux, normalize, mux) and the result plays correctly... ...except... When I convert the WAV back into AC3 and mux it with my m2v video, the audio goes *soft* again! Here's what I'm doing: transcode -i original.ac3 -x null,ac3 -y null,wav -o normalized normalize-audio normalized.wav transcode -i normalized.wav -x null,raw -y null,ac3 -E 48000,16,2 -o normalized mplex -f 8 -o normalized.mpg original.m2v normalized.ac3 Now, when I listen to the normalized wav after step 2, it's *plenty* loud. However, when I put it back into AC3 and muxed with the video, it gets a lot softer. I tried converting the wav to AC3 using the "-s #" option to turn the gain up, and that works, but I get clipping if I turn it up too much (and I don't want to have to try a gain setting, mux, listen, try another, mux, listen, etc. so this isn't a suitable method). So, I know that the final mpg has the capacity to be louder than I'm getting from merely converting from WAV to AC3 without the "-s #" option. I've also turned off A/52 dynamic-range compression, but that didn't help either. Any ideas why the gain is getting turned down in my last two steps somewhere? Regards, - Joe From transcode-users-bounces@exit1.org Thu Aug 18 07:29:14 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E4B4D126D8F for ; Thu, 18 Aug 2005 07:29:13 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I5QORd029644; Thu, 18 Aug 2005 07:26:24 +0200 Received: from achurch.org (p8077-ipadfx21hodogaya.kanagawa.ocn.ne.jp [219.160.161.77]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with SMTP id j7I5QIRd029628 for ; Thu, 18 Aug 2005 07:26:19 +0200 Received: by achurch.org (wmail 0.9.57) id 43041bf6.01516; Thu, 18 Aug 2005 14:26:14 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] An error I just can't get past Date: Thu, 18 Aug 2005 14:25:12 JST In-Reply-To: <43036C5E.9040703@gmail.com> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.20 Message-ID: <43041bf6.01516@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >can someone please tell me what "[tcxpm2rgb.c:334] truncated 16 >characters" means? ~*confusion*~ It looks like that's caused when color table strings in an XPM file are too long, so I suspect that either the XPM reading code is out of date or you're trying to feed it something that's not actually XPM. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Thu Aug 18 09:15:56 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 30222126D90 for ; Thu, 18 Aug 2005 09:15:56 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I7DZRd001668; Thu, 18 Aug 2005 09:13:35 +0200 Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [216.148.227.118]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7HJkDRd000716 for ; Wed, 17 Aug 2005 21:46:14 +0200 Received: from andrei.myip.org ([24.6.189.81]) by comcast.net (rwcrmhc13) with ESMTP id <20050817194602015004maf8e>; Wed, 17 Aug 2005 19:46:07 +0000 Received: from localhost (weiqi.home.local [127.0.0.1]) by andrei.myip.org (Postfix) with ESMTP id F05B2B4073; Wed, 17 Aug 2005 12:46:00 -0700 (PDT) Received: from andrei.myip.org ([127.0.0.1]) by localhost (weiqi.home.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03302-04; Wed, 17 Aug 2005 12:45:58 -0700 (PDT) Received: from [192.168.2.6] (unknown [192.168.2.6]) by andrei.myip.org (Postfix) with ESMTP id 5BD17B406F; Wed, 17 Aug 2005 12:45:58 -0700 (PDT) From: Florin Andrei Content-Type: text/plain Date: Wed, 17 Aug 2005 12:45:56 -0700 Message-Id: <1124307956.26644.4.camel@stantz.corp.sgi.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit To: undisclosed-recipients: ; X-Virus-Scanned: by amavisd-new at andrei.myip.org X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=1.4 required=5.0 tests=UNDISC_RECIPS autolearn=disabled version=3.0.4 X-Spam-Level: * X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-Mailman-Approved-At: Thu, 18 Aug 2005 09:13:34 +0200 Subject: [transcode-users] unicap X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Interesting project: http://freshmeat.net/projects/unicap/ About: unicap is a library to access different kinds of capture devices. Device drivers are loaded with a plugin system so that new drivers can be easily added. Currently, it has support for video-4-linux, video-4-linux-2, IIDC cameras, and video-to-firewire converters, and provides GTK widgets for live video display and access to device properties. (I'm not afiliated, just saw it on Freshmeat today) -- Florin Andrei http://florin.myip.org/ From transcode-users-bounces@exit1.org Thu Aug 18 11:25:51 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 289FB126D90 for ; Thu, 18 Aug 2005 11:25:51 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9M7Rd010704; Thu, 18 Aug 2005 11:22:07 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9M5Rd010689 for ; Thu, 18 Aug 2005 11:22:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id C55F814340BC; Thu, 18 Aug 2005 11:22:05 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 3A3DF43C0C5; Thu, 18 Aug 2005 11:21:42 +0200 (CEST) Subject: Re: [transcode-users] unicap From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <1124307956.26644.4.camel@stantz.corp.sgi.com> References: <1124307956.26644.4.camel@stantz.corp.sgi.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GKc1tKFNxwBIyYTWiFI5" Date: Thu, 18 Aug 2005 11:21:42 +0200 Message-Id: <1124356902.8720.29.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.3 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-GKc1tKFNxwBIyYTWiFI5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 12:45 -0700, Florin Andrei wrote: > Interesting project: >=20 > http://freshmeat.net/projects/unicap/ >=20 > About: > unicap is a library to access different kinds of capture devices. Device > drivers are loaded with a plugin system so that new drivers can be > easily added. Currently, it has support for video-4-linux, > video-4-linux-2, IIDC cameras, and video-to-firewire converters, and > provides GTK widgets for live video display and access to device > properties. Interesting, I sure hope it has a decent (read: efficient) api. V4l2 has the possibility to do zero-copy-I/O, it would be a shame not to use it. --=-GKc1tKFNxwBIyYTWiFI5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDBFMmJgD/6j32wUYRAteYAJ41jUL9VDeQKiFhLeJwars18vY2MwCfQ4zL 1fnz8g94THuQ/dfJo6IIbEg= =s1EQ -----END PGP SIGNATURE----- --=-GKc1tKFNxwBIyYTWiFI5-- From transcode-users-bounces@exit1.org Thu Aug 18 11:27:12 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 62857126D8F for ; Thu, 18 Aug 2005 11:27:12 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9PORd011010; Thu, 18 Aug 2005 11:25:24 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9O5Rd010883 for ; Thu, 18 Aug 2005 11:24:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id D268D14340BC; Thu, 18 Aug 2005 11:24:05 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 7B61A43C0C5; Thu, 18 Aug 2005 11:23:23 +0200 (CEST) Subject: Re: [transcode-users] A/V sync issues - still need help From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20050817155708.624282c0@localhost> References: <35612E00-8783-4E6E-B331-AE8E850D8D16@comcast.net> <20050810052434.GC26445@puff.jakemsr.gom> <87DE70FC-8037-4E51-AF02-09255DBF010F@comcast.net> <42F9DEC7.2090904@kadzban.is-a-geek.net> <20050811044715.GB23174@puff.jakemsr.gom> <20050815160311.65c460a9@localhost> <1124182049.5550.37.camel@localhost.localdomain> <20050816210139.6cdd5a52@localhost> <1124272163.26946.11.camel@localhost.localdomain> <20050817155708.624282c0@localhost> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-xEu/vHazFnj5ADOgk3bV" Date: Thu, 18 Aug 2005 11:23:23 +0200 Message-Id: <1124357003.8720.32.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.4 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-xEu/vHazFnj5ADOgk3bV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 15:57 -0400, Jesse wrote: > Well originally i was on the 2.6.9 kernel. But I did have those 2 > successful transcodes (with 1.0.0) while running gentoo-sources > 2.6.12-r6 and virtually the same config as my 2.6.9 kernel.. So I > don't think anything has changed there (and even if it has - I had > those 2 successful transcodes) >=20 > If I went and installed a 2.4.x kernel on another machine do you think > i'd have better luck with my transcoding? albeit that's just a > temporary solution - I'd really like to get this working without having > an entire extra computer. The best solution of course would be to actually solve this bug. Can you build transcode with -g, install it, call dvd::rip, wait until it hangs, and then attach gdb to transcode and do a stack dump? --=-xEu/vHazFnj5ADOgk3bV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDBFOLJgD/6j32wUYRAkrXAJ9eOwHt4cI6Gy0B+/9uTvj/98hnbQCeOU0w 79IkshQBP7pceKirQ2EV3zw= =ofRz -----END PGP SIGNATURE----- --=-xEu/vHazFnj5ADOgk3bV-- From transcode-users-bounces@exit1.org Thu Aug 18 11:29:19 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id EE8D6126D8F for ; Thu, 18 Aug 2005 11:29:18 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9R9Rd011156; Thu, 18 Aug 2005 11:27:09 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9R6Rd011131 for ; Thu, 18 Aug 2005 11:27:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 0057614340BC; Thu, 18 Aug 2005 11:27:05 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 96F0243C0C5; Thu, 18 Aug 2005 11:26:55 +0200 (CEST) Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <4303B1B3.90104@emenaker.com> References: <4301341F.6050609@emenaker.com> <4301AF01.8060207@skynet.be> <4303B1B3.90104@emenaker.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-IItOLQ6s5MCzj4Fim0NT" Date: Thu, 18 Aug 2005 11:26:55 +0200 Message-Id: <1124357215.8720.36.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.5 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-IItOLQ6s5MCzj4Fim0NT Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-08-17 at 14:52 -0700, Joe Emenaker wrote: > When I convert the WAV back into AC3 and mux it with my m2v video, the=20 > audio goes *soft* again! FFmpeg (/libavcodec) has a bug that makes sound encoded to ac3 attenuate by 3 dB. It has been noticed by several people, but the developers deny the issue. Please complain at the ffmpeg-users mailing list. AFAIK there is no alternative ac3 encoder for transcode... --=-IItOLQ6s5MCzj4Fim0NT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDBFRfJgD/6j32wUYRAgecAJ9EGFjAABwlm2vZZ6/vaedtD6oC9gCdFAKw /rdsjVDzh0ouAhiJjdofzNc= =Jg9Z -----END PGP SIGNATURE----- --=-IItOLQ6s5MCzj4Fim0NT-- From transcode-users-bounces@exit1.org Thu Aug 18 11:29:48 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3B5D4126D90 for ; Thu, 18 Aug 2005 11:29:48 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9S8Rd011265; Thu, 18 Aug 2005 11:28:08 +0200 Received: from artemis.slagter.name (oldconomy.demon.nl [212.238.217.56]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9S6Rd011250 for ; Thu, 18 Aug 2005 11:28:06 +0200 Received: by artemis.slagter.name (Postfix, from userid 10) id 0A21814340BC; Thu, 18 Aug 2005 11:28:06 +0200 (CEST) Received: by skylla.slagter.name (Postfix, from userid 100) id 9B6BA43C0C5; Thu, 18 Aug 2005 11:27:21 +0200 (CEST) Subject: Re: [transcode-users] An error I just can't get past From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43041bf6.01516@msgid.achurch.org> References: <43041bf6.01516@msgid.achurch.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-LJHkUyFJY3OoTPplA6kr" Date: Thu, 18 Aug 2005 11:27:21 +0200 Message-Id: <1124357241.8720.38.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-1.fc4) X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-87.6 required=5.0 tests=AWL,FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-LJHkUyFJY3OoTPplA6kr Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-08-18 at 14:25 +0000, Andrew Church wrote: > >can someone please tell me what "[tcxpm2rgb.c:334] truncated 16=20 > >characters" means? ~*confusion*~ >=20 > It looks like that's caused when color table strings in an XPM file > are too long, so I suspect that either the XPM reading code is out of dat= e > or you're trying to feed it something that's not actually XPM. AFAIK OP tried to import VNC?! --=-LJHkUyFJY3OoTPplA6kr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDBFR5JgD/6j32wUYRAubOAJ47eqrJC/ArhvyBcWhG9hfwemndvQCfWdiq Nu6k3/tZgNpRqvmY/Xh1/Vs= =p59E -----END PGP SIGNATURE----- --=-LJHkUyFJY3OoTPplA6kr-- From transcode-users-bounces@exit1.org Thu Aug 18 11:41:56 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.201.88]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 5CB6B126D8F for ; Thu, 18 Aug 2005 11:41:56 +0200 (CEST) Received: from fries.zyn.de (localhost [127.0.0.1]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9e2Rd012085; Thu, 18 Aug 2005 11:40:02 +0200 Received: from www.blastpoint.com (u15178464.onlinehome-server.com [217.160.251.115]) by fries.zyn.de (8.12.3/8.12.3/Debian-7.1) with ESMTP id j7I9dvRd012020 for ; Thu, 18 Aug 2005 11:39:57 +0200 Received: (qmail 29702 invoked from network); 18 Aug 2005 02:47:21 -0700 Received: from 66-215-54-212.dhcp.snlo.ca.charter.com (HELO ?192.168.1.10?) (66.215.54.212) by u15178464.onlinehome-server.com with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Aug 2005 02:47:21 -0700 Message-ID: <43045747.3080106@emenaker.com> Date: Thu, 18 Aug 2005 02:39:19 -0700 From: Joe Emenaker User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] How do I rip a DVD to separate m2v and m2a files? References: <4301341F.6050609@emenaker.com> <4301AF01.8060207@skynet.be> <4303B1B3.90104@emenaker.com> <1124357215.8720.36.camel@localhost.localdomain> In-Reply-To: <1124357215.8720.36.camel@localhost.localdomain> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms020103080001060600020109" X-Mail-Checks: sa wwmf block (fries) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on fries.zyn.de X-Spam-Status: No, score=-100.0 required=5.0 tests=FORGED_RCVD_HELO, JR_PGP_MIME autolearn=disabled version=3.0.4 X-Spam-Level: X-WWMF-Status: 2.5.20050816.1!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is a cryptographically signed message in MIME format. --------------ms020103080001060600020109 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Erik Slagter wrote: >>When I convert the WAV back into AC3 and mux it with my m2v video, the >>audio goes *soft* again! >> >> >FFmpeg (/libavcodec) has a bug that makes sound encoded to ac3 attenuate >by 3 dB. It has been noticed by several people, but the developers deny >the issue. > > Cute. Are we sure it's 3 dB (and consistently), or is it sometimes 2.5 dB, sometimes 3.5, etc. or does it just kinda sound half as loud to the ear? >Please complain at the ffmpeg-users mailing list. > > Duely noted. >AFAIK there is no alternative ac3 encoder for transcode... > > Well, there is a "-s #" for boosting the gain. Is the number in dB? If so, then "-s 3" would compensate for the bug... but only if the 3 dB gain happened after the bug's 3 dB attenuation. Has anybody done any experimenting with this? - Joe --------------ms020103080001060600020109 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIII5TCC As0wggI2oAMCAQICAw5syTANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUwNDA2MjMyMzMyWhcNMDYwNDA2MjMyMzMy WjBCMR8wHQYDVQQDExZUaGF3dGUgRnJlZW1haWwgTWVtYmVyMR8wHQYJKoZIhvcNAQkBFhBq b2VAZW1lbmFrZXIuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzlCku2qa UCxPB+omsQsfFaQ5+urjejco3zPfijxVIKb/7/O7eMDwAg4YSnFt4gopAOHm+LJiCXx9w2sK jkbkAwCE7+xRzpJPjQ8m1MuqJfudqxca6HVRqK2NELJ25XDu5pOr4dQlK9Gfmh+PysdMRsNM sKf1YhNMHrTAiiyi/AtaTVoXRu8PGMmmC9OVyT1B+nY0OpAS9KXP91zUUa6NKizaDVmVr4EG 3H5WnLbqRWg667f8cVOee+9NPn27yxRXQBIkfR945i+X5yZBXd2WSkr3CTfir82tvHEJgPhd VOieXAMtSMjmpeTgcGm4QG3UV3Vwc/aBfagL1Gg7WwySLwIDAQABoy0wKzAbBgNVHREEFDAS gRBqb2VAZW1lbmFrZXIuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAh4H0 o+3sYqxlKRPSRhTak+VrRtbfLBV7z12iDfW/s754EauwUuAkvW92GDQVLxAWkAq2zXMaqBQa QOHkxbZ9hD12zL1479qn2xahV3e78bzXoP0OuhfgXObGkW74z4cQY5lRt29S8jcr6vaeZyW/ UwoE8g990WTIp3k2BeYWkpUwggLNMIICNqADAgECAgMObMkwDQYJKoZIhvcNAQEEBQAwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA1MDQwNjIz MjMzMloXDTA2MDQwNjIzMjMzMlowQjEfMB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJl cjEfMB0GCSqGSIb3DQEJARYQam9lQGVtZW5ha2VyLmNvbTCCASIwDQYJKoZIhvcNAQEBBQAD ggEPADCCAQoCggEBAM5QpLtqmlAsTwfqJrELHxWkOfrq43o3KN8z34o8VSCm/+/zu3jA8AIO GEpxbeIKKQDh5viyYgl8fcNrCo5G5AMAhO/sUc6ST40PJtTLqiX7nasXGuh1UaitjRCyduVw 7uaTq+HUJSvRn5ofj8rHTEbDTLCn9WITTB60wIosovwLWk1aF0bvDxjJpgvTlck9Qfp2NDqQ EvSlz/dc1FGujSos2g1Zla+BBtx+Vpy26kVoOuu3/HFTnnvvTT59u8sUV0ASJH0feOYvl+cm QV3dlkpK9wk34q/NrbxxCYD4XVTonlwDLUjI5qXk4HBpuEBt1Fd1cHP2gX2oC9RoO1sMki8C AwEAAaMtMCswGwYDVR0RBBQwEoEQam9lQGVtZW5ha2VyLmNvbTAMBgNVHRMBAf8EAjAAMA0G CSqGSIb3DQEBBAUAA4GBAIeB9KPt7GKsZSkT0kYU2pPla0bW