From transcode-users-bounces@exit1.org Sat Dec 3 16:19: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id CD32A126D90 for ; Sat, 3 Dec 2005 16:19:12 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3F5dQb011125; Sat, 3 Dec 2005 16:10:50 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from smtp6.libero.it (smtp6.libero.it [193.70.192.59]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3F5Xwe011064 for ; Sat, 3 Dec 2005 16:05:34 +0100 Received: from localhost (172.16.1.74) by smtp6.libero.it (7.0.027-DD01) id 4369E49C02B0C0D3 for transcode-users@exit1.org; Sat, 3 Dec 2005 16:05:28 +0100 Received: from smtp1.libero.it ([172.16.1.96]) by localhost (asav16.libero.it [193.70.193.3]) (amavisd-new, port 10024) with ESMTP id 12172-11 for ; Sat, 3 Dec 2005 16:05:27 +0100 (CET) Received: from ppp-178-86.24-151.libero.it (ppp-178-86.24-151.libero.it [151.24.86.178]) by smtp1.libero.it (Postfix) with ESMTP id 631C3A8C2D for ; Sat, 3 Dec 2005 16:05:26 +0100 (MET) From: Davide Capodaglio To: transcode Users Mailing List Date: Sat, 3 Dec 2005 15:48:39 +0100 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: <200512031548.40142.davidecapod@inwind.it> X-Scanned: with antispam and antivirus automated system at libero.it X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Transcoding 3gp videos 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi everybody, I'm trying to transcode some 3gp video taken with a cellphone camera. I can play those videos perfectly with mplayer, so I tried the mplayer import module, but I get a "broken pipe" error: transcode -i room.3gp -o room.avi -x mplayer -y ffmpeg -F mpeg4 -g 176x144 -e 8000,16,2 transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.8 for DVD access libdvdread: Can't open file VIDEO_TS.IFO. [transcode] auto-probing source room.3gp (failed) [transcode] V: import format | unknown (V=mplayer|A=(null)) [transcode] V: import frame | 176x144 1.22:1 [transcode] V: bits/pixel | 2.841 [transcode] V: decoding fps,frc | 25.000,0 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2000 AC3 [8000,16,2] [transcode] A: export format | 0x55 MPEG layer-3 [8000,16,2] 128 kbps [transcode] V: encoding fps,frc | 25.000,3 [transcode] A: bytes per frame | 1280 (1280.000000) [transcode] A: adjustment | 0@1000 [transcode] V: IA32/AMD64 accel | 3dnowext (3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using mmx for memcpy [transcode] V: video buffer | 10 @ 176x144 [import_mplayer.so] v0.0.5 (2003-03-10) (video) rendered by mplayer | (audio) rendered by mplayer [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | (audio) MPEG/AC3/PCM [import_mplayer.so] mplayer -hardframedrop -vo null -ao pcm:nowaveheader -ao pcm:file="/tmp/mplayer2transcode-audio.hlM0aa" "room.3gp" > /dev/null 2>&1 [import_mplayer.so] mplayer -benchmark -noframedrop -nosound -vo yuv4mpeg "room.3gp" -osdlevel 0 > /dev/null 2>&1 [import_mplayer.so] tcextract -i ./stream.yuv -x yv12 -t yuv4mpeg tc_memcpy: using mmx for memcpy [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) [export_ffmpeg.so]: INFO: Set display aspect ratio to input [mpeg4 @ 0xb6f2c128]removing common factors from framerate Audio: using new version Audio: using lame-3.96.1 sh: line 1: 7595 Broken pipe mplayer -hardframedrop -vo null -ao pcm:nowaveheader -ao pcm:file="/tmp/mplayer2transcode-audio.hlM0aa" "room.3gp" >/dev/null 2>&1 clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 1169 frames (0 dropped, 0 cloned), clip length 46.76 s BTW: is it normal that I have to explicitly specify input frame resolution and audio format, otherwise they are not detected at all ?? The error remains also encoding to PCM ( -N 0x1 ), using -y xvid4, and also if I dump video/audio streams with mplayer and then transcode them (!!!) : mplayer -novideo -ao pcm room.3gp mplayer -nosound -benchmark -vo yuv4mpeg room.3gp transcode -i stream.yuv -p audiodump.wav -o room.avi -y ffmpeg -F mpeg4 sh: line 1: 7716 Broken pipe tcextract -x pcm -i "audiodump.wav" -d 0 7717 | tcextract -a 0 -x pcm -d 0 -t raw The transcoded part (before the broken pipe) plays correctly. How can I transcode the whole file successfully?? I also noticed that the mplayer process remains active after the error, and I have to kill it manually with "killall -9 mplayer". Thanks Davide From transcode-users-bounces@exit1.org Sat Dec 3 16:53:34 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DA09C126D85 for ; Sat, 3 Dec 2005 16:53:34 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3FiTBX014191; Sat, 3 Dec 2005 16:47:38 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from soleil.arial-concept.com (soleil.arial-concept.com [213.186.44.120]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3FiQqb014175 for ; Sat, 3 Dec 2005 16:44:27 +0100 Received: from prod1.arial-concept.com (prod1.arial-concept.com [81.57.108.229]) by soleil.arial-concept.com (Microsoft Exchange) with ESMTP id 0CAD9239F7B for ; Sat, 3 Dec 2005 16:44:22 +0100 (CET) Received: from [172.16.0.45] (mars-linux [172.16.0.45]) by prod1.arial-concept.com (Postfix) with ESMTP id 5A210E113B for ; Sat, 3 Dec 2005 16:44:19 +0100 (CET) Message-ID: <4391BD52.3060000@arial-concept.com> Date: Sat, 03 Dec 2005 16:44:18 +0100 From: Sam Przyswa User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: fr, en MIME-Version: 1.0 To: Transcode Users List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Arial-Concept-MailScanner: Found to be clean X-Arial-Concept-MailScanner-Information: Pour toutes réclamations contactez postmaster@arial-concept.com X-Arial-Concept-MailScanner: Found to be clean X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] DVD transcode failed 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi, I have some problems to create a file suitable with dvdauthor to create a new DVD. I ripped a DVD with DVDrip and got 5 .vob files, QDVDAuthor want to use the command: transcode -i "/Storage-2/DVD/Cendrillon2/vob/021/Cendrillon2-001.vob" --export_prof dvd -o "/tmp/Cendrillon_1/Cendrillon2-001.mpg" But it seems that the command "--export_prof dvd" option is not supported and I have to use the "-y mode" option. What is the right transcode command ? Thanks in advance. Sam -- Sam Przyswa - Chef de projet Arial Concept - Intégrateur Internet 36, rue de Turin - 75008 - Paris - France Tel: 01 40 54 86 04 - 0870 444 650 - Fax: 01 40 54 83 01 Skype ID: arial-concept Web: http://www.arial-concept.com - Email: Info@arial-concept.com -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. From transcode-users-bounces@exit1.org Sun Dec 4 00:10: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 050F8126D85 for ; Sun, 4 Dec 2005 00:10:54 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3N0Pwn030364; Sun, 4 Dec 2005 00:03:16 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB3Mw6Ei030027 for ; Sat, 3 Dec 2005 23:58:08 +0100 Received: (qmail 18401 invoked from network); 3 Dec 2005 22:58:48 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 3 Dec 2005 22:58:48 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sat, 03 Dec 2005 14:58:02 PST (sender jakemsr@puff.jakemsr.gom) Date: Sat, 3 Dec 2005 14:58:02 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051203225802.GB16285@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4391BD52.3060000@arial-concept.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sat, Dec 03, 2005 at 04:44:18PM +0100, Sam Przyswa wrote: > Hi, > > I have some problems to create a file suitable with dvdauthor to create > a new DVD. I ripped a DVD with DVDrip and got 5 .vob files, QDVDAuthor > want to use the command: > > transcode -i "/Storage-2/DVD/Cendrillon2/vob/021/Cendrillon2-001.vob" > --export_prof dvd -o "/tmp/Cendrillon_1/Cendrillon2-001.mpg" are you sure that is the exact command? > But it seems that the command "--export_prof dvd" option is not > supported and I have to use the "-y mode" option. What is the right > transcode command ? 'dvd' is not a valid argument for --export_prof. please see the transcode manpage. and if QDVDAuthor is using '--export_prof dvd', please notify the developer(s) that they are mistaken. -- From transcode-users-bounces@exit1.org Sun Dec 4 00:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D1C95126D90 for ; Sun, 4 Dec 2005 00:33:54 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3MrOWZ029419; Sat, 3 Dec 2005 23:56:12 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB3MrKQ4029397 for ; Sat, 3 Dec 2005 23:53:21 +0100 Received: (qmail 11612 invoked from network); 3 Dec 2005 22:54:02 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 3 Dec 2005 22:54:02 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sat, 03 Dec 2005 14:53:17 PST (sender jakemsr@puff.jakemsr.gom) Date: Sat, 3 Dec 2005 14:53:17 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051203225317.GA16285@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <200512031548.40142.davidecapod@inwind.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512031548.40142.davidecapod@inwind.it> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sat, Dec 03, 2005 at 03:48:39PM +0100, Davide Capodaglio wrote: > Hi everybody, > I'm trying to transcode some 3gp video taken with a cellphone camera. > I can play those videos perfectly with mplayer, so I tried the mplayer import module, but I get a "broken pipe" error: > > transcode -i room.3gp -o room.avi -x mplayer -y ffmpeg -F mpeg4 -g 176x144 -e 8000,16,2 are you sure your cellphone is creating stereo audio? I kind doubt that. > transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > libdvdread: Using libdvdcss version 1.2.8 for DVD access > libdvdread: Can't open file VIDEO_TS.IFO. > [transcode] auto-probing source room.3gp (failed) > [transcode] V: import format | unknown (V=mplayer|A=(null)) > BTW: is it normal that I have to explicitly specify input frame resolution and audio format, otherwise they are not detected at all ?? any time probing fails, you have to provide this info. > The error remains also encoding to PCM ( -N 0x1 ), using -y xvid4, and also if I dump video/audio streams with mplayer and then transcode them (!!!) : > > mplayer -novideo -ao pcm room.3gp > mplayer -nosound -benchmark -vo yuv4mpeg room.3gp > transcode -i stream.yuv -p audiodump.wav -o room.avi -y ffmpeg -F mpeg4 > > sh: line 1: 7716 Broken pipe tcextract -x pcm -i "audiodump.wav" -d 0 > 7717 | tcextract -a 0 -x pcm -d 0 -t raw > > > The transcoded part (before the broken pipe) plays correctly. > How can I transcode the whole file successfully?? it looks like the pcm stream is probably broken. can any other tool, like ffmpeg or sox, grok the pcm stream? can any player completely play the wav that mplayer outputs? > I also noticed that the mplayer process remains active after the error, and I have to kill it manually with "killall -9 mplayer". do you have to use '-9'? dos just 'killall mplayer' not work? if so, that is probably a bug in mplayer. -- From transcode-users-bounces@exit1.org Sun Dec 4 00:35: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 52EF3126D90 for ; Sun, 4 Dec 2005 00:35:48 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3MJQt5025613; Sat, 3 Dec 2005 23:23:46 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB3MIoxe025538 for ; Sat, 3 Dec 2005 23:18:52 +0100 Received: by zproxy.gmail.com with SMTP id l8so827155nzf for ; Sat, 03 Dec 2005 14:18:48 -0800 (PST) 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:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=es2aLL5DU1JeOGjkw2TW1eHJvWwzd2m2RN4YpHo/8RHDiRMkcTVglounkMNnkfRLh/fTYc3I8+0iGcv3Ir9D7KjxEIwQenYPBXzqANHtt/KDaqN/gKN1kXOeoDhFwWTg1bFYLpQcbRDPsM+Dcf7KYkDU1w8lY5irmIrrf4KoKXc= Received: by 10.37.14.38 with SMTP id r38mr3848092nzi; Sat, 03 Dec 2005 14:18:47 -0800 (PST) Received: from ?192.168.1.100? ( [68.13.188.200]) by mx.gmail.com with ESMTP id r9sm2621471nza.2005.12.03.14.18.47; Sat, 03 Dec 2005 14:18:47 -0800 (PST) Message-ID: <439219C5.3010402@gmail.com> Date: Sat, 03 Dec 2005 16:18:45 -0600 From: Eric P User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] trouble with transcoded vob References: <43827A6D.3020103@gmail.com> <20051122194442.GE9719@mobby.holtkamp.priv> <4383EBC9.5070807@gmail.com> <20051123124812.GA21771@holtkamp.priv> <43868E79.5050602@gmail.com> <20051125045715.GA9672@mobby.holtkamp.priv> <438AAEF6.4080806@gmail.com> In-Reply-To: <438AAEF6.4080806@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Cc: Maik Holtkamp 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>Probaly it could helb if you pump it through ffmpeg once or use >>toolame as it is 2 channel only, there is not so much info/quality >>to loose if you convert it to mpeg1-layer2. >> > > Ok, I probably did this wrong, but it worked (note: ffmpeg wouldn't work straight off the mpa file, hence the 1st line). > $ mv sound.mpa sound.ac3 > $ ffmpeg -i sound.ac3 -f wav sound.wav > $ ffmpeg -i sound.wav -ab 224 -ar 48000 sound.ac3 > > I'm not real proficient with ffmpeg, but this seemed to "fix" the audio file. > > I mplexed the 2 files back together, ran dvdauthor, and it worked(!) I could finally see my DVD menus working in Xine like I had hoped. > > So I'm almost there. I ran transcode on the vob to fix an interlacing problem, and I added the cropping bit (see line below) in there as well. But this somehow created a bad mpg file, because when I substitute the transcoded mpg for the working vob file, the DVD menus DO still work, but it won't play any chapters. It just plays the sound (from the selected chapter) w/o video. This is the same problem I initially had that began this entire thread. FYI, this mpg does play fine by itself in Mplayer. > > So is there a better way to deinterlace the vob file (w/the 'cleaned' audio track) w/out using transcode? > For the record, here's the transcode line I ran (same one I always do) that produced the troublesome mpg file: > $ transcode -i video.vob -y ffmpeg --export_prof dvd-ntsc --export_asr 2 -o video -D0 -s2 -m video.ac3 -J modfps --export_fps 29.97 -j -18,-34,-22,-34 -J pp=lb > > (yes, I left the --export_prof in there. I'll try again without that flag while I'm sleeping tonight). > > >>If mplayer will reset timers somewhere it is probably a good idea to >>cut the elementary streams in single pieces at those points, try to >>mplex them separately and give them as singel to >>dvdauthors xml. >> > > Again, Mplayer wouldn't play the original sound.mpa file. I guess I don't exactly understand how to split them w/mplex. Maybe this doesn't matter anymore now that I have a 'clean' audio file. > > >>It is forbitten to change the specs of the content in vobs that >>belong to the same titleset (the two digits between the underscores >>_here_). That is why most commercials offer some titlessets. The >>main movie is in 16:9, anamorph, ac3 and the Bonus Material is 4:3, >>letterboxed, mpeg2. The DVD standard does not allow to mix this >>within the same titleset. >> >>The files vobcopy has produced all belong to the same titleset: >> >>VTS_*01*_xxx >> >>so in line with DVD Standard a spec change of the content is not >>allowed, I dunno if vobcopy kowns about this, but as it is named >>"copy" I suppose it does not even touch the content. >> > > > In this case, both sections of video are 4:3. Not sure if that makes it legal or not as my gut tells me they're still separate titlesets. > > And before I forget, do you have a link for the k9copy mailing list/forum that you mentioned earlier in the thread? > > Thanks again for all your help, and I'll let you know the results of trascoding w/o --export_prof. > Just a quick follow up. I ran a few more configurations with transcode, and by removing the explicit cropping (via -j), I finally got a good file that worked with my menus in dvdauthor! Maik, thank you for all your help. I learned a ton from you on this thread on how to reprocess bad vid files, etc.! Sincerely, Eric From transcode-users-bounces@exit1.org Sun Dec 4 05:16: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id BEA3B126D82 for ; Sun, 4 Dec 2005 05:16:59 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB43upLn015150; Sun, 4 Dec 2005 05:00:33 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=HTML_MESSAGE,INFO_TLD autolearn=disabled version=3.1.0 Received: from soleil.arial-concept.com (soleil.arial-concept.com [213.186.44.120]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB43ulnU015125 for ; Sun, 4 Dec 2005 04:56:48 +0100 Received: from prod1.arial-concept.com (prod1.arial-concept.com [81.57.108.229]) by soleil.arial-concept.com (Microsoft Exchange) with ESMTP id 9974323A6B3 for ; Sun, 4 Dec 2005 04:56:43 +0100 (CET) Received: from [172.16.0.45] (mars-linux [172.16.0.45]) by prod1.arial-concept.com (Postfix) with ESMTP id E71E9E113B for ; Sun, 4 Dec 2005 04:56:39 +0100 (CET) Message-ID: <439268F7.6070406@arial-concept.com> Date: Sun, 04 Dec 2005 04:56:39 +0100 From: Sam Przyswa User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: fr, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> In-Reply-To: <20051203225802.GB16285@puff.jakemsr.gom> Content-Type: multipart/alternative; boundary="------------060503000200040300050505" X-Arial-Concept-MailScanner: Found to be clean X-Arial-Concept-MailScanner-Information: Pour toutes réclamations contactez postmaster@arial-concept.com X-Arial-Concept-MailScanner: Found to be clean X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is a multi-part message in MIME format. --------------060503000200040300050505 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Jacob Meuser a écrit : >On Sat, Dec 03, 2005 at 04:44:18PM +0100, Sam Przyswa wrote: > > >>Hi, >> >>I have some problems to create a file suitable with dvdauthor to create >>a new DVD. I ripped a DVD with DVDrip and got 5 .vob files, QDVDAuthor >>want to use the command: >> >>transcode -i "/Storage-2/DVD/Cendrillon2/vob/021/Cendrillon2-001.vob" >>--export_prof dvd -o "/tmp/Cendrillon_1/Cendrillon2-001.mpg" >> >> > >are you sure that is the exact command? > > Yes I copy the command from the QDVDAuthor windows... > > >>But it seems that the command "--export_prof dvd" option is not >>supported and I have to use the "-y mode" option. What is the right >>transcode command ? >> >> > >'dvd' is not a valid argument for --export_prof. > >please see the transcode manpage. > > There is the man page: --export_prof S Select an export profile {vcd, svcd, xvcd, dvd} [-pal|-ntsc|-secam] Default is no profile. If you set this meta option to one of the values below, transcode will adjust some internal paramaters as well as geome- try and clipping. If no export modules are specified, mpeg2enc for video and mp2enc for audio are used when compiled with mjpegtools support. Valid values for S are e.g. vcd, vcd-pal, vcd-ntsc, svcd, svcd-pal, ... xvcd profile is equal to svcd except that it allows for up to 9000 Kbps video bitrate (default is 5000) and arbitrary audio samplerate. When one of the above is used, transcode will calculate the needed clipping and resizing values for you based on the import and export aspect ratio. This is especially handy if you want to encode a 16:9 DVD into a 4:3 SVCD for example. Transcode internally then sets --pre_clip to add the black bars ("letterboxing"). If you use "vcd" instead of "vcd-pal" or "vcd-ntsc", transcode will make an educated guess if PAL or NTSC vcd is wanted. The same is true for the other profiles. When the input file has no aspect ratio information at all, transcode guesses it based on the import frame sizes. You can set the import aspect ratio by giving --import_asr CODE. Examples (assume input is a 16:9 coded file at 720x576 (PAL)): --export_prof svcd clip top/bot -96; resizes to 480x576 --export_prof vcd-ntsc clip top/bot -96; resizes to 352x240 This enables simpilified commandlines where transcode tries to set sensible values for mpeg export. When you don't spec- ify an export module with -y, mpeg2enc will be used. transcode -i vob/ -V --export_prof svcd -Z fast -o test The ffmpeg export module `-y ffmpeg' does support profiles as well. The module tries to be smart and sets internal ffmpeg parameters which are otherwise quite tricky to find out. Usage is similar to the above transcode -i vob/ -V --export_prof dvd -y ffmpeg -o test -m test.ac3 tcmplex -m d -i test.m2v -p test.ac3 -o test.mpg Sam. -- Sam Przyswa - Chef de projet Arial Concept - Intégrateur Internet 36, rue de Turin - 75008 - Paris - France Tel: 01 40 54 86 04 - 0870 444 650 - Fax: 01 40 54 83 01 Skype ID: arial-concept Web: http://www.arial-concept.com - Email: Info@arial-concept.com -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. --------------060503000200040300050505 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Jacob Meuser a écrit :
On Sat, Dec 03, 2005 at 04:44:18PM +0100, Sam Przyswa wrote:
  
Hi,

I have some problems to create a file suitable with dvdauthor to create 
a new DVD. I ripped a DVD with DVDrip and got 5 .vob files, QDVDAuthor 
want to use the command:

transcode -i "/Storage-2/DVD/Cendrillon2/vob/021/Cendrillon2-001.vob" 
--export_prof dvd -o "/tmp/Cendrillon_1/Cendrillon2-001.mpg"
    

are you sure that is the exact command?
  

Yes I copy the command from the QDVDAuthor windows...

  
But it seems that the command  "--export_prof dvd" option is not 
supported and I have to use the "-y mode" option. What is the right 
transcode command ?
    

'dvd' is not a valid argument for --export_prof.

please see the transcode manpage.
  

There is the man page:

       --export_prof S
              Select an export profile {vcd, svcd, xvcd, dvd} [-pal|-ntsc|-secam]
              Default is no profile.

              If you set this meta option to one of the values below, transcode will adjust some internal paramaters as well as  geome-
              try and clipping. If no export modules are specified, mpeg2enc for video and mp2enc for audio are used when compiled with
              mjpegtools support.

              Valid values for S are e.g. vcd, vcd-pal, vcd-ntsc, svcd, svcd-pal, ...

              xvcd profile is equal to svcd except that it allows for up to 9000 Kbps video bitrate (default  is  5000)  and  arbitrary
              audio samplerate.

              When  one  of  the  above  is used, transcode will calculate the needed clipping and resizing values for you based on the
              import and export aspect ratio. This is especially handy if you want to encode a 16:9 DVD into a 4:3  SVCD  for  example.
              Transcode internally then sets --pre_clip to add the black bars ("letterboxing").

              If  you use "vcd" instead of "vcd-pal" or "vcd-ntsc", transcode will make an educated guess if PAL or NTSC vcd is wanted.
              The same is true for the other profiles. When the input file has no aspect ratio information at all, transcode guesses it
              based on the import frame sizes. You can set the import aspect ratio by giving --import_asr CODE.

              Examples (assume input is a 16:9 coded file at 720x576 (PAL)):

                 --export_prof svcd      clip top/bot -96; resizes to 480x576
                 --export_prof vcd-ntsc  clip top/bot -96; resizes to 352x240

              This  enables simpilified commandlines where transcode tries to set sensible values for mpeg export. When you don't spec-
              ify an export module with -y, mpeg2enc will be used.

                 transcode -i vob/ -V --export_prof svcd -Z fast -o test

              The ffmpeg export module `-y ffmpeg' does support profiles as well. The module tries to be smart and sets internal ffmpeg
              parameters which are otherwise quite tricky to find out. Usage is similar to the above

                 transcode -i vob/ -V --export_prof dvd -y ffmpeg -o test -m test.ac3
                 tcmplex -m d -i test.m2v -p test.ac3 -o test.mpg



Sam.


-- 

Sam Przyswa - Chef de projet
Arial Concept - Intégrateur Internet
36, rue de Turin - 75008 - Paris - France
Tel: 01 40 54 86 04 - 0870 444 650 - Fax: 01 40 54 83 01
Skype ID: arial-concept
Web: http://www.arial-concept.com - Email: Info@arial-concept.com


--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé. --------------060503000200040300050505-- From transcode-users-bounces@exit1.org Sun Dec 4 07:48: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 14E02126D82 for ; Sun, 4 Dec 2005 07:48:12 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB46S4FF022465; Sun, 4 Dec 2005 07:32:07 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB46S0ch022442 for ; Sun, 4 Dec 2005 07:28:02 +0100 Received: (qmail 17236 invoked from network); 4 Dec 2005 06:28:44 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 Dec 2005 06:28:44 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sat, 03 Dec 2005 22:27:59 PST (sender jakemsr@puff.jakemsr.gom) Date: Sat, 3 Dec 2005 22:27:59 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051204062758.GA1109@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <439268F7.6070406@arial-concept.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Dec 04, 2005 at 04:56:39AM +0100, Sam Przyswa wrote: > Jacob Meuser a ?crit : > > >On Sat, Dec 03, 2005 at 04:44:18PM +0100, Sam Przyswa wrote: > > > > > >>Hi, > >> > >>I have some problems to create a file suitable with dvdauthor to create > >>a new DVD. I ripped a DVD with DVDrip and got 5 .vob files, QDVDAuthor > >>want to use the command: > >> > >>transcode -i "/Storage-2/DVD/Cendrillon2/vob/021/Cendrillon2-001.vob" > >>--export_prof dvd -o "/tmp/Cendrillon_1/Cendrillon2-001.mpg" > >> > >> > > > >are you sure that is the exact command? > > > > > > Yes I copy the command from the QDVDAuthor windows... OK > > > > > >>But it seems that the command "--export_prof dvd" option is not > >>supported and I have to use the "-y mode" option. What is the right > >>transcode command ? > >> > >> > > > >'dvd' is not a valid argument for --export_prof. > > > >please see the transcode manpage. > > > > > > There is the man page: > If you use "vcd" instead of "vcd-pal" or "vcd-ntsc", > transcode will make an educated guess if PAL or NTSC vcd is wanted. > The same is true for the other profiles. OK, I should have said '--export_prof dvd' is not recommended rather than not valid. > tries to set sensible values for mpeg export. When you don't spec- > ify an export module with -y, mpeg2enc will be used. so, do you have transcode built with mjpegtools support? -- From transcode-users-bounces@exit1.org Sun Dec 4 09:58: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8114F126D82 for ; Sun, 4 Dec 2005 09:58:58 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB48cPiS029677; Sun, 4 Dec 2005 09:42:02 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME, UNPARSEABLE_RELAY autolearn=disabled version=3.1.0 Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB48cMA9029656 for ; Sun, 4 Dec 2005 09:38:23 +0100 Received: (qmail invoked by alias); 04 Dec 2005 08:38:17 -0000 Received: from 213-182-122-228.teleos-web.de (EHLO work.holtkamp.priv) [213.182.122.228] by mail.gmx.net (mp030) with SMTP; 04 Dec 2005 09:38:17 +0100 X-Authenticated: #810257 Received: from amavis by work.holtkamp.priv with scanned-ok (Exim 3.36 #1 (Debian)) id 1EipNw-00042F-00 for ; Sun, 04 Dec 2005 09:38:16 +0100 Received: from [192.168.10.40] (helo=mobby.holtkamp.priv) by work.holtkamp.priv with smtp (Exim 3.36 #1 (Debian)) id 1EipNj-000429-00 for ; Sun, 04 Dec 2005 09:38:03 +0100 Received: by mobby.holtkamp.priv (sSMTP sendmail emulation); Sun, 4 Dec 2005 08:36:40 +0100 Date: Sun, 4 Dec 2005 08:36:40 +0100 From: Maik Holtkamp To: transcode Users Mailing List Subject: Re: [transcode-users] trouble with transcoded vob Message-ID: <20051204073640.GB10025@mobby.holtkamp.priv> Mail-Followup-To: transcode Users Mailing List References: <43827A6D.3020103@gmail.com> <20051122194442.GE9719@mobby.holtkamp.priv> <4383EBC9.5070807@gmail.com> <20051123124812.GA21771@holtkamp.priv> <43868E79.5050602@gmail.com> <20051125045715.GA9672@mobby.holtkamp.priv> <438AAEF6.4080806@gmail.com> <439219C5.3010402@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QKdGvSO+nmPlgiQ/" Content-Disposition: inline In-Reply-To: <439219C5.3010402@gmail.com> X-PGP-Fingerprint: 868E 75E0 3FF1 A5F7 7036 41B1 D019 F5EF 9027 AB88 X-ICQ: 106425684 X-IRC: m707 X-message-flag: Outlook is a breeding ground for viruses. See http://cws.internet.com/mail.html for alternatives User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavis (Debian) at holtkamp.priv X-Y-GMX-Trusted: 0 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --QKdGvSO+nmPlgiQ/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, 0n 05/12/03@16:18 Eric P told me: > Just a quick follow up. I ran a few more configurations with > transcode, and by removing the explicit cropping (via -j), I > finally got a good file that worked with my menus in dvdauthor! >=20 > Maik, thank you for all your help. I learned a ton from you on > this thread on how to reprocess bad vid files, etc.! You are welcome. Sorry, I was privately rather busy, so I could not further participate in this thread. Anyhow, glad to hear you managed it. =20 --=20 bye maik --QKdGvSO+nmPlgiQ/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDkpyI0Bn175Anq4gRAiDmAJ9HvdXSheGyKjgNfd6+svNE8nju2QCfYAL0 f5gzbKc00NMigK+KEm/8N8M= =FmWA -----END PGP SIGNATURE----- --QKdGvSO+nmPlgiQ/-- From transcode-users-bounces@exit1.org Sun Dec 4 23:41: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 86F28126D82 for ; Sun, 4 Dec 2005 23:41:15 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4MHVvi014679; Sun, 4 Dec 2005 23:22:35 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4MH8TQ014600 for ; Sun, 4 Dec 2005 23:17:18 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id A8EB11CA52; Sun, 4 Dec 2005 17:16:31 -0500 (EST) From: Gary Lawrence Murphy To: transcode-users@exit1.org Organization: free software is good for children and other living things X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I thought for sure I had it this time, a collection of mpg files that seemed (to my very naive sense of misunderstanding the docs ;) but it didn't even come close to creating DVD-ready files I'm trying to encode a bunch of low-res divx/avi into 352x240 quarter-res DVD format -- here's the (linux) command line to batch encode them all, adapted bits and pieces from various scripts like the transcoding.org tutorials, avi2vob and any2vob, because none of those example scripts would run without a segfault: for F in *.avi; do B=`basename "$F" .avi` for P in 1 2; do nice transcode -i "$F" -x mplayer,mplayer \ -y mpeg2enc,ffmpeg -F 8,"-a 2" -Z 352x240,fast \ -j -16,-32,-16,-32 -N 0x2000 -o "vob/$B" \ -E 48000,16,2 -m "vob/$B.ac3" -b 224 \ -J resample,normalize --export_fps 29.97 \ -R $P,2pass.log done echo "MPLEX: $B" mplex -f 8 -o "vob/$B.mpg" "vob/$B.m2v" "vob/$B.ac3" done Looks good to me ;) and the tcprobe also looks valid: [tcprobe] summary for vob/episode_24.mpg import frame size: -g 352x240 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 29.970 [25.000] frc=4 (*) PTS=0.1780, frame_time=33 ms, bitrate=7000 kbps audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x50 [0x2000] (*) PTS=0.1780, bitrate=384 kbps -D 0 --av_fine_ms 0 (frames & ms) [0] [0] the sound is beautiful.. the video just won't play, not even scrambled, I get audio with the video staying on the DVD menu screen. I can play all of the files in mplayer, and they look beautiful for low-res, but the generated dvd won't play video in xine or in any player. what went wrong? Two immediate things that I don't understand: Why does tcprobe include "352x240 [720x576]" ... does that mean the one without [] is the actual value? Or is it warning me that I've got PAL files when I thought I was getting NTSC? Similarly, frame rate says "29.970 [25.000]" when it's DVD's 29.970 that I want. What are these values in square brackets? mplayer gives the following: Playing vob/episode_21.mpg. Cache fill: 15.04% (1261568 bytes) MPEG-PS file format detected. VIDEO: MPEG2 352x240 (aspect 2) 29.970 fps 7000.0 kbps (875.0 kbyte/s) ========================================================================== Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough VDec: vo config request - 352 x 240 (preferred csp: Mpeg PES) Could not find matching colorspace - retrying with -vf scale... Opening video filter: [scale] The selected video_out device is incompatible with this codec. VDecoder init failed :( Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG-1 or 2 (libmpeg2)) And it then plays both audio and video without incident. What did I miss? If it is fixable, is it possible to correct the generated mpeg files, or will I have to re-encode everything? one last and partially related question: I had some success using the preset --export_prof=dvd-ntsc, but that setting does not allow for reduced frame resolution; when I tried combining the profile with an explicit -Z 352x240 the profile seemed to be taking precidence, but when I took out the profile specification, I had a problem: Where are the export profiles defined? -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 Business Advantage through Community Software - http://teledyn.com "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Sun Dec 4 23:49: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C5188126D91 for ; Sun, 4 Dec 2005 23:49:40 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4MUUTI015846; Sun, 4 Dec 2005 23:33:40 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4MUF37015814 for ; Sun, 4 Dec 2005 23:30:19 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 421061CA52; Sun, 4 Dec 2005 17:30:01 -0500 (EST) From: Gary Lawrence Murphy To: transcode-users@exit1.org Organization: free software is good for children and other living things X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Ooops ... misread my terminal history, what I posted earlier was NOT the commandline used to create those files! What I had used was a modified avi2vob (audio is toolame'd earlier into mp2) ... ffmpeg.cfg: [mpeg2video] mbd = 2 vqcomp = 0.7 vqblur = 0.3 vrc_minrate=0 vrc_maxrate = 7000 vrc_buf_size=1792 transcode --nice 10 \ --print_status 500 \ -x mplayer,null \ -y ffmpeg,null \ -F mpeg2video \ -E 48000,16,2 \ --export_asr 2 \ --export_fps 29.970 \ -Z 352x240,fast --encode_fields b -b224 -s2 -J hqdn3d -G 0.9 \ -j -16,-32,-16,-32 \ -o output \ -i output.avi mplex -f 8 -o "$OUTDIR/$file.mpg" output.m2v output.mp2 but again, the generated mpg plays ok in mplayer, but the video stays on the DVD menu when played on any DVD player -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 00:02: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 60E2D126D82 for ; Mon, 5 Dec 2005 00:02:31 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4Mhprv016962; Sun, 4 Dec 2005 23:46:57 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4MhZmY016900 for ; Sun, 4 Dec 2005 23:43:45 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 4EB821CA52; Sun, 4 Dec 2005 17:43:10 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Organization: free software is good for children and other living things References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I mentioned this question in another thread, but maybe it's more apropos here: Where are these profiles defined? Can you select a profile and then 'tweak' it or does it override any conflicting options on the command line? -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 Business Advantage through Community Software - http://teledyn.com "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 00:09: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C80D4126D82 for ; Mon, 5 Dec 2005 00:09:00 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4Mp8jb017410; Sun, 4 Dec 2005 23:53:56 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from soleil.arial-concept.com (soleil.arial-concept.com [213.186.44.120]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4Mp3uv017391 for ; Sun, 4 Dec 2005 23:51:04 +0100 Received: from prod1.arial-concept.com (prod1.arial-concept.com [81.57.108.229]) by soleil.arial-concept.com (Microsoft Exchange) with ESMTP id D01D323ABD6 for ; Sun, 4 Dec 2005 23:51:00 +0100 (CET) Received: from [172.16.0.45] (mars-linux [172.16.0.45]) by prod1.arial-concept.com (Postfix) with ESMTP id E384EE113B for ; Sun, 4 Dec 2005 23:50:57 +0100 (CET) Message-ID: <439372CF.5070809@arial-concept.com> Date: Sun, 04 Dec 2005 23:50:55 +0100 From: Sam Przyswa User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: fr, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <20051204062758.GA1109@puff.jakemsr.gom> In-Reply-To: <20051204062758.GA1109@puff.jakemsr.gom> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Arial-Concept-MailScanner: Found to be clean X-Arial-Concept-MailScanner-Information: Pour toutes réclamations contactez postmaster@arial-concept.com X-Arial-Concept-MailScanner: Found to be clean X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Jacob Meuser a écrit : > >OK, I should have said '--export_prof dvd' is not recommended rather >than not valid. > > > >>tries to set sensible values for mpeg export. When you don't spec- >> ify an export module with -y, mpeg2enc will be used. >> >> > >so, do you have transcode built with mjpegtools support? > > There is the list of supported packages: optional package support ---------------------------------------- IBP no X11 yes libmpeg2 yes libpostproc no freetype2 no avifile no lame yes ogg no vorbis no theora no libdvdread yes pvm3 no libdv no libquicktime no lzo no a52 no libmpeg3 no libxml2 no mjpegtools no sdl no gtk no libfame no imagemagick no libjpeg yes bsdav no iconv yes I configured with --with-mjpegtools --with-mjpegtools-includes=/usr/include but the configure report always said "mjpegtools no", mjpegtools is well installed on my machine, how validate the mjpegtools ??? Thanks for your help. Sam. -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. From transcode-users-bounces@exit1.org Mon Dec 5 00:39: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E110E126D82 for ; Mon, 5 Dec 2005 00:39:25 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4NL79k019911; Mon, 5 Dec 2005 00:24:41 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB4NL4Ni019894 for ; Mon, 5 Dec 2005 00:21:05 +0100 Received: (qmail 17463 invoked from network); 4 Dec 2005 23:21:48 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 Dec 2005 23:21:48 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 04 Dec 2005 15:21:01 PST (sender jakemsr@puff.jakemsr.gom) Date: Sun, 4 Dec 2005 15:21:01 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051204232101.GA28213@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <20051204062758.GA1109@puff.jakemsr.gom> <439372CF.5070809@arial-concept.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <439372CF.5070809@arial-concept.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Dec 04, 2005 at 11:50:55PM +0100, Sam Przyswa wrote: > Jacob Meuser a ?crit : > >so, do you have transcode built with mjpegtools support? > There is the list of supported packages: > > optional package support > ---------------------------------------- > mjpegtools no > I configured with --with-mjpegtools it should be --enable-mjpegtools -- From transcode-users-bounces@exit1.org Mon Dec 5 00:44: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B6B5B126D82 for ; Mon, 5 Dec 2005 00:44:29 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4NRJYf020277; Mon, 5 Dec 2005 00:30:03 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB4NOocq020083 for ; Mon, 5 Dec 2005 00:24:52 +0100 Received: (qmail 17927 invoked from network); 4 Dec 2005 23:25:36 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 Dec 2005 23:25:36 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 04 Dec 2005 15:24:49 PST (sender jakemsr@puff.jakemsr.gom) Date: Sun, 4 Dec 2005 15:24:49 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051204232449.GB28213@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> 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-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Dec 04, 2005 at 05:43:10PM -0500, Gary Lawrence Murphy wrote: > > I mentioned this question in another thread, but maybe it's more > apropos here: Where are these profiles defined? Can you select > a profile and then 'tweak' it or does it override any conflicting > options on the command line? it is intended that command line options will override profile settings. if you find the opposite is true, please let us know. as far as where they are defined ... all over the place. this is one of the things that should be reworked in future versions. -- From transcode-users-bounces@exit1.org Mon Dec 5 00:57: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3F793126D91 for ; Mon, 5 Dec 2005 00:57:51 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4NeL93021102; Mon, 5 Dec 2005 00:43:14 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB4NeJMs021087 for ; Mon, 5 Dec 2005 00:40:20 +0100 Received: (qmail 19960 invoked from network); 4 Dec 2005 23:34:24 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 Dec 2005 23:34:24 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 04 Dec 2005 15:33:36 PST (sender jakemsr@puff.jakemsr.gom) Date: Sun, 4 Dec 2005 15:33:36 -0800 From: Jacob Meuser To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Message-ID: <20051204233336.GC28213@puff.jakemsr.gom> Mail-Followup-To: transcode-users@exit1.org 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-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Sun, Dec 04, 2005 at 05:16:31PM -0500, Gary Lawrence Murphy wrote: > > I thought for sure I had it this time, a collection of mpg files > that seemed (to my very naive sense of misunderstanding the docs ;) > but it didn't even come close to creating DVD-ready files > > I'm trying to encode a bunch of low-res divx/avi into 352x240 > quarter-res DVD format -- here's the (linux) command line to batch > encode them all, adapted bits and pieces from various scripts like the > transcoding.org tutorials, avi2vob and any2vob, because none of those > example scripts would run without a segfault: > > for F in *.avi; do > B=`basename "$F" .avi` > for P in 1 2; do > nice transcode -i "$F" -x mplayer,mplayer \ > -y mpeg2enc,ffmpeg -F 8,"-a 2" -Z 352x240,fast \ > -j -16,-32,-16,-32 -N 0x2000 -o "vob/$B" \ > -E 48000,16,2 -m "vob/$B.ac3" -b 224 \ > -J resample,normalize --export_fps 29.97 \ > -R $P,2pass.log > done > echo "MPLEX: $B" > mplex -f 8 -o "vob/$B.mpg" "vob/$B.m2v" "vob/$B.ac3" > done > > Looks good to me ;) and the tcprobe also looks valid: > > [tcprobe] summary for vob/episode_24.mpg > import frame size: -g 352x240 [720x576] (*) > aspect ratio: 4:3 (*) > frame rate: -f 29.970 [25.000] frc=4 (*) > PTS=0.1780, frame_time=33 ms, bitrate=7000 kbps > audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x50 [0x2000] (*) > PTS=0.1780, bitrate=384 kbps > -D 0 --av_fine_ms 0 (frames & ms) [0] [0] > > the sound is beautiful.. the video just won't play, not even > scrambled, I get audio with the video staying on the DVD menu screen. > I can play all of the files in mplayer, and they look beautiful for > low-res, but the generated dvd won't play video in xine or in any > player. > > what went wrong? sounds like a dvdauthor problem? > Two immediate things that I don't understand: Why does tcprobe include > "352x240 [720x576]" ... does that mean the one without [] is the actual > value? Or is it warning me that I've got PAL files when I thought I was > getting NTSC? Similarly, frame rate says "29.970 [25.000]" when it's > DVD's 29.970 that I want. What are these values in square brackets? the defaults. hmmm, looks like this is not explained in the tcprobe manpage. > mplayer gives the following: > > Playing vob/episode_21.mpg. > Cache fill: 15.04% (1261568 bytes) MPEG-PS file format detected. > VIDEO: MPEG2 352x240 (aspect 2) 29.970 fps 7000.0 kbps (875.0 kbyte/s) > ========================================================================== > Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough > VDec: vo config request - 352 x 240 (preferred csp: Mpeg PES) > Could not find matching colorspace - retrying with -vf scale... > Opening video filter: [scale] > The selected video_out device is incompatible with this codec. > VDecoder init failed :( > Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b > Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG-1 or 2 (libmpeg2)) > > And it then plays both audio and video without incident. > > What did I miss? If it is fixable, is it possible to correct the > generated mpeg files, or will I have to re-encode everything? > > one last and partially related question: I had some success using the > preset --export_prof=dvd-ntsc, but that setting does not allow for > reduced frame resolution; when I tried combining the profile with an > explicit -Z 352x240 the profile seemed to be taking precidence, but > when I took out the profile specification, I had a problem: Where are > the export profiles defined? they are "defined" in more than one place. partly in src/transcode.c, partly in the export modules. you probably want to look at in src/transcode.c for this particular part of the equation. -- From transcode-users-bounces@exit1.org Mon Dec 5 01:03: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 983DA126D91 for ; Mon, 5 Dec 2005 01:03:17 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4NjrrP021405; Mon, 5 Dec 2005 00:48:38 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB4NggMw021220 for ; Mon, 5 Dec 2005 00:42:55 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 5D36B1CA52; Sun, 4 Dec 2005 18:42:24 -0500 (EST) From: Gary Lawrence Murphy To: transcode-users@exit1.org Organization: free software is good for children and other living things X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org One last followup with more details, and once again, it looks just fine to me: here is the output from mpginfo on the generated VOB files $ mpginfo dvd/VIDEO_TS/VTS_05_1.VOB warning: couldn't find any valid system header. I'm continuing anyway dvd/VIDEO_TS/VTS_05_1.VOB Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 02:40:36.16s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Size [352 x 240] 29.97 fps 7.00 Mbps Audio : Mpeg 1 layer 2 384 kbps 48000 Hz Stereo, No emphasis -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 03:29: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 5D232126D91 for ; Mon, 5 Dec 2005 03:29:43 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB528aNv029913; Mon, 5 Dec 2005 03:12:32 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from soleil.arial-concept.com (soleil.arial-concept.com [213.186.44.120]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB528XdL029898 for ; Mon, 5 Dec 2005 03:08:34 +0100 Received: from prod1.arial-concept.com (prod1.arial-concept.com [81.57.108.229]) by soleil.arial-concept.com (Microsoft Exchange) with ESMTP id 2A0C2239CE7 for ; Mon, 5 Dec 2005 03:08:28 +0100 (CET) Received: from [172.16.0.45] (mars-linux [172.16.0.45]) by prod1.arial-concept.com (Postfix) with ESMTP id 61365E113B for ; Mon, 5 Dec 2005 03:08:23 +0100 (CET) Message-ID: <4393A116.5080207@arial-concept.com> Date: Mon, 05 Dec 2005 03:08:22 +0100 From: Sam Przyswa User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050912) X-Accept-Language: fr, en MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <20051204062758.GA1109@puff.jakemsr.gom> <439372CF.5070809@arial-concept.com> <20051204232101.GA28213@puff.jakemsr.gom> In-Reply-To: <20051204232101.GA28213@puff.jakemsr.gom> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Arial-Concept-MailScanner: Found to be clean X-Arial-Concept-MailScanner-Information: Pour toutes réclamations contactez postmaster@arial-concept.com X-Arial-Concept-MailScanner: Found to be clean X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Jacob Meuser a écrit : >On Sun, Dec 04, 2005 at 11:50:55PM +0100, Sam Przyswa wrote: > > >>Jacob Meuser a ?crit : >> >> > > > >>>so, do you have transcode built with mjpegtools support? >>> >>> > > > >>There is the list of supported packages: >> >>optional package support >>---------------------------------------- >> >> > > > >>mjpegtools no >> >> > > > >>I configured with --with-mjpegtools >> >> > >it should be --enable-mjpegtools > > Argh, thanks ! Sam. -- Sam Przyswa - Chef de projet Arial Concept - Intégrateur Internet 36, rue de Turin - 75008 - Paris - France Tel: 01 40 54 86 04 - 0870 444 650 - Fax: 01 40 54 83 01 Skype ID: arial-concept Web: http://www.arial-concept.com - Email: Info@arial-concept.com -- Ce message a été vérifié par MailScanner pour des virus ou des polluriels et rien de suspect n'a été trouvé. From transcode-users-bounces@exit1.org Mon Dec 5 04:28: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 56739126D82 for ; Mon, 5 Dec 2005 04:28:01 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB539w6U000768; Mon, 5 Dec 2005 04:13:12 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB539fEJ000733 for ; Mon, 5 Dec 2005 04:09:49 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id F35A91CA52; Sun, 4 Dec 2005 22:09:17 -0500 (EST) From: Gary Lawrence Murphy To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <20051204233336.GC28213@puff.jakemsr.gom> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "J" == Jacob Meuser writes: J> sounds like a dvdauthor problem? thanks for that tip and the pointer to the c file; I'll fetch the sources and look into that (I'm using transcode-1.0.1-0.1.102plf) As for dvdauthor, here's the (abbridged) dvdauthor script (generated by dvdwizard) and again, it all looks fine to me ... with just one weirdness: the first titleset is said to have the audio channel assigned to DE whereas all the other titlesets have it assigned to EN, even though the entire project has only mp2 audio and all mpeg files (except menus) have been created with the same transcode command line. since the audio is the only part that works, I didn't pay that much mind ...
 { g1=0; if (g0 lt 1024) button=1024; else button=g0; if (g9 ne 42) { audio=0; g2=0; g9=42; } } 
...
 { if (g1 lt 9) g1=1; if (g2 lt 1024) button=1024; else button=g2; } 
...
 { if (g1 lt 9) g1=1; if (g2 lt 1024) button=1024; else button=g2; } 
...
...
-- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 04:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6CEC9126D91 for ; Mon, 5 Dec 2005 04:33:32 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB53GCI0001073; Mon, 5 Dec 2005 04:18:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB53FMXU001004 for ; Mon, 5 Dec 2005 04:15:25 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 7220E1CA52; Sun, 4 Dec 2005 22:15:16 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Organization: free software is good for children and other living things References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <20051204232449.GB28213@puff.jakemsr.gom> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "J" == Jacob Meuser writes: J> it is intended that command line options will override profile J> settings. if you find the opposite is true, please let us J> know. I don't know enough about transcode to say for certain -- out of the half-dozen DVDs I have created so far, only one actually plays all the way through without at least one bad chapter -- but when I first tried to create low-res 352x240 using avi2vob, I edited the -Z parameter immediately after dvd-ntsc, but my generated files were all zoomed to 720x480 J> as far as where they are defined ... all over the place. this J> is one of the things that should be reworked in future J> versions. if it was all finished, it wouldn't be any fun anymore :) -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 12:28: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 5E702126D82 for ; Mon, 5 Dec 2005 12:28:14 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5BEdDT002654; Mon, 5 Dec 2005 12:19:20 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5BEalU002638 for ; Mon, 5 Dec 2005 12:14:37 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 2FA1C1A34004 for ; Mon, 5 Dec 2005 12:14:36 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-YjcFmXvmIhJQNwrKYmC8" Date: Mon, 05 Dec 2005 12:14:33 +0100 Message-Id: <1133781273.7718.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-YjcFmXvmIhJQNwrKYmC8 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-12-04 at 17:30 -0500, Gary Lawrence Murphy wrote: > Ooops ... misread my terminal history, what I posted earlier was NOT > the commandline used to create those files! What I had used was a > modified avi2vob (audio is toolame'd earlier into mp2) ... >=20 > ffmpeg.cfg: >=20 > [mpeg2video] > mbd =3D 2 > vqcomp =3D 0.7 > vqblur =3D 0.3 > vrc_minrate=3D0 > vrc_maxrate =3D 7000 > vrc_buf_size=3D1792 >=20 > transcode --nice 10 \ > --print_status 500 \ > -x mplayer,null \ > -y ffmpeg,null \ > -F mpeg2video \ > -E 48000,16,2 \ > --export_asr 2 \ > --export_fps 29.970 \ > -Z 352x240,fast --encode_fields b -b224 -s2 -J hqdn3d -G 0.9 \ > -j -16,-32,-16,-32 \ > -o output \ > -i output.avi >=20 > mplex -f 8 -o "$OUTDIR/$file.mpg" output.m2v output.mp2 >=20 > but again, the generated mpg plays ok in mplayer, but the video stays > on the DVD menu when played on any DVD player Check: - if the FINAL resolution is one allowed on DVD's - dvdauthor generates warnings/errors (particularly) - if you generate mpeg1 instead of mpeg2 (which iirc is actually required for half resolutions) - lower the max bitrate --=-YjcFmXvmIhJQNwrKYmC8 Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNTExMTQzM1ow IwYJKoZIhvcNAQkEMRYEFDs8aQD4bYcdrPwG0idikY4T+Fz1MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAUz6bp64RvWj/UbciRrc8N/MV7GsGs6cSKMpepBMjd7ZFsT2+k+6O0r20 8jbUyixukZ3Nn7n5OHyuQigjRJqvPe96sQ6z6ZYuKeRgQVcenKvTN8DmpIVBGWQdoWAZFmUt4tMV qxekYbpR1fVFVB2OqrHeFnYAQTaze8mDy3jPvwAAAAAAAAA= --=-YjcFmXvmIhJQNwrKYmC8-- From transcode-users-bounces@exit1.org Mon Dec 5 12:32:34 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 51C03126D83 for ; Mon, 5 Dec 2005 12:32:34 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5BPHTV003705; Mon, 5 Dec 2005 12:28:03 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5BFk62002740 for ; Mon, 5 Dec 2005 12:15:49 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id E11741A34004 for ; Mon, 5 Dec 2005 12:15:45 +0100 (CET) Subject: Re: [transcode-users] DVD transcode failed From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-jZb+SIMn77eNqdQXpMds" Date: Mon, 05 Dec 2005 12:15:43 +0100 Message-Id: <1133781343.7718.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-jZb+SIMn77eNqdQXpMds Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2005-12-04 at 17:43 -0500, Gary Lawrence Murphy wrote: > I mentioned this question in another thread, but maybe it's more > apropos here: Where are these profiles defined? Can you select > a profile and then 'tweak' it or does it override any conflicting > options on the command line? The profiles are implemented in the respective export modules (in this case only ffmpeg and mpeg2enc support these). Most of the options can be overridden on the command line and for most non-expert users, this is the recommended approach. --=-jZb+SIMn77eNqdQXpMds Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNTExMTU0M1ow IwYJKoZIhvcNAQkEMRYEFJW4MXzM40O1q17Z1tS00z32ZnddMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAfFihYQJpsqwspIqd7i/xdR+aX2LZaVOhzq8nmJkBC1x053tGO5dOyHsG 9tRIZvpgtg7wku3djFsiMn9Mcp2T0H7jxhLfw5s+KHiEW5kZ2dgHuCOhkib2nX9duC/9u6h52guL KB6ybFkLJtx7IK0afEUkPtK6QhckTpBPIsbXqqUAAAAAAAA= --=-jZb+SIMn77eNqdQXpMds-- From transcode-users-bounces@exit1.org Mon Dec 5 19:04: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1B672126D83 for ; Mon, 5 Dec 2005 19:04:21 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5Hpv3F014792; Mon, 5 Dec 2005 18:57:12 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB5HpqXW014761 for ; Mon, 5 Dec 2005 18:51:53 +0100 Received: (qmail invoked by alias); 05 Dec 2005 17:51:47 -0000 Received: from p5499A863.dip0.t-ipconnect.de (EHLO [192.168.0.11]) [84.153.168.99] by mail.gmx.net (mp031) with SMTP; 05 Dec 2005 18:51:47 +0100 X-Authenticated: #217599 From: Dennis To: transcode-users@exit1.org Date: Mon, 5 Dec 2005 17:51:40 +0000 User-Agent: KMail/1.9 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200512051751.40252.dennismail@gmx.net> Content-Type: text/plain; charset="iso-8859-1" X-Y-GMX-Trusted: 0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB5HpqXW014761 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Goal SVCD, but big 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi! I am a beginner concerning converting videos. Now, my goal is to burn a movie with k3b as video cd, so that my stand-alone-DVD-Player plays it. k3b doesn´t accept my file as only mpeg 1/2 movies are accepted on a VCD/SVCD. I stumbled over transcode which I believe is able to convert my file in the correct way. I read thorugh the man-page, though I have to admin that I really don´t know much about this. For example, why is there a "ffmpeg" and a "mpeg" as option to -y? Anyhow, here´s what I try to do: $ transcode -i ./movie.avi -y ffmpeg -F 4 -o ./movie_1.mpg The result: transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.8 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 ./movie.avi (ok) [transcode] V: import format | DivX;-) RIFF data, AVI (V=ffmpeg|A=mp3) [transcode] V: import frame | 640x272 2.35:1 [transcode] V: bits/pixel | 0.414 [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x55 MPEG layer-3 [48000,16,2] 160 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 | sse (sse 3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 640x272 [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 [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) FFmpeg0.4.9-pre1b4718 | (audio) MPEG/AC3/PCM [import_mp3.so] MP3->PCM [import_mp3.so] tcextract -a 0 -i "./movie.avi" -x mp3 -d 0 | tcdecode -x mp3 -d 0 -z 20000 tc_memcpy: using sse for memcpy [export_ffmpeg.so] Unknown codec '4'. [transcode] warning : (encoder.c) video export module error: init failed [transcode] critical: failed to init encoder When I try this: $ transcode -i ./movie.avi -y mpeg -F 4 -o ./movie_1.mpg I get: transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg libdvdread: Using libdvdcss version 1.2.8 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 ./movie.avi (ok) [transcode] V: import format | DivX;-) RIFF data, AVI (V=ffmpeg|A=mp3) [transcode] V: import frame | 640x272 2.35:1 [transcode] V: bits/pixel | 0.414 [transcode] V: decoding fps,frc | 25.000,3 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x55 MPEG layer-3 [48000,16,2] 160 kbps [transcode] A: export format | 0x50 MPEG layer-2 [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 | sse (sse 3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using sse for memcpy [transcode] V: video buffer | 10 @ 640x272 [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 [transcode] warning : /usr/lib/transcode/export_mpeg.so: cannot open shared object file: No such file or directory [transcode] warning : (dl_loader.c) loading "/usr/lib/transcode/export_mpeg.so" failed [transcode] warning : (encoder.c) loading audio export module failed [transcode] warning : failed to init export modules [transcode] critical: plug-in initialization failed Now, the last seem to tell me that there´s a problem finding an export file. But I really don´t know what to do about this! I´m using SuSE 9.3 here together with transcode-package from packman. Can pleaye anybody help me to get to my goal? Thanks! Dennis From transcode-users-bounces@exit1.org Mon Dec 5 19:29: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 457DB126D82 for ; Mon, 5 Dec 2005 19:29:30 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5ILpLa018016; Mon, 5 Dec 2005 19:22:10 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.196]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5ILmoO018000 for ; Mon, 5 Dec 2005 19:21:49 +0100 Received: by nproxy.gmail.com with SMTP id l35so452331nfa for ; Mon, 05 Dec 2005 10:21:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=eJ+A7YCNgeNGcxO4SRtIB5xGBWY7QGjAv5wddVZqx0obcGKn5OuXyvhFYP68CPH9XOLJ0Brzg+u4LXt85VcO3DxSYmZhJK5IB19z83hE4+3JHs75RcffVsIBdQTQ++PbKoyu8sPLLn4PpRvNJsdaBg0q+lpblTBxkwJdyln+cPQ= Received: by 10.48.245.7 with SMTP id s7mr1007741nfh; Mon, 05 Dec 2005 10:21:47 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.59.153.186]) by mx.gmail.com with ESMTP id o9sm2376442nfa.2005.12.05.10.21.46; Mon, 05 Dec 2005 10:21:47 -0800 (PST) Date: Mon, 5 Dec 2005 19:21:42 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Goal SVCD, but big problems Message-ID: <20051205192142.3a13b280@azafuse.rokugan.lan> In-Reply-To: <200512051751.40252.dennismail@gmx.net> References: <200512051751.40252.dennismail@gmx.net> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB5ILmoO018000 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, 5 Dec 2005 17:51:40 +0000 Dennis wrote: Hi, > I read thorugh the man-page, though I have to admin that I really > don´t know much about this. For example, why is there a "ffmpeg" and > a "mpeg" as option to -y? because they are different modules added at different times which do different things. 'mpeg' is a module deprecated in 1.0.x and (will removed in 1.1.x) which encodes in MPEG1 (and MPEG2 too?) only. 'ffmpeg' is a gateway to powerful 'libavcodec' library, part of 'ffmpeg' project, from here the module name. export_ffmpeg can encode in a wide range of A/V formats, comprehending mpeg1/2/4. For your purposes, you should use -y ffmpeg, and fall back to -y mpeg2enc (this require mjpegtools installed) if you experience problems or artifacts. > Anyhow, here´s what I try to do: > > $ transcode -i ./movie.avi -y ffmpeg -F 4 -o ./movie_1.mpg > > The result: > > transcode v1.0.1 (C) 2001-2003 > [export_ffmpeg.so] Unknown codec '4'. > [transcode] warning : (encoder.c) video export module error: init > failed [transcode] critical: failed to init encoder [...] '4' si an invalid codec identifier. Use '-y ffmpeg -F help' to get a list of supported codecs. You are probably best served by '-y ffmpeg --export_prof ', see manpage for details. There also should be a couple of examples in transcode documentation and/or on transcode wiki (http://www.transcoding.org) -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 [http://snipurl.com/ar6e] From transcode-users-bounces@exit1.org Mon Dec 5 19:39:11 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E99CD126D82 for ; Mon, 5 Dec 2005 19:39:11 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5IVbhm018916; Mon, 5 Dec 2005 19:31:44 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from smtp4.libero.it (smtp4.libero.it [193.70.192.54]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5IVZT4018898 for ; Mon, 5 Dec 2005 19:31:36 +0100 Received: from localhost (172.16.1.15) by smtp4.libero.it (7.0.027-DD01) id 4369E43102D5BDA7 for transcode-users@exit1.org; Mon, 5 Dec 2005 19:31:29 +0100 Received: from smtp3.libero.it ([172.16.1.53]) by localhost (asav11.libero.it [193.70.192.93]) (amavisd-new, port 10024) with ESMTP id 08854-07 for ; Mon, 5 Dec 2005 19:31:29 +0100 (CET) Received: from ppp-34-82.24-151.libero.it (ppp-34-82.24-151.libero.it [151.24.82.34]) by smtp3.libero.it (Postfix) with ESMTP id 56966ABE9E for ; Mon, 5 Dec 2005 19:31:28 +0100 (MET) From: Davide Capodaglio To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Date: Mon, 5 Dec 2005 19:33:59 +0100 User-Agent: KMail/1.8.2 References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> In-Reply-To: <20051203225317.GA16285@puff.jakemsr.gom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512051933.59608.davidecapod@inwind.it> X-Scanned: with antispam and antivirus automated system at libero.it X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Alle 23:53, sabato 3 dicembre 2005, Jacob Meuser ha scritto: > On Sat, Dec 03, 2005 at 03:48:39PM +0100, Davide Capodaglio wrote: > > Hi everybody, > > I'm trying to transcode some 3gp video taken with a cellphone camera. > > I can play those videos perfectly with mplayer, so I tried the mplayer > > import module, but I get a "broken pipe" error: > > > > transcode -i room.3gp -o room.avi -x mplayer -y ffmpeg -F mpeg4 -g > > 176x144 -e 8000,16,2 > > are you sure your cellphone is creating stereo audio? I kind doubt that. no the 3gp is mono (8000,16,2) but mplayer automatically generate a stereo output, so I have to force to stereo > > transcode v1.0.1 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > > libdvdread: Using libdvdcss version 1.2.8 for DVD access > > libdvdread: Can't open file VIDEO_TS.IFO. > > [transcode] auto-probing source room.3gp (failed) > > [transcode] V: import format | unknown (V=mplayer|A=(null)) > > > > BTW: is it normal that I have to explicitly specify input frame > > resolution and audio format, otherwise they are not detected at all ?? > > any time probing fails, you have to provide this info. ok the correct question is: why not making transcode aware of mplayer output for auto-probing? in the yuv4mpeg output there is already the frame size and for the audio removing -nowaveheader from the audio dump can be enough. > > The error remains also encoding to PCM ( -N 0x1 ), using -y xvid4, and > > also if I dump video/audio streams with mplayer and then transcode them > > (!!!) : > > > > mplayer -novideo -ao pcm room.3gp > > mplayer -nosound -benchmark -vo yuv4mpeg room.3gp > > transcode -i stream.yuv -p audiodump.wav -o room.avi -y ffmpeg -F mpeg4 > > > > sh: line 1: 7716 Broken pipe tcextract -x pcm -i > > "audiodump.wav" -d 0 7717 | tcextract -a 0 -x pcm > > -d 0 -t raw > > > > > > The transcoded part (before the broken pipe) plays correctly. > > How can I transcode the whole file successfully?? > > it looks like the pcm stream is probably broken. can any other tool, > like ffmpeg or sox, grok the pcm stream? can any player completely > play the wav that mplayer outputs? yes no problems at all, even with "lame audiodump.wav" > > I also noticed that the mplayer process remains active after the error, > > and I have to kill it manually with "killall -9 mplayer". > > do you have to use '-9'? dos just 'killall mplayer' not work? if so, > that is probably a bug in mplayer. yes I have to add "-9". I think it can be useful if on exit transcode could clean up child processes and pipes lying around. Thanks for your help Davide From transcode-users-bounces@exit1.org Mon Dec 5 20:04: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 9AA84126D82 for ; Mon, 5 Dec 2005 20:04:42 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5IxAtb021570; Mon, 5 Dec 2005 19:59:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.205]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5IuS5w021374 for ; Mon, 5 Dec 2005 19:56:30 +0100 Received: by wproxy.gmail.com with SMTP id i22so784288wra for ; Mon, 05 Dec 2005 10:56:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=ZQWdgptqHErs8hr3HNkXq1vir6Y2VNwx43t3FzFfHJSvMQfYNF5U0E0Rjkmd0v/hfNe968YAqdYl+HOrGS8fpHIDCkaMuHfL+xU+mDSpA/GoZZVfQ1aHg+lLzDQBmJ9MlhWcCjxCX1j5lL1R91XIWT4lJYLU6ah2100d8mOL8S0= Received: by 10.65.73.3 with SMTP id a3mr3086304qbl; Mon, 05 Dec 2005 10:56:27 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.59.153.186]) by mx.gmail.com with ESMTP id e17sm1636284qbe.2005.12.05.10.56.26; Mon, 05 Dec 2005 10:56:27 -0800 (PST) Date: Mon, 5 Dec 2005 19:56:22 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051205195622.67d7c5e9@azafuse.rokugan.lan> In-Reply-To: <200512051933.59608.davidecapod@inwind.it> References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, 5 Dec 2005 19:33:59 +0100 Davide Capodaglio wrote: Ciao, > > any time probing fails, you have to provide this info. > ok the correct question is: why not making transcode aware of mplayer > output for auto-probing? in the yuv4mpeg output there is already the > frame size and for the audio removing -nowaveheader from the audio > dump can be enough. This is a nice idea indeed. It will be nice to have a better integration for 1.1.0 (or later). Of course, patches always welcome :) > > it looks like the pcm stream is probably broken. can any other > > tool, like ffmpeg or sox, grok the pcm stream? can any player > > completely play the wav that mplayer outputs? > yes no problems at all, even with "lame audiodump.wav" Uhm, this is a bit weird. I'll investigate a bit asap. > > do you have to use '-9'? dos just 'killall mplayer' not work? if > > so, that is probably a bug in mplayer. > yes I have to add "-9". I think it can be useful if on exit transcode > could clean up child processes and pipes lying around. This should be the standard behaviour. I find import_mplayer a bit tricky right now, and I don't like it so much as most of pipeline-based import modules. Sometimes isn't trivial to do a proper cleanup. -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Mon Dec 5 20:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B2E5D126D82 for ; Mon, 5 Dec 2005 20:33:06 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5JSM6j026927; Mon, 5 Dec 2005 20:28:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5JSIC5026902 for ; Mon, 5 Dec 2005 20:28:20 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 163DC1CA51; Mon, 5 Dec 2005 14:28:09 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: E> - if the FINAL resolution is one allowed on DVD's if the final resolution is what is reported by tcprobe, then this checks. E> - dvdauthor generates warnings/errors (particularly) None found. E> - if you generate mpeg1 instead of mpeg2 (which iirc is E> actually required for half resolutions) Interesting theory, not one that I've heard before; all the tutorials, including transcoding.org, just specify the new -Z parameter. I had already created half-resolution mpegs on working DVDs, but possibly not with that same command line (but with the other that I'd posted earlier) As a possible disproof of the MPEG-1 theory ;) I have a quarter-res file that I _know_ works in all tested DVD players, and while I don't have the original transcode-output mpeg, I do have the DVD and mpginfo reports /mnt/cdrom2/VIDEO_TS/VTS_02_1.VOB Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 03:14:41.43s Aspect ratio 4/3 (TV) Not interlaced, chroma format: 4:2:0 Video Format: NTSC Size [352 x 240] 29.97 fps 7.50 Mbps Audio : Mpeg 1 layer 3 112 kbps 44100 Hz Stereo, No emphasis but on the dvd that /won't/ play on /any/ DVD player, I get dvd/VIDEO_TS/VTS_03_1.VOB Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 02:40:36.34s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Size [352 x 240] 29.97 fps 7.00 Mbps Audio : Mpeg 1 layer 2 384 kbps 48000 Hz Stereo, No emphasis the audio is different, but audio works, so that only leaves the interlaced status. Is "interlaced" the culprit? Is there an easy transcode command to 'remove' it from the mpeg files? a possible disproof of the interlaced theory goes back to the DVD that does work, where I find the chapter-menu (?) VOB file is full res, but also interlaced /mnt/cdrom2/VIDEO_TS/VTS_02_0.VOB Mpeg 2 Program Stream File [Video] Muxrate : 10.08 Mbps Estimated Duration: 18:06:59.55s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Video Format: NTSC Size [720 x 480] 29.97 fps 7.50 Mbps so I'm no further ahead :( E> - lower the max bitrate High bitrate causes some stop-frame effects, so I'd lowered that to 7000 in the ffmpeg.cfg and it may still be too high since most machines I've tested still have occasional troubles. -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 Business Advantage through Community Software - http://teledyn.com "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Mon Dec 5 20:40: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1FB10126D82 for ; Mon, 5 Dec 2005 20:40:26 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5JaLiv027848; Mon, 5 Dec 2005 20:36:43 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB5JaHYv027820 for ; Mon, 5 Dec 2005 20:36:19 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 7EC7D1CA51; Mon, 5 Dec 2005 14:36:12 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Organization: free software is good for children and other living things References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <20051204232449.GB28213@puff.jakemsr.gom> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: export_prof -Z override fails X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "G" == Gary Lawrence Murphy writes: G> but when I first tried to create low-res 352x240 using avi2vob, G> I edited the -Z parameter immediately after dvd-ntsc, but my G> generated files were all zoomed to 720x480 I can confirm this now, only they are not zoomed to 720x480, they are zoomed to 352x480 Starting with an AVI file Video:310x240 (29.970 fps) and using the (avi2vob) command lines mencoder -oac copy \ -ovc copy \ -ofps 30000/1001 \ -o output.avi \ "$file.$ext" > /dev/null 2>&1 transcode --nice 10 \ --print_status 500 \ -x mplayer,null \ -y ffmpeg,null \ -F mpeg2video \ -E 48000,16,2 \ --export_asr 2 \ --export_fps 29.970 \ --export_prof dvd-ntsc -Z 352x240,fast -J hqdn3d -G 0.9 \ -j -16,-32,-16,-32 \ -o output \ -i output.avi mplex -f 8 -o "$OUTDIR/$file.mpg" output.m2v output.mp2 I get an output mpg file zoomed to a 352x480 resolution Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 33:09.20s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Size [352 x 480] 29.97 fps 7.00 Mbps Audio : Mpeg 1 layer 2 384 kbps 48000 Hz Stereo, No emphasis -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Tue Dec 6 03:51: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 14870126D82 for ; Tue, 6 Dec 2005 03:51:26 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB62fcOw028202; Tue, 6 Dec 2005 03:44:16 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB62dWvD027946 for ; Tue, 6 Dec 2005 03:39:34 +0100 Received: (qmail 21120 invoked from network); 6 Dec 2005 02:40:19 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 6 Dec 2005 02:40:19 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 05 Dec 2005 18:39:18 PST (sender jakemsr@puff.jakemsr.gom) Date: Mon, 5 Dec 2005 18:39:18 -0800 From: Jacob Meuser To: transcode-users@exit1.org Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051206023918.GA4523@puff.jakemsr.gom> Mail-Followup-To: transcode-users@exit1.org References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> <20051205195622.67d7c5e9@azafuse.rokugan.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051205195622.67d7c5e9@azafuse.rokugan.lan> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, Dec 05, 2005 at 07:56:22PM +0100, Francesco Romani wrote: > On Mon, 5 Dec 2005 19:33:59 +0100 > Davide Capodaglio wrote: > > Ciao, > > > > any time probing fails, you have to provide this info. > > ok the correct question is: why not making transcode aware of mplayer > > output for auto-probing? in the yuv4mpeg output there is already the > > frame size and for the audio removing -nowaveheader from the audio > > dump can be enough. > > This is a nice idea indeed. It will be nice to have a better integration > for 1.1.0 (or later). Of course, patches always welcome :) this would be a rather big change in transcode, to have the import modules be able to do the probing. currently, probing happens before the modules are loaded. this is logical, since the info from probing is used to decide what import modules to load. > > > it looks like the pcm stream is probably broken. can any other > > > tool, like ffmpeg or sox, grok the pcm stream? can any player > > > completely play the wav that mplayer outputs? > > yes no problems at all, even with "lame audiodump.wav" > > Uhm, this is a bit weird. I'll investigate a bit asap. that does seem strange. > > > do you have to use '-9'? dos just 'killall mplayer' not work? if > > > so, that is probably a bug in mplayer. > > yes I have to add "-9". I think it can be useful if on exit transcode > > could clean up child processes and pipes lying around. > > This should be the standard behaviour. I find import_mplayer a bit > tricky right now, and I don't like it so much as most of pipeline-based > import modules. Sometimes isn't trivial to do a proper cleanup. I thought is was standard UNIX behaviour: child processes reaped when the parent process exits. maybe this is a thread related bug (not necessarily in transcode). -- From transcode-users-bounces@exit1.org Tue Dec 6 03:53: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B4EAD126D82 for ; Tue, 6 Dec 2005 03:53:24 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB62m6J8028518; Tue, 6 Dec 2005 03:48:15 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB62fONg028140 for ; Tue, 6 Dec 2005 03:41:25 +0100 Received: (qmail 12780 invoked from network); 6 Dec 2005 02:42:12 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 6 Dec 2005 02:42:12 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 05 Dec 2005 18:41:22 PST (sender jakemsr@puff.jakemsr.gom) Date: Mon, 5 Dec 2005 18:41:22 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051206024122.GB4523@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <1133781343.7718.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1133781343.7718.7.camel@localhost.localdomain> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, Dec 05, 2005 at 12:15:43PM +0100, Erik Slagter wrote: > On Sun, 2005-12-04 at 17:43 -0500, Gary Lawrence Murphy wrote: > > I mentioned this question in another thread, but maybe it's more > > apropos here: Where are these profiles defined? Can you select > > a profile and then 'tweak' it or does it override any conflicting > > options on the command line? > > The profiles are implemented in the respective export modules (in this > case only ffmpeg and mpeg2enc support these). not entirely. see src/transcode.c. -- From transcode-users-bounces@exit1.org Tue Dec 6 04:49: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C1735126D82 for ; Tue, 6 Dec 2005 04:49:07 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB63h2Rh031475; Tue, 6 Dec 2005 04:43:39 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB63gu5S031445 for ; Tue, 6 Dec 2005 04:42:58 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id E008A1CA51; Mon, 5 Dec 2005 22:42:49 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Organization: free software is good for children and other living things References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <1133781343.7718.7.camel@localhost.localdomain> <20051206024122.GB4523@puff.jakemsr.gom> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "J" == Jacob Meuser writes: J> not entirely. see src/transcode.c. Are the CVS sources online somewhere in an LXR or some such web-browsable display? -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Tue Dec 6 06:18: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id EF7BA126D82 for ; Tue, 6 Dec 2005 06:18:57 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB65BTG3003365; Tue, 6 Dec 2005 06:12:28 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB65BPRL003350 for ; Tue, 6 Dec 2005 06:11:27 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 3ABAE1CA51; Tue, 6 Dec 2005 00:11:18 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I think Andrew has it right: the smoking gun is the lack of "Video Format: NTSC" in the mpginfo on the files that won't run, so the corrollary (and maybe easier) question becomes "What is the proper transcode/ffmpeg option to generate NTSC-format files?" ... given that "--export_prof dvd-ntsc" is incompatible with the small screen -Z low-resolution setting and I did have "-F mpeg2video" -- is this the function of ffmpeg's --tvstd option? is there some way to set the ffmpeg -tvstd standard from the transcode line? in ffmpeg.cfg? and the big mystery, how did I get avi->vob before and have them ntsc format when I'm using the same command line? could the original avi file have been in ntsc format and that setting just carried through to the vob files? -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Tue Dec 6 07:13: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A1F84126D82 for ; Tue, 6 Dec 2005 07:13:49 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB667MG5006291; Tue, 6 Dec 2005 07:08:22 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB667IwI006276 for ; Tue, 6 Dec 2005 07:07:20 +0100 Received: (qmail 11848 invoked from network); 6 Dec 2005 05:23:39 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 6 Dec 2005 05:23:39 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 05 Dec 2005 21:22:50 PST (sender jakemsr@puff.jakemsr.gom) Date: Mon, 5 Dec 2005 21:22:50 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051206052250.GB3440@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <1133781343.7718.7.camel@localhost.localdomain> <20051206024122.GB4523@puff.jakemsr.gom> 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-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, Dec 05, 2005 at 10:42:49PM -0500, Gary Lawrence Murphy wrote: > >>>>> "J" == Jacob Meuser writes: > > J> not entirely. see src/transcode.c. > > Are the CVS sources online somewhere in an LXR or some such > web-browsable display? http://cvs.exit1.org/ -- From transcode-users-bounces@exit1.org Tue Dec 6 07:23: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D58FB126D83 for ; Tue, 6 Dec 2005 07:23:55 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB66INOk006857; Tue, 6 Dec 2005 07:18:54 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.1.0 Received: from sccrmhc14.comcast.net (sccrmhc14.comcast.net [63.240.77.84]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB66IGes006826 for ; Tue, 6 Dec 2005 07:18:18 +0100 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (sccrmhc14) with SMTP id <2005120606180301400ahuc3e>; Tue, 6 Dec 2005 06:18:09 +0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20051206023918.GA4523@puff.jakemsr.gom> References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> <20051205195622.67d7c5e9@azafuse.rokugan.lan> <20051206023918.GA4523@puff.jakemsr.gom> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <33A47BC7-C364-43FE-930A-9CE611E361FC@comcast.net> Content-Transfer-Encoding: 7bit From: Kichigai Mentat Subject: Re: [transcode-users] Transcoding 3gp videos Date: Tue, 6 Dec 2005 00:17:54 -0600 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.746.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051202.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry to top-post, but I couldn't find an appropriate place to insert this. Can't this problem just be solved by using: mencoder -ovc copy -oac copy And then shouldn't transcode be able to read the file? Isn't this MPEG-4 and PCM or AAC audio? And if not, why not just dump the audio to PCM, and use some kind of lossless format for the video? True, this will use more time, but if the pipe is giving trouble, why not just go with the roundabout method for now? On Dec 5, 2005, at 20.39, Jacob Meuser wrote: > On Mon, Dec 05, 2005 at 07:56:22PM +0100, Francesco Romani wrote: >> On Mon, 5 Dec 2005 19:33:59 +0100 >> Davide Capodaglio wrote: >> >> Ciao, >> >>>> any time probing fails, you have to provide this info. >>> ok the correct question is: why not making transcode aware of >>> mplayer >>> output for auto-probing? in the yuv4mpeg output there is already the >>> frame size and for the audio removing -nowaveheader from the audio >>> dump can be enough. >> >> This is a nice idea indeed. It will be nice to have a better >> integration >> for 1.1.0 (or later). Of course, patches always welcome :) > > this would be a rather big change in transcode, to have the import > modules be able to do the probing. currently, probing happens before > the modules are loaded. this is logical, since the info from probing > is used to decide what import modules to load. > >>>> it looks like the pcm stream is probably broken. can any other >>>> tool, like ffmpeg or sox, grok the pcm stream? can any player >>>> completely play the wav that mplayer outputs? >>> yes no problems at all, even with "lame audiodump.wav" >> >> Uhm, this is a bit weird. I'll investigate a bit asap. > > that does seem strange. > >>>> do you have to use '-9'? dos just 'killall mplayer' not work? if >>>> so, that is probably a bug in mplayer. >>> yes I have to add "-9". I think it can be useful if on exit >>> transcode >>> could clean up child processes and pipes lying around. >> >> This should be the standard behaviour. I find import_mplayer a bit >> tricky right now, and I don't like it so much as most of pipeline- >> based >> import modules. Sometimes isn't trivial to do a proper cleanup. > > I thought is was standard UNIX behaviour: child processes reaped when > the parent process exits. maybe this is a thread related bug (not > necessarily in transcode). > > -- > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDlS0UwAwn3hu8KxcRAhWeAJ9upDJEbMt3ShC2PLW/oPChQGH0dgCeP9jZ bq5pRNa6ugMHufk5TCmj08I= =JUTo -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Tue Dec 6 09:06: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 9ECFE126D82 for ; Tue, 6 Dec 2005 09:06:31 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB67wcso014688; Tue, 6 Dec 2005 08:59:24 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB67wVgs014672 for ; Tue, 6 Dec 2005 08:58:35 +0100 Received: (qmail 19453 invoked from network); 6 Dec 2005 07:59:16 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 6 Dec 2005 07:59:16 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Mon, 05 Dec 2005 23:58:27 PST (sender jakemsr@puff.jakemsr.gom) Date: Mon, 5 Dec 2005 23:58:27 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051206075827.GA3963@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> <20051205195622.67d7c5e9@azafuse.rokugan.lan> <20051206023918.GA4523@puff.jakemsr.gom> <33A47BC7-C364-43FE-930A-9CE611E361FC@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33A47BC7-C364-43FE-930A-9CE611E361FC@comcast.net> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, Dec 06, 2005 at 12:17:54AM -0600, Kichigai Mentat wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Sorry to top-post, but I couldn't find an appropriate place to insert > this. > > Can't this problem just be solved by using: > > mencoder -ovc copy -oac copy doesn't that mean to just copy the streams as they are? sorry, not all that familiar with mplayer/mencoder. I actually avoid them if possible. > And then shouldn't transcode be able to read the file? Isn't this > MPEG-4 and PCM or AAC audio? And if not, why not just dump the audio > to PCM, and use some kind of lossless format for the video? True, it sounds like th OP actually has a problem with raw PCM anyway. > this will use more time, but if the pipe is giving trouble, why not > just go with the roundabout method for now? generally, I agree. do what works wroks for me. it is helpful though, to get bug reports ... not that I've been very active in fixing problems lately. -- From transcode-users-bounces@exit1.org Tue Dec 6 09:40:10 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A78E8126D82 for ; Tue, 6 Dec 2005 09:40:05 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB68VKP1017714; Tue, 6 Dec 2005 09:33:35 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB68VFVU017697 for ; Tue, 6 Dec 2005 09:31:17 +0100 Received: by zproxy.gmail.com with SMTP id 34so843378nzf for ; Tue, 06 Dec 2005 00:31:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=W63cu1O9r/uQFVeoyHNaoRaRJ1Ko4gwvZc2UsD4rtmkPM7cK7/tkWjIwJlHWTatyruCq37yeugrWCechCtMoK99R2Gyq4s2+gu34JgQTLdGyXA8S+okBhrlpEhvkljTIMlIdG+7Yb7Au7rVO4FqC4+vJ8OKtPOlku8V7sarkvsg= Received: by 10.65.61.2 with SMTP id o2mr207579qbk; Tue, 06 Dec 2005 00:31:14 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.60.46.137]) by mx.gmail.com with ESMTP id e13sm2034114qbe.2005.12.06.00.31.11; Tue, 06 Dec 2005 00:31:12 -0800 (PST) Date: Tue, 6 Dec 2005 09:31:09 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051206093109.66c6741c@azafuse.rokugan.lan> In-Reply-To: <20051206023918.GA4523@puff.jakemsr.gom> References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> <20051205195622.67d7c5e9@azafuse.rokugan.lan> <20051206023918.GA4523@puff.jakemsr.gom> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Mon, 5 Dec 2005 18:39:18 -0800 Jacob Meuser wrote: > > > > any time probing fails, you have to provide this info. > > > ok the correct question is: why not making transcode aware of > > > mplayer output for auto-probing? in the yuv4mpeg output there is > > > already the frame size and for the audio removing -nowaveheader > > > from the audio dump can be enough. > > > > This is a nice idea indeed. It will be nice to have a better > > integration for 1.1.0 (or later). Of course, patches always > > welcome :) > > this would be a rather big change in transcode, to have the import > modules be able to do the probing. currently, probing happens before > the modules are loaded. this is logical, since the info from probing > is used to decide what import modules to load. This is definitely right, it's to avoid such radical changes that I've chosen a different approach. Of course, perhaps I've take a just wrong way, but we could discuss so on transcode-devel and drop the entire thing in the case :) I'm still writing the proof-of-concept patch, when it's done I'll post on devel ML list for comments. -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Tue Dec 6 11:29: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 9A023126D82 for ; Tue, 6 Dec 2005 11:29:22 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AKUJu030272; Tue, 6 Dec 2005 11:20:35 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB6AGA5s029744 for ; Tue, 6 Dec 2005 11:16:11 +0100 Received: (qmail invoked by alias); 06 Dec 2005 10:16:05 -0000 Received: from p5499AE79.dip0.t-ipconnect.de (EHLO [192.168.0.11]) [84.153.174.121] by mail.gmx.net (mp033) with SMTP; 06 Dec 2005 11:16:05 +0100 X-Authenticated: #217599 From: Dennis To: transcode Users Mailing List Subject: Re: [transcode-users] Goal SVCD, but big problems Date: Tue, 6 Dec 2005 10:16:00 +0000 User-Agent: KMail/1.9 References: <200512051751.40252.dennismail@gmx.net> <20051205192142.3a13b280@azafuse.rokugan.lan> In-Reply-To: <20051205192142.3a13b280@azafuse.rokugan.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200512061016.01191.dennismail@gmx.net> X-Y-GMX-Trusted: 0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB6AGA5s029744 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi! Thanks for the answer! > because they are different modules added at different times which > do different things. 'mpeg' is a module deprecated in 1.0.x and > (will removed in 1.1.x) which encodes in MPEG1 (and MPEG2 too?) > only. 'ffmpeg' is a gateway to powerful 'libavcodec' library, > part of 'ffmpeg' project, from here the module name. > export_ffmpeg can encode in a wide range of A/V formats, > comprehending mpeg1/2/4. Okay - understood. But what about the error I got concerning the encoder, I can reproduce this by: $ transcode -y ffmpeg -F list [...] [export_ffmpeg.so] List of known and supported codecs: [export_ffmpeg.so] Name fourCC multipass comments [export_ffmpeg.so] ---------- ------ --------- ----------------------------------- [export_ffmpeg.so] mpeg4 DIVX yes MPEG4 compliant video [export_ffmpeg.so] msmpeg4 div3 yes old DivX3 compatible (aka MSMPEG4v3) [export_ffmpeg.so] msmpeg4v2 MP42 yes old DivX3 compatible (older version) [export_ffmpeg.so] mjpeg MJPG no Motion JPEG [export_ffmpeg.so] ljpeg LJPG no Lossless JPEG [export_ffmpeg.so] mpeg1video mpg1 yes MPEG1 compliant video [export_ffmpeg.so] mpeg2video mpg2 yes MPEG2 compliant video [export_ffmpeg.so] h263 h263 no H263 [export_ffmpeg.so] h263p h263 yes H263 plus [export_ffmpeg.so] h264 h264 yes H264 (avc) [export_ffmpeg.so] avc h264 yes H264 (avc) [export_ffmpeg.so] wmv1 WMV1 yes Windows Media Video v1 [export_ffmpeg.so] wmv2 WMV2 yes Windows Media Video v2 [export_ffmpeg.so] rv10 RV10 yes old RealVideo codec [export_ffmpeg.so] huffyuv HFYU yes Lossless HUFFYUV codec [export_ffmpeg.so] dvvideo DVSD no Digital Video [export_ffmpeg.so] ffv1 FFV1 no FF Video Codec 1 (an experimental lossless codec) [export_ffmpeg.so] asv1 ASV1 no ASUS V1 codec [export_ffmpeg.so] asv2 ASV2 no ASUS V2 codec [transcode] warning : (encoder.c) video export module error: init failed [transcode] critical: failed to init encoder So again here: init encoder failed. I know that this command shouldn´t encode anything, so why is transcode trying to initialize the encoder here? (btw: "transcode -y ffmpeg -F help" leads to the same result). > For your purposes, you should use -y ffmpeg, and fall back > to -y mpeg2enc (this require mjpegtools installed) if you > experience problems or artifacts. This seems to work. My PC is encoding the file right now, so I can´t tell anything about the result. Dennis From transcode-users-bounces@exit1.org Tue Dec 6 11:34: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A07AF126D82 for ; Tue, 6 Dec 2005 11:34:45 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AE2ZL029574; Tue, 6 Dec 2005 11:16:08 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6ADu16029549 for ; Tue, 6 Dec 2005 11:13:57 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 2DCDD1A34004 for ; Tue, 6 Dec 2005 11:13:56 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-HyFo8fpBiofX394kKASE" Date: Tue, 06 Dec 2005 11:13:53 +0100 Message-Id: <1133864033.13717.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-HyFo8fpBiofX394kKASE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-12-05 at 14:28 -0500, Gary Lawrence Murphy wrote: > E> - if you generate mpeg1 instead of mpeg2 (which iirc is > E> actually required for half resolutions) >=20 > Interesting theory, not one that I've heard before; all the tutorials, > including transcoding.org, just specify the new -Z parameter. I had > already created half-resolution mpegs on working DVDs, but possibly not > with that same command line (but with the other that I'd posted earlier) In practise most dvd players accept mpeg2 at the quarter resolutions, but if you experience problems it's best to adhere to the rules ;-) > /mnt/cdrom2/VIDEO_TS/VTS_02_1.VOB > Mpeg 2 Program Stream File [Video/Audio] > Muxrate : 10.08 Mbps > Estimated Duration: 03:14:41.43s > Aspect ratio 4/3 (TV) > Not interlaced, chroma format: 4:2:0 > Video Format: NTSC > Size [352 x 240] 29.97 fps 7.50 Mbps > Audio : Mpeg 1 layer 3 > 112 kbps 44100 Hz > Stereo, No emphasis >=20 > but on the dvd that /won't/ play on /any/ DVD player, I get >=20 > dvd/VIDEO_TS/VTS_03_1.VOB > Mpeg 2 Program Stream File [Video/Audio] > Muxrate : 10.08 Mbps > Estimated Duration: 02:40:36.34s > Aspect ratio 4/3 (TV) > Interlaced, chroma format: 4:2:0 > Size [352 x 240] 29.97 fps 7.00 Mbps > Audio : Mpeg 1 layer 2 > 384 kbps 48000 Hz > Stereo, No emphasis I notice 44100 Hz audio. This is not allowed on DVD, it really should be 48 Khz. My DVD actually plays those DVD wrong (sound is too fast). > the audio is different, but audio works, so that only leaves the > interlaced status. Is "interlaced" the culprit? Is there an easy > transcode command to 'remove' it from the mpeg files? The interlacing parameter shouldn't matter if the source is not interlaced. You can set it with transcode, see the man page. If you have it right, though, it will improve encoding quality vs. size. > High bitrate causes some stop-frame effects, so I'd lowered that to > 7000 in the ffmpeg.cfg and it may still be too high since most machines > I've tested still have occasional troubles. If you use 2-pass encoding: ffmpeg is known to have a bug that causes the max bitrate to be completely ignored. Please try 1-pass encoding. If you already do that, please lower the max bitrate even further. --=-HyFo8fpBiofX394kKASE Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEwMTM1M1ow IwYJKoZIhvcNAQkEMRYEFBIvd3hcrKlRvoK8Jd1egTSuOd0RMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAeZBQcyDhHC4mqpauyV6LWbFMAHoKzNifyy889Ec9QyemArQEfily/n/W 1/s3uwV0sZong8eW83SezvZsI++LQPwMpKBKZPV/FTDI6vvD8+DY1j2YvP0BcVCPbTaIViE8MauH w+YtCNxQ3XjgRH8X6ezhEcw0ADwEFD31pERCjy0AAAAAAAA= --=-HyFo8fpBiofX394kKASE-- From transcode-users-bounces@exit1.org Tue Dec 6 11:38:11 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B92EA126D82 for ; Tue, 6 Dec 2005 11:38:11 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AQV65031162; Tue, 6 Dec 2005 11:26:49 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AQSIU031145 for ; Tue, 6 Dec 2005 11:26:29 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 3E9F41A34004 for ; Tue, 6 Dec 2005 11:26:28 +0100 (CET) Subject: Re: [transcode-users] Transcoding 3gp videos From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051206023918.GA4523@puff.jakemsr.gom> References: <200512031548.40142.davidecapod@inwind.it> <20051203225317.GA16285@puff.jakemsr.gom> <200512051933.59608.davidecapod@inwind.it> <20051205195622.67d7c5e9@azafuse.rokugan.lan> <20051206023918.GA4523@puff.jakemsr.gom> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-TgSd5qw9Ag7LZAVlq7Y+" Date: Tue, 06 Dec 2005 11:26:25 +0100 Message-Id: <1133864785.13717.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-TgSd5qw9Ag7LZAVlq7Y+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-12-05 at 18:39 -0800, Jacob Meuser wrote: > this would be a rather big change in transcode, to have the import > modules be able to do the probing. currently, probing happens before > the modules are loaded. this is logical, since the info from probing > is used to decide what import modules to load. The idea solution is imho loading of all modules, one at a time, during probing, and calling the probe function, then unloading each module. XFree86 does something like that. > > > > do you have to use '-9'? dos just 'killall mplayer' not work? if > > > > so, that is probably a bug in mplayer. > > > yes I have to add "-9". I think it can be useful if on exit transcode > > > could clean up child processes and pipes lying around. > >=20 > > This should be the standard behaviour. I find import_mplayer a bit > > tricky right now, and I don't like it so much as most of pipeline-based > > import modules. Sometimes isn't trivial to do a proper cleanup. >=20 > I thought is was standard UNIX behaviour: child processes reaped when > the parent process exits. maybe this is a thread related bug (not > necessarily in transcode). Child processes SHOULD be reaped by the parent (calling wait.*()), but not every program does this (like it should). The process ends up as zombie (Z state) until the parent goes away as well, and the child gets inherited by init, which reaps it. Using threads it's a little bit more complicated, all threads should "joined" before exiting, I guess transcode fails here, as well in other parts of the threading code. --=-TgSd5qw9Ag7LZAVlq7Y+ Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEwMjYyNVow IwYJKoZIhvcNAQkEMRYEFEYWel9ELQRnD1asLd7c5oW+3cuGMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAcfnAEDCRE6vy1Ie2RKrssJ3DxcKT72kN26mhaHDqkoz/zbD3ZehW9jCs DZdWK1OTfF5NQQ1177Xx7F8o1PERws4mNXOGl31EZEdjNnIDd/qYwC+KBIlWkYDODQ1kTNU6qUM9 vPgUXe8tWFDZWwG5zQJRFmzSRkVUSTPhTfuBrJcAAAAAAAA= --=-TgSd5qw9Ag7LZAVlq7Y+-- From transcode-users-bounces@exit1.org Tue Dec 6 11:41: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D5E60126D83 for ; Tue, 6 Dec 2005 11:41:24 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6ATedH031507; Tue, 6 Dec 2005 11:29:47 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AQsAQ031217 for ; Tue, 6 Dec 2005 11:26:55 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id A3F181A34004 for ; Tue, 6 Dec 2005 11:26:54 +0100 (CET) Subject: Re: [transcode-users] DVD transcode failed From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051206024122.GB4523@puff.jakemsr.gom> References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <1133781343.7718.7.camel@localhost.localdomain> <20051206024122.GB4523@puff.jakemsr.gom> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-jvxJDKOSd/xL3efNNSvx" Date: Tue, 06 Dec 2005 11:26:51 +0100 Message-Id: <1133864811.13717.17.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-jvxJDKOSd/xL3efNNSvx Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2005-12-05 at 18:41 -0800, Jacob Meuser wrote: > On Mon, Dec 05, 2005 at 12:15:43PM +0100, Erik Slagter wrote: > > On Sun, 2005-12-04 at 17:43 -0500, Gary Lawrence Murphy wrote: > > > I mentioned this question in another thread, but maybe it's more > > > apropos here: Where are these profiles defined? Can you select > > > a profile and then 'tweak' it or does it override any conflicting > > > options on the command line? > >=20 > > The profiles are implemented in the respective export modules (in this > > case only ffmpeg and mpeg2enc support these). >=20 > not entirely. see src/transcode.c. Only declarations and setup ;-) --=-jvxJDKOSd/xL3efNNSvx Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEwMjY1MVow IwYJKoZIhvcNAQkEMRYEFJMhXuhZqRQO3yEXNt/5bjIpSkW2MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAjhYse5xdsIkh2QJWM2mK51j3uXK4meg5qqwe8eN8S4xP5iQqdBRsEwdF Y1XXwWymdH51EZH8sHdxia1GkqD7jf+GymQh1npyymD35d/fqJVzOTzkm6PakaSaMweC++9Ty6Qh c6LbxpjxnuPYwzv6C53HaFEXshlcJZwLl55hE78AAAAAAAA= --=-jvxJDKOSd/xL3efNNSvx-- From transcode-users-bounces@exit1.org Tue Dec 6 11:45: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 195B0126D83 for ; Tue, 6 Dec 2005 11:45:22 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AXKtE031938; Tue, 6 Dec 2005 11:33:28 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AU9r4031562 for ; Tue, 6 Dec 2005 11:30:10 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 410D81A34004 for ; Tue, 6 Dec 2005 11:30:09 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-lO2wxLljtGuCBnZRcJGm" Date: Tue, 06 Dec 2005 11:30:06 +0100 Message-Id: <1133865006.13717.20.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-lO2wxLljtGuCBnZRcJGm Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 00:11 -0500, Gary Lawrence Murphy wrote: > I think Andrew has it right: the smoking gun is the lack of "Video > Format: NTSC" in the mpginfo on the files that won't run, so the > corrollary (and maybe easier) question becomes "What is the proper > transcode/ffmpeg option to generate NTSC-format files?" >=20 > ... given that "--export_prof dvd-ntsc" is incompatible with the small > screen -Z low-resolution setting and I did have "-F mpeg2video" -- is > this the function of ffmpeg's --tvstd option? is there some way to set > the ffmpeg -tvstd standard from the transcode line? in ffmpeg.cfg? >=20 > and the big mystery, how did I get avi->vob before and have them ntsc > format when I'm using the same command line? could the original avi > file have been in ntsc format and that setting just carried through to > the vob files? The mystery is even bigger: there is no such thing as NTSC digital (as in DVB, DVD, mpeg, etc.) video. See here: http://www.qsl.net/sm0ulb/tv/tv.html --=-lO2wxLljtGuCBnZRcJGm Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEwMzAwNlow IwYJKoZIhvcNAQkEMRYEFHAwlYIqW5k/B7Ozp3vgdGBrAOi+MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAHPbDdKH1i+/G8eN97AU2u1HWo6M0x/IDDQOgeUgJ3Z6qkoHsy+WFoI9i qBBsh9KYuUZRkoDY8lTwzMmHgVR+Pck4uwcmNZVK1gER43/4zg+dIfibaaPUPjev0rAdRI+PFSfL Zvexjq4cSkYOuhxHZzHzPyJDldQIitN7AxdNu3wAAAAAAAA= --=-lO2wxLljtGuCBnZRcJGm-- From transcode-users-bounces@exit1.org Tue Dec 6 11:55: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A462A126D83 for ; Tue, 6 Dec 2005 11:55:03 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6Agog6000765; Tue, 6 Dec 2005 11:43:02 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AgkcD000733 for ; Tue, 6 Dec 2005 11:42:48 +0100 Received: by wproxy.gmail.com with SMTP id i1so320931wra for ; Tue, 06 Dec 2005 02:42:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=GaQ7mjvipdN/KWRYG9NcRmkuHT445XYbARSsKoi5D2j1M37qpAtIyTRrO1a465vzIJyZOa7Vs1LIjZ9qi1JiYIUFyN+mzpO4F04P78lb975LWpu/5AkqA7Sg5yhcnljht3gpCeJfYb+232sSA+Y39PyTE0HopPpd2O7UAfJb3cw= Received: by 10.64.10.9 with SMTP id 9mr318552qbj; Tue, 06 Dec 2005 02:42:45 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.60.46.137]) by mx.gmail.com with ESMTP id e17sm20323qba.2005.12.06.02.42.44; Tue, 06 Dec 2005 02:42:45 -0800 (PST) Date: Tue, 6 Dec 2005 11:42:42 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Goal SVCD, but big problems Message-ID: <20051206114242.765e58c9@azafuse.rokugan.lan> In-Reply-To: <200512061016.01191.dennismail@gmx.net> References: <200512051751.40252.dennismail@gmx.net> <20051205192142.3a13b280@azafuse.rokugan.lan> <200512061016.01191.dennismail@gmx.net> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB6AgkcD000733 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, 6 Dec 2005 10:16:00 +0000 Dennis wrote: [...] > Okay - understood. But what about the error I got concerning the > encoder, I can reproduce this by: > > $ transcode -y ffmpeg -F list [...] > [transcode] warning : (encoder.c) video export module error: init > failed [transcode] critical: failed to init encoder > > So again here: init encoder failed. I know that this command > shouldn´t encode anything, so why is transcode trying to initialize > the encoder here? (btw: "transcode -y ffmpeg -F help" leads to the > same result). I agree that this can be a misleading message. This happens because in current transcode architecture there is no way for transcode core to query capabilities or any information to import/export module in a clean way. We must do 'tricks' like this one. In this case, core passes the content of -F option verbatim to export module and try to initialize it as usual. For transcode core, there is no difference between 'list' and 'mpeg4' parameters. export_ffmpeg recognizes 'list' codec as special one and acts accordingly, printing out the whole list of real supported codecs. But it can go further, so it must fail initialization. Since core can't understand the difference (from it's viewpoint there is no capability list request, just a regular encoding session to start), it complain as you can see. We're trying to fix issues like this for transcode 1.1.0 and later, rewriting the module system to make it more flexible. Join transcode-devel if you're interested :) Hope This Helps. Best regards, -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Tue Dec 6 11:57: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7635A126D82 for ; Tue, 6 Dec 2005 11:57:02 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AjqlR001035; Tue, 6 Dec 2005 11:45:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6AjPlY000995 for ; Tue, 6 Dec 2005 11:45:26 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id DDE451A34004 for ; Tue, 6 Dec 2005 11:45:24 +0100 (CET) Subject: Re: [transcode-users] Goal SVCD, but big problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200512061016.01191.dennismail@gmx.net> References: <200512051751.40252.dennismail@gmx.net> <20051205192142.3a13b280@azafuse.rokugan.lan> <200512061016.01191.dennismail@gmx.net> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-RXMuJMdI0lRvcusSp5vh" Date: Tue, 06 Dec 2005 11:45:22 +0100 Message-Id: <1133865922.13717.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-RXMuJMdI0lRvcusSp5vh Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 10:16 +0000, Dennis wrote: > Okay - understood. But what about the error I got concerning the encoder,= I=20 > can reproduce this by: > $ transcode -y ffmpeg -F list > [...] > [transcode] warning : (encoder.c) video export module error: init failed > transcode] critical: failed to init encoder > So again here: init encoder failed. I know that this command shouldn=C2= =B4t encode=20 > anything, so why is transcode trying to initialize the encoder here? > (btw: "transcode -y ffmpeg -F help" leads to the same result). It's a cosmetic bug. It really should be solved but I guess it's low priority. --=-RXMuJMdI0lRvcusSp5vh Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEwNDUyMlow IwYJKoZIhvcNAQkEMRYEFDy5AOeRGW4iRmV6k+vtGD2lKGoeMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAjDYC7zrIR2CKROS+/8wKnq+FHtn4H6LVXE3HD6mHBx1vFgvdiRE6wCCi TpM3wDhdw36fpftU1I5WCAApu8SNxx3Et5Yiv3qAQRQaJ30oBFWTswb2nt3qHhM+N7xUQuPGuYVC qulj3Z9nJ9IvDgjLpMF4scZkmzgghRs418Bb+IMAAAAAAAA= --=-RXMuJMdI0lRvcusSp5vh-- From transcode-users-bounces@exit1.org Tue Dec 6 12:11: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6D05D126D83 for ; Tue, 6 Dec 2005 12:11:29 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6Awadw002448; Tue, 6 Dec 2005 11:58:47 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from achurch.org (p10218-ipbffx02hodogaya.kanagawa.ocn.ne.jp [60.39.233.218]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB6AwVHK002431 for ; Tue, 6 Dec 2005 11:58:33 +0100 Received: by achurch.org (wmail 0.9.57) id 43956ed4.13155; Tue, 06 Dec 2005 19:58:28 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Date: Tue, 06 Dec 2005 19:48:18 JST In-Reply-To: <1133865006.13717.20.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <43956ed4.13155@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >> and the big mystery, how did I get avi->vob before and have them ntsc >> format when I'm using the same command line? could the original avi >> file have been in ntsc format and that setting just carried through to >> the vob files? > >The mystery is even bigger: there is no such thing as NTSC digital (as >in DVB, DVD, mpeg, etc.) video. See here: >http://www.qsl.net/sm0ulb/tv/tv.html Yes, Erik, we all know how you feel about video standard naming schemes. Let's try to be helpful, hm? To address this point (which I overlooked in my earlier reply), AVI files don't have anything in the header to indicate the broadcast standard in use like MPEG streams do--they just have the video resolution. Ordinarily, in the process of preparing a DVD, dvdauthor will insert the proper standard type and aspect ratio based either on what you tell it directly (e.g. -v ntsc) or on the video resolution; IIRC it defaults to NTSC, so even if the resolution isn't recognized it _should_ end up with the proper flags set. For the second VOB you had without the "NTSC" line, was that file from after you ran dvdauthor or before? --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Tue Dec 6 12:14: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 49906126D83 for ; Tue, 6 Dec 2005 12:14:19 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6B1gLW002809; Tue, 6 Dec 2005 12:01:48 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB6AxB2I002478 for ; Tue, 6 Dec 2005 11:59:12 +0100 Received: (qmail invoked by alias); 06 Dec 2005 10:59:06 -0000 Received: from p5499AE79.dip0.t-ipconnect.de (EHLO [192.168.0.11]) [84.153.174.121] by mail.gmx.net (mp034) with SMTP; 06 Dec 2005 11:59:06 +0100 X-Authenticated: #217599 From: Dennis To: transcode Users Mailing List Subject: Re: [transcode-users] Goal SVCD, but big problems Date: Tue, 6 Dec 2005 10:59:02 +0000 User-Agent: KMail/1.9 References: <200512051751.40252.dennismail@gmx.net> <200512061016.01191.dennismail@gmx.net> <20051206114242.765e58c9@azafuse.rokugan.lan> In-Reply-To: <20051206114242.765e58c9@azafuse.rokugan.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512061059.02985.dennismail@gmx.net> X-Y-GMX-Trusted: 0 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi again! Now, the result is not exactly what I expected it to be. I used the "--export-prof svcd-pal" option and I got two files: the .mpg one and one .m2v. Now, what next? Both of them are not accepted by k3b as data for a video cd. > We're trying to fix issues like this for transcode 1.1.0 and later, > rewriting the module system to make it more flexible. > Join transcode-devel if you're interested :) > Hope This Helps. OK. Dennis From transcode-users-bounces@exit1.org Tue Dec 6 12:47: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 18124126D83 for ; Tue, 6 Dec 2005 12:47:54 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6BfLBC007555; Tue, 6 Dec 2005 12:41:29 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6BfDJW007528 for ; Tue, 6 Dec 2005 12:41:14 +0100 Received: by zproxy.gmail.com with SMTP id i1so26129nzh for ; Tue, 06 Dec 2005 03:41:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=rDKnDlx0lCedWs9Im/eYBj1099J7O7u9NlS3cmYLP8xjP3izlYsRjhpnf5+MP5z8FJU1srwYZAaCwtbzAeAC/btvNnpI8UsCsG/siwdw5kKJS434i0HiYbRFCTQGU1JQTYh+5S/MDIo/JSyZ3BkUbx0Z0ssRtAPxfP0KzIcpMHk= Received: by 10.65.156.9 with SMTP id i9mr323395qbo; Tue, 06 Dec 2005 03:41:12 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.56.135.234]) by mx.gmail.com with ESMTP id e18sm52810qba.2005.12.06.03.41.10; Tue, 06 Dec 2005 03:41:11 -0800 (PST) Date: Tue, 6 Dec 2005 12:41:08 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Goal SVCD, but big problems Message-ID: <20051206124108.1688349c@azafuse.rokugan.lan> In-Reply-To: <200512061059.02985.dennismail@gmx.net> References: <200512051751.40252.dennismail@gmx.net> <200512061016.01191.dennismail@gmx.net> <20051206114242.765e58c9@azafuse.rokugan.lan> <200512061059.02985.dennismail@gmx.net> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, 6 Dec 2005 10:59:02 +0000 Dennis wrote: > Hi again! > > Now, the result is not exactly what I expected it to be. I used the > "--export-prof svcd-pal" option and I got two files: the .mpg > one and one .m2v. > > Now, what next? Both of them are not accepted by k3b as data for a > video cd. Well, the obtained files should be the audio and video tracks encoded following SVCD constraints. Now you should just multiplex them toghether using mplex. Unfortunately, transcode can't (yet) do this automatically. I not use this feature of transcode, so I have little knowledge about it. -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Tue Dec 6 12:48: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4FB22126D82 for ; Tue, 6 Dec 2005 12:48:24 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6Be9g8007304; Tue, 6 Dec 2005 12:41:05 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB6Be7iB007278 for ; Tue, 6 Dec 2005 12:40:08 +0100 Received: (qmail invoked by alias); 06 Dec 2005 11:40:02 -0000 Received: from p5499AE79.dip0.t-ipconnect.de (EHLO [192.168.0.11]) [84.153.174.121] by mail.gmx.net (mp035) with SMTP; 06 Dec 2005 12:40:02 +0100 X-Authenticated: #217599 From: Dennis To: transcode Users Mailing List Subject: Re: [transcode-users] Goal SVCD, but big problems Date: Tue, 6 Dec 2005 11:39:58 +0000 User-Agent: KMail/1.9 References: <200512051751.40252.dennismail@gmx.net> <20051206114242.765e58c9@azafuse.rokugan.lan> <200512061059.02985.dennismail@gmx.net> In-Reply-To: <200512061059.02985.dennismail@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200512061139.59081.dennismail@gmx.net> X-Y-GMX-Trusted: 0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB6Be7iB007278 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org > Now, the result is not exactly what I expected it to be. I used the > "--export-prof svcd-pal" option and I got two files: the .mpg > one and one .m2v. Additional Info: with the m2v-file, I can see video data, but no sound. What I ´m doing wrong? Dennis From transcode-users-bounces@exit1.org Tue Dec 6 13:08: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id DF3BE126D83 for ; Tue, 6 Dec 2005 13:08:03 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6BtmQc009274; Tue, 6 Dec 2005 12:56:03 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6BtkF2009258 for ; Tue, 6 Dec 2005 12:55:47 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 3F7121A34004 for ; Tue, 6 Dec 2005 12:55:46 +0100 (CET) Subject: Re: [transcode-users] Goal SVCD, but big problems From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200512061059.02985.dennismail@gmx.net> References: <200512051751.40252.dennismail@gmx.net> <200512061016.01191.dennismail@gmx.net> <20051206114242.765e58c9@azafuse.rokugan.lan> <200512061059.02985.dennismail@gmx.net> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-qUKrdIye2+4uZmqSMVoF" Date: Tue, 06 Dec 2005 12:55:43 +0100 Message-Id: <1133870143.13717.24.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-qUKrdIye2+4uZmqSMVoF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 10:59 +0000, Dennis wrote: > Hi again! >=20 > Now, the result is not exactly what I expected it to be. I used the=20 > "--export-prof svcd-pal" option and I got two files: the .mpg > one and one .m2v.=20 >=20 > Now, what next? Both of them are not accepted by k3b as data for a video = cd. Use mplex. See the archives and wiki on how to use it. --=-qUKrdIye2+4uZmqSMVoF Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjExNTU0M1ow IwYJKoZIhvcNAQkEMRYEFD6RafKm2srAwQliia9znmLJmlyGMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAkicvhCRFmtXe/ZZONRkjv/oKhHe2QvLdKAd2oRvhkwnm1oI7mD0Mw5mr aPZ5gneROkDfj8PKxUeG/GX0KjmXy+soNpf3nHeQkn5/R6jJzfcK6vqmm6kxePSNNpYIC5JQZw0U YzpiOZQST/jpn6FGFRjqT432+REYainvi+izuTwAAAAAAAA= --=-qUKrdIye2+4uZmqSMVoF-- From transcode-users-bounces@exit1.org Tue Dec 6 13:14: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 918B5126D82 for ; Tue, 6 Dec 2005 13:14:47 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6C1vU1010029; Tue, 6 Dec 2005 13:02:04 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6C1r1a010005 for ; Tue, 6 Dec 2005 13:01:55 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id A82451A34004 for ; Tue, 6 Dec 2005 13:01:53 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <43956ed4.13155@msgid.achurch.org> References: <43956ed4.13155@msgid.achurch.org> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-UVDgD2AqDI+kzbHNJB1R" Date: Tue, 06 Dec 2005 13:01:50 +0100 Message-Id: <1133870510.13717.31.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-UVDgD2AqDI+kzbHNJB1R Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 19:48 +0000, Andrew Church wrote: > >> and the big mystery, how did I get avi->vob before and have them ntsc > >> format when I'm using the same command line? could the original avi > >> file have been in ntsc format and that setting just carried through to > >> the vob files? > > > >The mystery is even bigger: there is no such thing as NTSC digital (as > >in DVB, DVD, mpeg, etc.) video. See here: > >http://www.qsl.net/sm0ulb/tv/tv.html >=20 > Yes, Erik, we all know how you feel about video standard naming > schemes. Let's try to be helpful, hm? Normally I tend to hold myself back on this issue, but in this case I really cannot think of a "NTSC" option/flag/bit in an mpeg stream, like OP shows, so actually I am puzzled here. > To address this point (which I overlooked in my earlier reply), AVI > files don't have anything in the header to indicate the broadcast standar= d > in use like MPEG streams do--they just have the video resolution. Mpeg streams don't have anything like this either! Mpeg1/2 streams have a resolution and a frame/field rate, that's all. I am fairly certain that is exactly the same info avi gives (resolution + frame/field rate). The main difference is that avi uses an index where mpeg uses time stamps. > Ordinarily, in the process of preparing a DVD, dvdauthor will insert the > proper standard type and aspect ratio based either on what you tell it > directly (e.g. -v ntsc) or on the video resolution; IIRC it defaults to > NTSC, so even if the resolution isn't recognized it _should_ end up with > the proper flags set. For the second VOB you had without the "NTSC" line= , > was that file from after you ran dvdauthor or before? I still really don't see this "ntsc" or "pal" or whatever flag/option/bit in any mpeg stream! DVDauthor only uses this keyword as a hint to set resolution and frame rate... This imho exactly the reason why everyone should use the proper names and concepts, otherwise you'll end up in confusion. --=-UVDgD2AqDI+kzbHNJB1R Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEyMDE1MFow IwYJKoZIhvcNAQkEMRYEFBFrasG+nFRQ6mOk8uW3Cze5r6XFMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGADe6rG/fSylIYWJFUPidtN5GzS2gY6rbGMpi9N5Q61OLL/9rHgtMJ3I1G ojdEQ9Tw79MRypXz/NJfqW/Clw99uZvLDyYa9vm92jhXgKXsLBX8ZYznI2nk2ph9/sD4gCVU1N2Y dxlRCvxK6NdFX1aNkVEY4y8X7+huvzaiRVVIyBAAAAAAAAA= --=-UVDgD2AqDI+kzbHNJB1R-- From transcode-users-bounces@exit1.org Tue Dec 6 13:29: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 360CC126D82 for ; Tue, 6 Dec 2005 13:29:29 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6CMT9v013127; Tue, 6 Dec 2005 13:22:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from achurch.org (p10218-ipbffx02hodogaya.kanagawa.ocn.ne.jp [60.39.233.218]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB6CMO5O013106 for ; Tue, 6 Dec 2005 13:22:26 +0100 Received: by achurch.org (wmail 0.9.57) id 4395827f.14266; Tue, 06 Dec 2005 21:22:23 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Date: Tue, 06 Dec 2005 21:20:02 JST In-Reply-To: <1133870510.13717.31.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <4395827f.14266@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >> To address this point (which I overlooked in my earlier reply), AVI >> files don't have anything in the header to indicate the broadcast standard >> in use like MPEG streams do--they just have the video resolution. > >Mpeg streams don't have anything like this either! Sure they do. It's called the sequence display extension (header 0xB5, subheader code 2), and the video format is encoded in the 3 bits immediately following. See http://dvd.sourceforge.net/dvdinfo/mpeghdrs.html (which doesn't seem to have a list of valid video codes, but a glance at the dvdauthor source says that binary 001 = PAL, 010 = NTSC, 011 = SECAM, 101 = unspecified). --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Tue Dec 6 14:42: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2D223126D82 for ; Tue, 6 Dec 2005 14:42:42 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6DIeZV021560; Tue, 6 Dec 2005 14:22:22 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6DIXrq021521 for ; Tue, 6 Dec 2005 14:18:36 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 926ED1A34004 for ; Tue, 6 Dec 2005 14:18:32 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <4395827f.14266@msgid.achurch.org> References: <4395827f.14266@msgid.achurch.org> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-QKZpCOximDZK3NQIiX1/" Date: Tue, 06 Dec 2005 14:18:29 +0100 Message-Id: <1133875109.13717.36.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-QKZpCOximDZK3NQIiX1/ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 21:20 +0000, Andrew Church wrote: > >> To address this point (which I overlooked in my earlier reply), A= VI > >> files don't have anything in the header to indicate the broadcast stan= dard > >> in use like MPEG streams do--they just have the video resolution. > > > >Mpeg streams don't have anything like this either! >=20 > Sure they do. It's called the sequence display extension (header > 0xB5, subheader code 2), and the video format is encoded in the 3 bits > immediately following. See http://dvd.sourceforge.net/dvdinfo/mpeghdrs.h= tml > (which doesn't seem to have a list of valid video codes, but a glance at > the dvdauthor source says that binary 001 =3D PAL, 010 =3D NTSC, 011 =3D = SECAM, > 101 =3D unspecified). Hmmm, looks to me like a very optional extension, unless someone can show me that this field is required for dvd operation... --=-QKZpCOximDZK3NQIiX1/ Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjEzMTgyOVow IwYJKoZIhvcNAQkEMRYEFICnhJ9nbWspskDAY8V3iRiip5lTMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGApnU2yf8mvZH97+fvGJ2kwFV96R7tRjk8YphVp8X0+F16WvQLYfbKTlfZ D24SMBwlRBXz9q1+H9g4UAlKF58jz+cndgVZVG5CQQLr7j/DOQUEu7Ddy+uUYdsQB53ADKhI8/ai 2fWsTssC1f99WRJAs/Eo0IIW9xSJ/8+tjwzSQmIAAAAAAAA= --=-QKZpCOximDZK3NQIiX1/-- From transcode-users-bounces@exit1.org Tue Dec 6 18:26: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2D2A7126D82 for ; Tue, 6 Dec 2005 18:26:22 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HCecX023981; Tue, 6 Dec 2005 18:16:51 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HCag8023957 for ; Tue, 6 Dec 2005 18:12:38 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 6AABF1CA51; Tue, 6 Dec 2005 12:12:26 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <43956ed4.13155@msgid.achurch.org> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "A" == Andrew Church writes: A> ... For the second VOB you had without the "NTSC" line, was A> that file from after you ran dvdauthor or before? the mpg examples were on the file /before/ dvdauthor, for example ... /home/garym/media/dvd/xmas/xmas-2004-13.mpg Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 21:57.82s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Video Format: NTSC Size [720 x 480] 29.97 fps 7.50 Mbps Audio : Mpeg 2 layer 2 40 kbps 16000 Hz Stereo, Emphasis CCITT J 17 although that's not one of the low-res files (and therefore was created with --export_prof=dvd-ntsc), it still shows the source mpeg2 file has the Video Format setting, whereas the transcoded low-res file does not vob/episode_19.mpg Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 02:40:36.34s Aspect ratio 4/3 (TV) Interlaced, chroma format: 4:2:0 Size [352 x 240] 29.97 fps 7.00 Mbps Audio : Mpeg 1 layer 2 384 kbps 48000 Hz Stereo, No emphasis although the dvdauthor xml does state that this is an NTSC titleset. -- Gary Lawrence Murphy : office voice/fax: 01 519 4222723 "what I need is a job that doesn't interfere with my work" -gary murphy From transcode-users-bounces@exit1.org Tue Dec 6 18:28: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 09127126D83 for ; Tue, 6 Dec 2005 18:28:01 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HJQgP024752; Tue, 6 Dec 2005 18:22:28 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HETZg024113 for ; Tue, 6 Dec 2005 18:14:35 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id E263B1CA51; Tue, 6 Dec 2005 12:14:22 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <43956ed4.13155@msgid.achurch.org> <1133870510.13717.31.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: E> Mpeg streams don't have anything like this either! E> Mpeg1/2 streams have a resolution and a frame/field rate, E> that's all. I am fairly certain that is exactly the same info E> avi gives (resolution + frame/field rate). The main difference E> is that avi uses an index where mpeg uses time stamps. nonetheless, I'm looking at a dir full of transcoded mpeg2's with the Video Format showing up in mpginfo. They thought honeybees shouldn't fly too, but recent research now shows that they can ;) -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Tue Dec 6 18: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6E9C9126D82 for ; Tue, 6 Dec 2005 18:29:48 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HMfVI025253; Tue, 6 Dec 2005 18:25:37 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HKPIq025000 for ; Tue, 6 Dec 2005 18:20:30 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id B0C071CA51; Tue, 6 Dec 2005 12:20:18 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133864033.13717.9.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: E> In practise most dvd players accept mpeg2 at the quarter E> resolutions, but if you experience problems it's best to adhere E> to the rules ;-) This isn't a player issue. All of my available DVD players will play other low-res dvds I have made, but being a novice, I can't say for certain what command lines I used for those; I /intended/ for them to be the same, but, for example, the "input filter" through mplayer was required for these AVI files and not required for the others. I should have kept detailed notes, I know, but I didn't expect this was going to be such an intensely scientific endeavour ;) >> 7.50 Mbps Audio : Mpeg 1 layer 3 112 kbps 44100 Hz Stereo, No >> emphasis >> >> but on the dvd that /won't/ play on /any/ DVD player, I get >> >> 4:2:0 Size [352 x 240] 29.97 fps 7.00 Mbps Audio : Mpeg 1 layer >> 2 384 kbps 48000 Hz Stereo, No emphasis E> I notice 44100 Hz audio. This is not allowed on DVD, it really E> should be 48 Khz. My DVD actually plays those DVD wrong (sound E> is too fast). True, but frustratingly the 44.1 is on the DVD that /does/ play, on all available machines. the bad DVD is the 48kHz, and not only does the disc not play, but the dir off the hd doesn't play in xine either. It's evil demons, I swear. Gremlins in my penguin. -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Tue Dec 6 19:03: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 64C05126D82 for ; Tue, 6 Dec 2005 19:03:18 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6HskRB029554; Tue, 6 Dec 2005 18:57:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6Hsgn0029506 for ; Tue, 6 Dec 2005 18:54:43 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 62B201CA51; Tue, 6 Dec 2005 12:54:29 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org ok, I'm totally weirded out now. I ran the following command on the bad mpeg2 files ... transcode -i "$F" -y mpeg2enc,ffmpeg -F 8,"-a 2" \ -Z 352x240,fast -j -16,-32,-16,-32 -N 0x2000 \ -o "vob/$B" -E 48000,16,2 -m "vob/$B.ac3" \ -b 224 -J resample,normalize --export_fps 29.97 -R $P,2pass.log and I get ... $ mpginfo pal/vob/episode_01.m2v pal/vob/episode_01.m2v Mpeg 2 Video File Estimated Duration: 03:39.13s Aspect ratio 4/3 (TV) Not interlaced, chroma format: 4:2:0 Video Format: NTSC Size [352 x 240] 29.97 fps 7.50 Mbps voodoo. it's all voodoo. -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Tue Dec 6 19:29: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6123E126D82 for ; Tue, 6 Dec 2005 19:29:37 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6ILUtn000924; Tue, 6 Dec 2005 19:25:00 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6ILOFZ000881 for ; Tue, 6 Dec 2005 19:21:25 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id D4D9A1A34004 for ; Tue, 6 Dec 2005 19:21:23 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <43956ed4.13155@msgid.achurch.org> <1133870510.13717.31.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-wJtOzeH9O8NCJhyylPfX" Date: Tue, 06 Dec 2005 19:21:23 +0100 Message-Id: <1133893283.24061.20.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-wJtOzeH9O8NCJhyylPfX Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 12:14 -0500, Gary Lawrence Murphy wrote: > >>>>> "E" =3D=3D Erik Slagter writes: >=20 > E> Mpeg streams don't have anything like this either! > E> Mpeg1/2 streams have a resolution and a frame/field rate, > E> that's all. I am fairly certain that is exactly the same info > E> avi gives (resolution + frame/field rate). The main difference > E> is that avi uses an index where mpeg uses time stamps. >=20 > nonetheless, I'm looking at a dir full of transcoded mpeg2's with the > Video Format showing up in mpginfo. They thought honeybees shouldn't > fly too, but recent research now shows that they can ;) The real problem is the nomenclature (or actually, the misuse). When people refer to a "PAL" or "NTSC" dvd, they actually mean a dvd "destined for europe, 25 fps, 720x576" or "destined for USA, 30000/1001 fps, 720x480". I agree it is very tempting and the marketing guys happily engage into this as well, but it is really wrong, and this the confusion grows. Now it appears there is an extension to mpeg program streams that specifies the (analogue) source of the material, which only adds to the confusion. Yet, there is still no such thing as "NTSC" or "PAL" digital video and I am quite convinced the presence of this mpeg extension is not required or even used by any DVD player. The "ntsc" and "pal" keywords in the dvdauthor xml file are only shorthands for the fps and resolution parameters, dvdauthor does nothing particular with it, other than setting the resolution and the fps, instead of probing these values. (!note: usually it is not even necessary to specify these, because dvdauthor almost always probes correctly!) --=-wJtOzeH9O8NCJhyylPfX Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjE4MjEyM1ow IwYJKoZIhvcNAQkEMRYEFPZep0E66/iBK5BE9sf85QOBrAZzMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAegWxa0yAxY96N0JN/P5TVBppfVG4D1XBHjL6C+TZK4f/PZO+5G+j34qs A5Ab8VOVA4pm4prJDmtFSe+mQRePidLAEmk0zoAgBaK//5XfVO5ax7lFTK2Ciuq7vzBcTFhx9M9+ nIlvPDG7hoj92aKLbdpOlvi4RnT5OuGGB3s1bhIAAAAAAAA= --=-wJtOzeH9O8NCJhyylPfX-- From transcode-users-bounces@exit1.org Tue Dec 6 19:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4EBA4126D82 for ; Tue, 6 Dec 2005 19:33:03 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6IPWNI001593; Tue, 6 Dec 2005 19:28:25 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6IPSw6001574 for ; Tue, 6 Dec 2005 19:25:29 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id C286E1A34004 for ; Tue, 6 Dec 2005 19:25:27 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-b5lr4e2MRg0YM2U8ugvJ" Date: Tue, 06 Dec 2005 19:25:27 +0100 Message-Id: <1133893527.24061.25.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-b5lr4e2MRg0YM2U8ugvJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 12:54 -0500, Gary Lawrence Murphy wrote: > ok, I'm totally weirded out now. I ran the following command on the bad > mpeg2 files ... >=20 > transcode -i "$F" -y mpeg2enc,ffmpeg -F 8,"-a 2" \ > -Z 352x240,fast -j -16,-32,-16,-32 -N 0x2000 \ > -o "vob/$B" -E 48000,16,2 -m "vob/$B.ac3" \ > -b 224 -J resample,normalize --export_fps 29.97 -R $P,2pass.log >=20 > and I get ... >=20 > $ mpginfo pal/vob/episode_01.m2v > pal/vob/episode_01.m2v > Mpeg 2 Video File > Estimated Duration: 03:39.13s > Aspect ratio 4/3 (TV) > Not interlaced, chroma format: 4:2:0 > Video Format: NTSC > Size [352 x 240] 29.97 fps 7.50 Mbps >=20 > voodoo. it's all voodoo. Now what is so suprising about this? --=-b5lr4e2MRg0YM2U8ugvJ Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNjE4MjUyN1ow IwYJKoZIhvcNAQkEMRYEFMMXGlEeoG/S4Mb9cNK8Ve51LfD/MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAOvUSvk266hCr7ZqleHaqonuZl/j4MdSBQrYuy0Px/VdtD/g6jyewWZpW L3lNkcUZPFzhzyKM/4hbkmzuElQCCrd3yznYlgpKsqxoQhUnv07EzazC+c0FUVC3LejWHRFutm3q kPG065UY917EuWshqVui3i+b+mv03fD+8gVYSdQAAAAAAAA= --=-b5lr4e2MRg0YM2U8ugvJ-- From transcode-users-bounces@exit1.org Tue Dec 6 22:32: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6062E126D83 for ; Tue, 6 Dec 2005 22:32:42 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6LIQ0b026580; Tue, 6 Dec 2005 22:22:59 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6LILqB026553 for ; Tue, 6 Dec 2005 22:18:22 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 564681CA51; Tue, 6 Dec 2005 16:18:12 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: >> voodoo. it's all voodoo. E> Now what is so suprising about this? What's surprising is the instant appearance of the line that says "Video Format: NTSC" ... followed by the secondary shocker once it was all done, and I get $ mpginfo pal/vob/episode_01.mpg warning: couldn't find any valid system header. I'm continuing anyway pal/vob/episode_01.mpg Mpeg 2 Program Stream File [Video/Audio] Muxrate : 10.08 Mbps Estimated Duration: 02:41:00.73s Aspect ratio 4/3 (TV) Not interlaced, chroma format: 4:2:0 Video Format: NTSC Size [352 x 240] 29.97 fps 7.50 Mbps Audio : Mpeg 1 layer 1 free bitrate 44100 Hz Stereo, Emphasis CCITT J 17 where I will ignore the bitrate for now (remember the command line clearly said "-E 48000,16,2") but what was totally unexpected was the SIZE of the generated file: 715M !!! or are you saying I shouldn't be surprised to find that it's all voodoo? ;) -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Tue Dec 6 23:37: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3E50A126D82 for ; Tue, 6 Dec 2005 23:37:02 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6MQmHT004075; Tue, 6 Dec 2005 23:29:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from smtp2.libero.it (smtp2.libero.it [193.70.192.52]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6MQiDM004028 for ; Tue, 6 Dec 2005 23:26:45 +0100 Received: from localhost (172.16.1.78) by smtp2.libero.it (7.0.027-DD01) id 4369E3A002CEC065 for transcode-users@exit1.org; Tue, 6 Dec 2005 23:26:38 +0100 Received: from smtp20.libero.it ([172.16.1.76]) by localhost (asav20.libero.it [193.70.193.7]) (amavisd-new, port 10024) with ESMTP id 19162-02 for ; Tue, 6 Dec 2005 23:26:38 +0100 (CET) Received: from ppp-238-108.24-151.libero.it (ppp-238-108.24-151.libero.it [151.24.108.238]) by smtp20.libero.it (Postfix) with ESMTP id 9B15F50796 for ; Tue, 6 Dec 2005 23:26:37 +0100 (MET) From: Davide Capodaglio To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Date: Tue, 6 Dec 2005 23:29:14 +0100 User-Agent: KMail/1.8.2 References: <200512031548.40142.davidecapod@inwind.it> <20051206023918.GA4523@puff.jakemsr.gom> <1133864785.13717.15.camel@localhost.localdomain> In-Reply-To: <1133864785.13717.15.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Disposition: inline Message-Id: <200512062329.14564.davidecapod@inwind.it> X-Scanned: with antispam and antivirus automated system at libero.it Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB6MQiDM004028 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Alle 11:26, martedì 6 dicembre 2005, Erik Slagter ha scritto: > On Mon, 2005-12-05 at 18:39 -0800, Jacob Meuser wrote: > > this would be a rather big change in transcode, to have the import > > modules be able to do the probing. currently, probing happens before > > the modules are loaded. this is logical, since the info from probing > > is used to decide what import modules to load. > > The idea solution is imho loading of all modules, one at a time, during > probing, and calling the probe function, then unloading each module. > XFree86 does something like that. Yes I agree... it would be a great thing if each module could probe its type of stream by itself instead of having the probe code OUTSIDE the module. > > > > > do you have to use '-9'? dos just 'killall mplayer' not work? if > > > > > so, that is probably a bug in mplayer. > > > > > > > > yes I have to add "-9". I think it can be useful if on exit transcode > > > > could clean up child processes and pipes lying around. > > > > > > This should be the standard behaviour. I find import_mplayer a bit > > > tricky right now, and I don't like it so much as most of pipeline-based > > > import modules. Sometimes isn't trivial to do a proper cleanup. > > > > I thought is was standard UNIX behaviour: child processes reaped when > > the parent process exits. maybe this is a thread related bug (not > > necessarily in transcode). > > Child processes SHOULD be reaped by the parent (calling wait.*()), but > not every program does this (like it should). The process ends up as > zombie (Z state) until the parent goes away as well, and the child gets > inherited by init, which reaps it. I agree perfectly also here; I would also add that if the parent dies unexpectedly it should also (try to) kill every child, as in this situation with transcode -> mplayer. > Using threads it's a little bit more complicated, all threads should > "joined" before exiting, I guess transcode fails here, as well in other > parts of the threading code. From transcode-users-bounces@exit1.org Tue Dec 6 23:42: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7F8DA126D82 for ; Tue, 6 Dec 2005 23:42:58 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6MZedt005201; Tue, 6 Dec 2005 23:38:16 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE autolearn=disabled version=3.1.0 Received: from smtp4.libero.it (smtp4.libero.it [193.70.192.54]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6MZajG005173 for ; Tue, 6 Dec 2005 23:35:37 +0100 Received: from localhost (172.16.1.75) by smtp4.libero.it (7.0.027-DD01) id 4369E43102FBAC33 for transcode-users@exit1.org; Tue, 6 Dec 2005 23:35:31 +0100 Received: from smtp0.libero.it ([172.16.1.76]) by localhost (asav17.libero.it [193.70.193.4]) (amavisd-new, port 10024) with ESMTP id 27245-02 for ; Tue, 6 Dec 2005 23:35:31 +0100 (CET) Received: from ppp-238-108.24-151.libero.it (ppp-238-108.24-151.libero.it [151.24.108.238]) by smtp0.libero.it (Postfix) with ESMTP id 9990B333861 for ; Tue, 6 Dec 2005 23:35:30 +0100 (MET) From: Davide Capodaglio To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Date: Tue, 6 Dec 2005 23:38:07 +0100 User-Agent: KMail/1.8.2 References: <200512031548.40142.davidecapod@inwind.it> <33A47BC7-C364-43FE-930A-9CE611E361FC@comcast.net> <20051206075827.GA3963@puff.jakemsr.gom> In-Reply-To: <20051206075827.GA3963@puff.jakemsr.gom> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200512062338.07439.davidecapod@inwind.it> X-Scanned: with antispam and antivirus automated system at libero.it Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB6MZajG005173 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Alle 08:58, martedì 6 dicembre 2005, Jacob Meuser ha scritto: > On Tue, Dec 06, 2005 at 12:17:54AM -0600, Kichigai Mentat wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Sorry to top-post, but I couldn't find an appropriate place to insert > > this. > > > > Can't this problem just be solved by using: > > > > mencoder -ovc copy -oac copy > > doesn't that mean to just copy the streams as they are? sorry, not > all that familiar with mplayer/mencoder. I actually avoid them if > possible. I get only a long list of warnings about duplicate frames and an .avi without sound in this way. > > And then shouldn't transcode be able to read the file? Isn't this > > MPEG-4 and PCM or AAC audio? And if not, why not just dump the audio > > to PCM, and use some kind of lossless format for the video? True, > > it sounds like th OP actually has a problem with raw PCM anyway. > > > this will use more time, but if the pipe is giving trouble, why not > > just go with the roundabout method for now? > > generally, I agree. do what works wroks for me. > > it is helpful though, to get bug reports ... not that I've been very > active in fixing problems lately. I'm not in extreme need to transcode those videos, I can always play them perfectly with mplayer. I reported this not to solve my personal problem but just to improve transcode's quality (that I think is much superior to mencoder BTW). From transcode-users-bounces@exit1.org Wed Dec 7 00:08: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 29483126D82 for ; Wed, 7 Dec 2005 00:08:47 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6MxBpc007755; Wed, 7 Dec 2005 00:01:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mailhub2.qub.ac.uk (jeremiah.qub.ac.uk [143.117.14.19]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB6Mx9QT007740 for ; Tue, 6 Dec 2005 23:59:10 +0100 Received: from smtp.qub.ac.uk ([143.117.143.71] ident=1001) by mailhub2.qub.ac.uk with esmtp (Exim 4.51) id 1Ejlm8-00061j-Qc for transcode-users@exit1.org; Tue, 06 Dec 2005 22:59:08 +0000 Received: from cpc3-blfs6-3-1-cust125.belf.cable.ntl.com ([86.0.198.125] helo=[192.168.0.194]) by smtp.qub.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.54) id 1Ejlm8-0001gu-M3 for transcode-users@exit1.org; Tue, 06 Dec 2005 22:59:08 +0000 Message-ID: <439617C0.9040602@qub.ac.uk> Date: Tue, 06 Dec 2005 22:59:12 +0000 From: Ronan 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-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] extract 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Is there not a way to extract the subtitles from a DVD without using anything but transcode? Im doing the following but sont seem to be getting the right results... http://www.bunkus.org/dvdripping4linux/single/index.html#subtitles I cant seem to check which stream the subtitles are in as my mplayer is slightly up the left in the subs dept atm how close am i? i get this from tcprobe -i /dev/dvd er.c) ac3 en drc 48kHz 6Ch (dvd_reader.c) ac3 en drc 48kHz 2Ch (dvd_reader.c) subtitle 00= (dvd_reader.c) subtitle 01= (dvd_reader.c) DVD title 4/18: 28 chapter(s), 1 angle(s), title set 4 (dvd_reader.c) title playback time: 01:44:01.06 6242 sec (dvd_reader.c) [Chapter 01] 00:00:00.000 , block from 0 to 149481 (dvd_reader.c) [Chapter 02] 00:04:45.120 , block from 149482 to 224932 (dvd_reader.c) [Chapter 03] 00:07:19.200 , block from 224933 to 303999 (dvd_reader.c) [Chapter so how do i access the 2 subs mentioned above?? tccat -i /dev/dvd -T4 -P | tcextract -x ps1 its -a something or is it -n something here???? > subs-en ahh help please!? Ronan From transcode-users-bounces@exit1.org Wed Dec 7 03:36:33 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 943BA126D82 for ; Wed, 7 Dec 2005 03:36:33 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB72SG1D023405; Wed, 7 Dec 2005 03:31:34 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB72RmMm023378 for ; Wed, 7 Dec 2005 03:27:50 +0100 Received: (qmail 2528 invoked from network); 7 Dec 2005 02:28:37 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 7 Dec 2005 02:28:37 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 06 Dec 2005 18:27:45 PST (sender jakemsr@puff.jakemsr.gom) Date: Tue, 6 Dec 2005 18:27:45 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051207022745.GA8139@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <200512031548.40142.davidecapod@inwind.it> <20051206023918.GA4523@puff.jakemsr.gom> <1133864785.13717.15.camel@localhost.localdomain> <200512062329.14564.davidecapod@inwind.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200512062329.14564.davidecapod@inwind.it> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, Dec 06, 2005 at 11:29:14PM +0100, Davide Capodaglio wrote: > Alle 11:26, marted? 6 dicembre 2005, Erik Slagter ha scritto: > > On Mon, 2005-12-05 at 18:39 -0800, Jacob Meuser wrote: > > > this would be a rather big change in transcode, to have the import > > > modules be able to do the probing. currently, probing happens before > > > the modules are loaded. this is logical, since the info from probing > > > is used to decide what import modules to load. > > > > The idea solution is imho loading of all modules, one at a time, during > > probing, and calling the probe function, then unloading each module. > > XFree86 does something like that. > > Yes I agree... it would be a great thing if each module could probe its type > of stream by itself instead of having the probe code OUTSIDE the module. import_mplayer is really just a catchall. import_ffmpeg and import_ffbin essentially are too. so which would take precedence? I still think there should be some probing done before the modules are loaded. seems kinda dumb to just try to load all modules and then quit if one works. but if the list could be narrowed down first to try only the modules that are likely to work, that would be more reasonable. I mean, why try to use import_avi on a DV file? sounds like a possible source of big trouble to me. > > > > > > do you have to use '-9'? dos just 'killall mplayer' not work? if > > > > > > so, that is probably a bug in mplayer. > > > > > > > > > > yes I have to add "-9". I think it can be useful if on exit transcode > > > > > could clean up child processes and pipes lying around. > > > > > > > > This should be the standard behaviour. I find import_mplayer a bit > > > > tricky right now, and I don't like it so much as most of pipeline-based > > > > import modules. Sometimes isn't trivial to do a proper cleanup. > > > > > > I thought is was standard UNIX behaviour: child processes reaped when > > > the parent process exits. maybe this is a thread related bug (not > > > necessarily in transcode). > > > > Child processes SHOULD be reaped by the parent (calling wait.*()), but > > not every program does this (like it should). The process ends up as > > zombie (Z state) until the parent goes away as well, and the child gets > > inherited by init, which reaps it. > > I agree perfectly also here; I would also add that if the parent dies > unexpectedly it should also (try to) kill every child, as in this situation > with transcode -> mplayer. transcode _does_ try to cleanup. > > Using threads it's a little bit more complicated, all threads should > > "joined" before exiting, I guess transcode fails here, as well in other > > parts of the threading code. so where is the patch? -- From transcode-users-bounces@exit1.org Wed Dec 7 03:42:10 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D4F6C126D82 for ; Wed, 7 Dec 2005 03:42:10 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB72XURR023871; Wed, 7 Dec 2005 03:35:33 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB72XDKb023836 for ; Wed, 7 Dec 2005 03:33:14 +0100 Received: (qmail 21328 invoked from network); 7 Dec 2005 02:34:03 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 7 Dec 2005 02:34:03 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 06 Dec 2005 18:33:12 PST (sender jakemsr@puff.jakemsr.gom) Date: Tue, 6 Dec 2005 18:33:12 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] DVD transcode failed Message-ID: <20051207023312.GB8139@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <4391BD52.3060000@arial-concept.com> <20051203225802.GB16285@puff.jakemsr.gom> <439268F7.6070406@arial-concept.com> <1133781343.7718.7.camel@localhost.localdomain> <20051206024122.GB4523@puff.jakemsr.gom> <1133864811.13717.17.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1133864811.13717.17.camel@localhost.localdomain> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Tue, Dec 06, 2005 at 11:26:51AM +0100, Erik Slagter wrote: > On Mon, 2005-12-05 at 18:41 -0800, Jacob Meuser wrote: > > On Mon, Dec 05, 2005 at 12:15:43PM +0100, Erik Slagter wrote: > > > On Sun, 2005-12-04 at 17:43 -0500, Gary Lawrence Murphy wrote: > > > > I mentioned this question in another thread, but maybe it's more > > > > apropos here: Where are these profiles defined? Can you select > > > > a profile and then 'tweak' it or does it override any conflicting > > > > options on the command line? > > > > > > The profiles are implemented in the respective export modules (in this > > > case only ffmpeg and mpeg2enc support these). > > > > not entirely. see src/transcode.c. > > Only declarations and setup ;-) no. export frame size, clipping and aspect ratios are set in src/transcode.c. which is _exactly_ the problem of the OP. -- From transcode-users-bounces@exit1.org Wed Dec 7 04:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7A51F126D83 for ; Wed, 7 Dec 2005 04:33:42 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB73Prk7027848; Wed, 7 Dec 2005 04:27:59 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB73PiaW027822 for ; Wed, 7 Dec 2005 04:25:45 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 78A311CA51; Tue, 6 Dec 2005 22:25:33 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Someone call Sony: I think I have discovered the way to copy-protect video files without having to install a rootkit :) Ok, seriously, I just tried again, from the original AVI files, this time using the command line given in the transcode wiki tutorials on http://www.transcoding.org/cgi-bin/transcode?Tutorials/Authoring_PC_Media_To_DVD and I get the /identical/ result. 1) dvdcpics sampling the resulting mpeg2 file shows a frame that looks like a broken analog TV set. 2) the mpeg2 plays fine in mplayer, but is blank in xine 3) on the resulting DVD, there is audio, but the video remains on the (inactive) menu screen. tcprobe says of the original AVI file: $ tcprobe -i episode_01.avi [tcprobe] RIFF data, AVI video [avilib] V: 23.976 fps, codec=DX50, frames=41752, width=472, height=360 [avilib] A: 32000 Hz, format=0x55, bits=0, channels=2, bitrate=112 kbps, [avilib] 10436 chunks, 24378984 bytes, CBR [tcprobe] summary for episode_01.avi, (*) = not default, 0 = not detected import frame size: -g 472x360 [720x576] (*) frame rate: -f 23.976 [25.000] frc=1 (*) audio track: -a 0 [0] -e 32000,0,2 [48000,16,2] -n 0x55 [0x2000] (*) bitrate=112 kbps length: 41752 frames, frame_time=41 msec, duration=0:29:01.408 and I used the command line for P in 1 2; do transcode -i "$F" -y ffmpeg -F mpeg2 -Z 352x240,fast \ -G 0.9 --export_asr 2 --encode_fields b \ -o vob/output -D0 \ -E 48000,16,2 -b 224 -N 0x2000 -s2 \ -m vob/output.ac3 -J hqdn3d,modfps=clonetype=3 \ --export_fps 29.97 done mplex -f8 -o vob/episode_01.mpg vob/output.m2v vob/output.ac3 which gives the mpeg2 file $ tcprobe -i vob/episode_01.mpg [tcprobe] MPEG program stream (PS) [tcprobe] summary for vob/episode_01.mpg, (*) = not default, 0 = not detected import frame size: -g 352x240 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 29.970 [25.000] frc=4 (*) PTS=0.1780, frame_time=33 ms, bitrate=6500 kbps audio track: -a 0 [0] -e 32000,16,2 [48000,16,2] -n 0x2000 [0x2000] (*) PTS=0.1780, bitrate=224 kbps -D 0 --av_fine_ms 0 (frames & ms) [0] [0] and the final DVD VOB $ tcprobe -i dvd/VIDEO_TS/VTS_01_1.VOB [tcprobe] MPEG program stream (PS) [tcprobe] summary for dvd/VIDEO_TS/VTS_01_1.VOB, (*) = not default, 0 = not detected import frame size: -g 352x240 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 29.970 [25.000] frc=4 (*) PTS=0.1780, frame_time=33 ms, bitrate=6500 kbps audio track: -a 0 [0] -e 32000,16,2 [48000,16,2] -n 0x2000 [0x2000] (*) PTS=0.1780, bitrate=224 kbps -D 0 --av_fine_ms 0 (frames & ms) [0] [0] completely uncopyable!! If we can figure out why, we can patent it, license the concept to Sony for a billion yen a year, and all of us retire on the profits to devote our lives to perfecting transcode! :) -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Wed Dec 7 05:44: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 39C9A126D83 for ; Wed, 7 Dec 2005 05:44:03 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB74XnMQ000430; Wed, 7 Dec 2005 05:36:06 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from achurch.org (p10218-ipbffx02hodogaya.kanagawa.ocn.ne.jp [60.39.233.218]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB74XikT000414 for ; Wed, 7 Dec 2005 05:33:46 +0100 Received: by achurch.org (wmail 0.9.57) id 43966627.15620; Wed, 07 Dec 2005 13:33:43 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Date: Wed, 07 Dec 2005 13:22:51 JST In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <43966627.15620@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >Ok, seriously, I just tried again, from the original AVI files, this >time using the command line given in the transcode wiki tutorials on >http://www.transcoding.org/cgi-bin/transcode?Tutorials/Authoring_PC_Media_To_DVD >and I get the /identical/ result. I noticed one thing about your transcode command line: "--encode_fields b" is wrong for half-height video (that's why the output is showing up as interlaced). Use "--encode_fields p" or just leave it out. (You may also want to add -I 4 if the source really is interlaced; that should give you better results than simply zooming.) If that doesn't help, let's try the elimination method. What happens with: * -Z 704x480 --export_prof dvd-ntsc * -Z 704x480 * -Z 352x480 * -Z 704x240 >completely uncopyable!! If we can figure out why, we can patent it, >license the concept to Sony for a billion yen a year, and all of us >retire on the profits to devote our lives to perfecting transcode! :) Meanwhile, of course, the video stores will all be flooded with DVDs containing 2 hours of a screen saying "this material has been copy- protected, please go to your local movie theater instead"... not that I see much difference from what Hollywood's currently putting out anyway ;) --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Wed Dec 7 11:41: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 978F8126D83 for ; Wed, 7 Dec 2005 11:41:40 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7ATC3u002054; Wed, 7 Dec 2005 11:35:44 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7AT9lL002036 for ; Wed, 7 Dec 2005 11:29:10 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id F2DC21A34004 for ; Wed, 7 Dec 2005 11:29:08 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-/W0KprWlzKYhaNrybLCV" Date: Wed, 07 Dec 2005 11:29:06 +0100 Message-Id: <1133951346.16024.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-/W0KprWlzKYhaNrybLCV Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 16:18 -0500, Gary Lawrence Murphy wrote: > >> voodoo. it's all voodoo. > E> Now what is so suprising about this? >=20 > What's surprising is the instant appearance of the line that says > "Video Format: NTSC" ... followed by the secondary shocker once it > was all done, and I get >=20 > $ mpginfo pal/vob/episode_01.mpg > warning: couldn't find any valid system header. I'm continuing anyway > pal/vob/episode_01.mpg > Mpeg 2 Program Stream File [Video/Audio] > Muxrate : 10.08 Mbps > Estimated Duration: 02:41:00.73s > Aspect ratio 4/3 (TV) > Not interlaced, chroma format: 4:2:0 > Video Format: NTSC > Size [352 x 240] 29.97 fps 7.50 Mbps > Audio : Mpeg 1 layer 1 > free bitrate 44100 Hz > Stereo, Emphasis CCITT J 17 >=20 > where I will ignore the bitrate for now (remember the command line > clearly said "-E 48000,16,2") but what was totally unexpected was > the SIZE of the generated file: 715M !!! >=20 > or are you saying I shouldn't be surprised to find that it's all > voodoo? ;) You're using a completely different encoder now (mpeg2enc vs. ffmpeg), so differences are to be expected. The message about invalid system headers probably means that the stream doesn't start with a valid header, although I am not quite familiar with mpginfo. --=-/W0KprWlzKYhaNrybLCV Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzEwMjkwNlow IwYJKoZIhvcNAQkEMRYEFEIEWRPMi+bMrYIjKOw0Z6NI2cJFMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAMxFAgh6VD52gwP+g9srt5m/uldGmz0TXc+HU/e9xF8A7Bz8Ac6DPfMXe uoeuQIYI9B+OcLf7Rgsve8bau3HALmHc1KoCU0P25wAMLHN46kJp+1ivmRZqzbolqgLIwHDMWKn2 9a44/s45jYqqEpbz2un/g68yAAP7L5KwnzzBJVIAAAAAAAA= --=-/W0KprWlzKYhaNrybLCV-- From transcode-users-bounces@exit1.org Wed Dec 7 11:51:10 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 930F5126D83 for ; Wed, 7 Dec 2005 11:51:10 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Ad47x003681; Wed, 7 Dec 2005 11:44:12 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7AUViu002279 for ; Wed, 7 Dec 2005 11:30:32 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id C7A021A34004 for ; Wed, 7 Dec 2005 11:30:26 +0100 (CET) Subject: Re: [transcode-users] Transcoding 3gp videos From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <200512062338.07439.davidecapod@inwind.it> References: <200512031548.40142.davidecapod@inwind.it> <33A47BC7-C364-43FE-930A-9CE611E361FC@comcast.net> <20051206075827.GA3963@puff.jakemsr.gom> <200512062338.07439.davidecapod@inwind.it> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-JlafdGh216p7cIkrCKjv" Date: Wed, 07 Dec 2005 11:30:24 +0100 Message-Id: <1133951424.16024.15.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-JlafdGh216p7cIkrCKjv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 23:38 +0100, Davide Capodaglio wrote: > > > Can't this problem just be solved by using: > > > > > > mencoder -ovc copy -oac copy > > > > doesn't that mean to just copy the streams as they are? sorry, not > > all that familiar with mplayer/mencoder. I actually avoid them if > > possible. >=20 > I get only a long list of warnings about duplicate frames and an .avi wit= hout=20 > sound in this way. This usually means that your input file already is badly broken (p2p movie???). --=-JlafdGh216p7cIkrCKjv Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzEwMzAyNFow IwYJKoZIhvcNAQkEMRYEFFBQV22cQ6oxErkWqMt+Ddp5zeOzMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAB7JFbVdR6ksdJOyNkor8LziCxFYz3l2QkOrs/LSwQsHLehGSZ00fNo5I wNWs+G08WfK1aD8jLEmoX12aoVSR5fuwKMFi8QdM+Yao2onsYBu9u7im6sXWPCRoL53HNtE+JfaS VzwzERmE2ywPa0WMjrd0INEHIXVXkkDV7nS4rjgAAAAAAAA= --=-JlafdGh216p7cIkrCKjv-- From transcode-users-bounces@exit1.org Wed Dec 7 12:02: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E25D0126D82 for ; Wed, 7 Dec 2005 12:02:06 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Ak78t004859; Wed, 7 Dec 2005 11:51:28 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7AWSr9002662 for ; Wed, 7 Dec 2005 11:32:29 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id BF5461A34004 for ; Wed, 7 Dec 2005 11:32:27 +0100 (CET) Subject: Re: [transcode-users] extract subtitles From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <439617C0.9040602@qub.ac.uk> References: <439617C0.9040602@qub.ac.uk> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-u+qHDoTRmlQ/hpxcTzA+" Date: Wed, 07 Dec 2005 11:32:24 +0100 Message-Id: <1133951545.16024.18.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-u+qHDoTRmlQ/hpxcTzA+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 22:59 +0000, Ronan wrote: > Is there not a way to extract the subtitles from a DVD without using=20 > anything but transcode? >=20 > Im doing the following but sont seem to be getting the right results... >=20 > http://www.bunkus.org/dvdripping4linux/single/index.html#subtitles >=20 > I cant seem to check which stream the subtitles are in as my mplayer is=20 > slightly up the left in the subs dept atm >=20 >=20 > how close am i? > i get this from tcprobe -i /dev/dvd >=20 > er.c) ac3 en drc 48kHz 6Ch > (dvd_reader.c) ac3 en drc 48kHz 2Ch > (dvd_reader.c) subtitle 00=3D > (dvd_reader.c) subtitle 01=3D > (dvd_reader.c) DVD title 4/18: 28 chapter(s), 1 angle(s), title set 4 > (dvd_reader.c) title playback time: 01:44:01.06 6242 sec > (dvd_reader.c) [Chapter 01] 00:00:00.000 , block from 0 to 149481 > (dvd_reader.c) [Chapter 02] 00:04:45.120 , block from 149482 to 224932 > (dvd_reader.c) [Chapter 03] 00:07:19.200 , block from 224933 to 303999 > (dvd_reader.c) [Chapter >=20 > so how do i access the 2 subs mentioned above?? >=20 > tccat -i /dev/dvd -T4 -P | tcextract -x ps1=20 >=20 > its -a something or is it -n something here???? >=20 > > subs-en >=20 > ahh help please!? The subtitles extracted by transcoded are in a proprietary format that no tool (including transcode itself) can process, so it's fairly useless. Try spuunmux instead, it will give you png's and a xml file containing the timestamps. --=-u+qHDoTRmlQ/hpxcTzA+ Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzEwMzIyNFow IwYJKoZIhvcNAQkEMRYEFKuVroPhNnrIWGCG881JfHBgWQXfMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAZkNtmdowugk5k3skbdgFk8u08J9ocZy0Apl+5aNQj9BsYfQqdEb5gljL m/QVChxj6H5CkcWbWGBArhpj/c0vRGzRclzl1L5trt0gxDYxdT9zO4t4ifT+WuXpHpAythSmcm9k xeWlV4+OZ3ezIom8k7hi47Ii4wxGCm7AjEG4W3oAAAAAAAA= --=-u+qHDoTRmlQ/hpxcTzA+-- From transcode-users-bounces@exit1.org Wed Dec 7 12:04: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1CB2A126D83 for ; Wed, 7 Dec 2005 12:04:28 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7ArV9L006139; Wed, 7 Dec 2005 11:58:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Ab9Wi003334 for ; Wed, 7 Dec 2005 11:37:10 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 7A42B1A34004 for ; Wed, 7 Dec 2005 11:37:09 +0100 (CET) Subject: Re: [transcode-users] Transcoding 3gp videos From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051207022745.GA8139@puff.jakemsr.gom> References: <200512031548.40142.davidecapod@inwind.it> <20051206023918.GA4523@puff.jakemsr.gom> <1133864785.13717.15.camel@localhost.localdomain> <200512062329.14564.davidecapod@inwind.it> <20051207022745.GA8139@puff.jakemsr.gom> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-wEn5/YPqYZW645X7JLIb" Date: Wed, 07 Dec 2005 11:37:06 +0100 Message-Id: <1133951826.16024.24.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-wEn5/YPqYZW645X7JLIb Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 18:27 -0800, Jacob Meuser wrote: > import_mplayer is really just a catchall. import_ffmpeg and import_ffbin > essentially are too. so which would take precedence? Some sort of priority scheme? > > I agree perfectly also here; I would also add that if the parent dies=20 > > unexpectedly it should also (try to) kill every child, as in this situa= tion=20 > > with transcode -> mplayer. >=20 > transcode _does_ try to cleanup. Yep, but for some reason it doesn't always work. > > > Using threads it's a little bit more complicated, all threads should > > > "joined" before exiting, I guess transcode fails here, as well in oth= er > > > parts of the threading code. >=20 > so where is the patch? :-) IMHO I've done my share on transcode hacking already. I would love to participate in a transcode-from-scratch project, but the current state of transcode is such a mess that I feel that for every line of code I add, I have to change about twenty at various places to actually make it work. Also I believe in quality, not quantity. Better have a tool that doesn't understand that much codecs, but really gets it right. --=-wEn5/YPqYZW645X7JLIb Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzEwMzcwNlow IwYJKoZIhvcNAQkEMRYEFCd8OJDIJI7lAiDifRIYyOyNuW6vMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGADz77dDwWjdbX5cY3RnkB95bKbCZLDGJZaLfjTS9hN5plvoUzd57LLu50 Mq1PTA/773t3Fi0V/21lrPudZ2dX/V/Zmw6zOaWECfo0qTu5czqTZKaxoD1q7zkZ1al28HhYaGl/ 0Lu2mQIEPD2qjNGriA/KxKEvmWgoerC5ishiSWQAAAAAAAA= --=-wEn5/YPqYZW645X7JLIb-- From transcode-users-bounces@exit1.org Wed Dec 7 12:11:34 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 89D53126D82 for ; Wed, 7 Dec 2005 12:11:34 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7B0gh7007355; Wed, 7 Dec 2005 12:06:08 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Adu5W003767 for ; Wed, 7 Dec 2005 11:39:57 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id 86F481A34004 for ; Wed, 7 Dec 2005 11:39:56 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-CAWAyeCU0O2N9d5pmoSL" Date: Wed, 07 Dec 2005 11:39:53 +0100 Message-Id: <1133951993.16024.26.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-CAWAyeCU0O2N9d5pmoSL Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2005-12-06 at 22:25 -0500, Gary Lawrence Murphy wrote: > completely uncopyable!! If we can figure out why, we can patent it, > license the concept to Sony for a billion yen a year, and all of us > retire on the profits to devote our lives to perfecting transcode! :) Could you please upload a few short samples of these files somewhere? --=-CAWAyeCU0O2N9d5pmoSL Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzEwMzk1M1ow IwYJKoZIhvcNAQkEMRYEFDeMB+v/+lYQ6aH+FX552bcPyw8aMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAAloaXgpyG0LGyitvoLfCJ9QFpBNVOzxhzJTibI6tk8hJ7AFrOddUZh3l sTbM2P+W33MdXVZ3SgQLVZ5DvJTLxYdeBEK3B7XYs3tIZ220QesfBNEwkPylBEuSTd/h6moNTOSP 67Hr1C+dBvXn+RCRKCopCux4fvQWT7Dpk6yZahIAAAAAAAA= --=-CAWAyeCU0O2N9d5pmoSL-- From transcode-users-bounces@exit1.org Wed Dec 7 12:16:27 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8EA07126D83 for ; Wed, 7 Dec 2005 12:16:27 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7B81rf008486; Wed, 7 Dec 2005 12:13:16 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7B7SQZ008290 for ; Wed, 7 Dec 2005 12:07:29 +0100 Received: by wproxy.gmail.com with SMTP id i31so324703wra for ; Wed, 07 Dec 2005 03:07:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=QHBGWsm7rKEH/v/3dTxr5/RXWzydJz5IhL0505hM0kNT1nux5qP/ObJ7KKRsSxIj2fTtVKKWHBuCymaHdT2Sr0k5qLYCRR4pIfyHqWbtGiundPzA3kN9A8WipV9qGvie5kFC2A3vgrlisHqfd2J24hWuVOysuTfkz69sndbaJvw= Received: by 10.65.105.12 with SMTP id h12mr1651655qbm; Wed, 07 Dec 2005 03:07:26 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.61.136.77]) by mx.gmail.com with ESMTP id f12sm769246qba.2005.12.07.03.07.19; Wed, 07 Dec 2005 03:07:20 -0800 (PST) Date: Wed, 7 Dec 2005 12:07:17 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Transcoding 3gp videos Message-ID: <20051207120717.1d81f751@azafuse.rokugan.lan> In-Reply-To: <1133951826.16024.24.camel@localhost.localdomain> References: <200512031548.40142.davidecapod@inwind.it> <20051206023918.GA4523@puff.jakemsr.gom> <1133864785.13717.15.camel@localhost.localdomain> <200512062329.14564.davidecapod@inwind.it> <20051207022745.GA8139@puff.jakemsr.gom> <1133951826.16024.24.camel@localhost.localdomain> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, 07 Dec 2005 11:37:06 +0100 Erik Slagter wrote: > IMHO I've done my share on transcode hacking already. I would love to > participate in a transcode-from-scratch project, but the current state > of transcode is such a mess that I feel that for every line of code I > add, I have to change about twenty at various places to actually make > it work. Just call me 'dreamer' ;) -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Wed Dec 7 12:58:49 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id F1F59126D82 for ; Wed, 7 Dec 2005 12:58:48 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7BjdtE013897; Wed, 7 Dec 2005 12:48:45 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7BjaUw013879 for ; Wed, 7 Dec 2005 12:45:37 +0100 Received: from [172.31.4.2] (skylla.slagter.name [172.31.4.2]) by artemis.slagter.name (Postfix) with ESMTP id C7F7A1A34004 for ; Wed, 7 Dec 2005 12:45:35 +0100 (CET) Subject: Re: [transcode-users] Transcoding 3gp videos From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051207120717.1d81f751@azafuse.rokugan.lan> References: <200512031548.40142.davidecapod@inwind.it> <20051206023918.GA4523@puff.jakemsr.gom> <1133864785.13717.15.camel@localhost.localdomain> <200512062329.14564.davidecapod@inwind.it> <20051207022745.GA8139@puff.jakemsr.gom> <1133951826.16024.24.camel@localhost.localdomain> <20051207120717.1d81f751@azafuse.rokugan.lan> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-m1y+HImp+O3ZqROvWdFB" Date: Wed, 07 Dec 2005 12:45:33 +0100 Message-Id: <1133955933.16024.28.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-m1y+HImp+O3ZqROvWdFB Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2005-12-07 at 12:07 +0100, Francesco Romani wrote: > > IMHO I've done my share on transcode hacking already. I would love to > > participate in a transcode-from-scratch project, but the current state > > of transcode is such a mess that I feel that for every line of code I > > add, I have to change about twenty at various places to actually make > > it work. >=20 > Just call me 'dreamer' ;) At least you DO something (contrary to me), that's always plausible. --=-m1y+HImp+O3ZqROvWdFB Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzExNDUzMlow IwYJKoZIhvcNAQkEMRYEFG77DhIOYh7DxOd1EK9KEPUClKHjMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAWH148HK6tDo8HRUV0L0+3cEEoCWh2j8VwhuXDBNto+e+M0HGaFjJYE4u 5y9TgtQhOTwZjCXUkovFSmNPuUDQnMG0sUmPhaDIzx9X2Ula2eHs1EGmGizSlae6nd1HaC/Ng4Cb wPmPS5X919xMGmg4++sw3ushiU3tuWjB70d2oqMAAAAAAAA= --=-m1y+HImp+O3ZqROvWdFB-- From transcode-users-bounces@exit1.org Wed Dec 7 13:09: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D7DB3126D82 for ; Wed, 7 Dec 2005 13:09:54 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7C1TdF016533; Wed, 7 Dec 2005 13:04:12 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7C1O3t016490 for ; Wed, 7 Dec 2005 13:01:25 +0100 Received: by zproxy.gmail.com with SMTP id l8so317762nzf for ; Wed, 07 Dec 2005 04:01:23 -0800 (PST) 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=KYaD7ZyGyEFZxsrJSpxKxmNm0oabxJ90+nDXOzoaIvlDLE8QC4TteeBFRD+ChNwZpsigHAkvVyQsIHktt/U9xKLa8ysa3bJq5h41pRfWoKY1JtJu55VRB3vjIIWJFbnizCA3C6E9p9AIsRKbwfVWsLB8YRATxAjNpJHx9VOCCDo= Received: by 10.36.84.13 with SMTP id h13mr1395668nzb; Wed, 07 Dec 2005 04:01:23 -0800 (PST) Received: from ?192.168.100.1? ( [84.167.220.196]) by mx.gmail.com with ESMTP id 10sm1690947nzo.2005.12.07.04.01.22; Wed, 07 Dec 2005 04:01:23 -0800 (PST) Message-ID: <4396CEDB.4020402@gmail.com> Date: Wed, 07 Dec 2005 13:00:27 +0100 From: Uwe Ernst User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: transcode-users@exit1.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Transcode and XviD-1.1.0-beta2 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi, is there a way to integrate the new xvid 1.1.0-beta2 codec into transcode 1.0.2? And where can i get a xvid4.conf file for the new codec? regards uwe From transcode-users-bounces@exit1.org Wed Dec 7 13:45: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6A99D126D83 for ; Wed, 7 Dec 2005 13:45:57 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7CXdqt020571; Wed, 7 Dec 2005 13:36:30 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7CXYQn020553 for ; Wed, 7 Dec 2005 13:33:36 +0100 Received: by wproxy.gmail.com with SMTP id 68so605514wri for ; Wed, 07 Dec 2005 04:33:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=APUr1HU05dC/yLnd76fogs/PfaspfRZNgNZOHiNq0wYa4FmZG1lgfw7+5HZB6QkvcQjSJXi3Drv0ZrwM+GBykZZZmqjY1n9yr91nKQXrDACFrymqubBsK9NMNKuSbJvFRLeTUO+vrJIW0TWsyKM9KvV72CtJta0Kwg6cbvrLbA4= Received: by 10.64.232.11 with SMTP id e11mr1712789qbh; Wed, 07 Dec 2005 04:33:34 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.61.136.77]) by mx.gmail.com with ESMTP id e19sm792856qbe.2005.12.07.04.33.33; Wed, 07 Dec 2005 04:33:33 -0800 (PST) Date: Wed, 7 Dec 2005 13:33:30 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Transcode and XviD-1.1.0-beta2 Message-ID: <20051207133330.60e5454e@azafuse.rokugan.lan> In-Reply-To: <4396CEDB.4020402@gmail.com> References: <4396CEDB.4020402@gmail.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, 07 Dec 2005 13:00:27 +0100 Uwe Ernst wrote: > is there a way to integrate the new xvid 1.1.0-beta2 codec into > transcode 1.0.2? And where can i get a xvid4.conf file for the new > codec? Yes, just use -y xvid4. In facts, other xvid export modules should be dropped in future releases. You can easily create a valid config file (just for the record, is xvid4.cfg, not xvid4.conf) using the 'xvid4conf' tool. Many distributions package such tool, in the worst case you can fetch the sources from http://cvs.exit1.org -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Wed Dec 7 15:37: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 8C0ED126D83 for ; Wed, 7 Dec 2005 15:37:19 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7ETSTl001944; Wed, 7 Dec 2005 15:32:57 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=NO_REAL_NAME autolearn=disabled version=3.1.0 Received: from localhost.localdomain ([59.92.116.51]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7ETOX2001926 for ; Wed, 7 Dec 2005 15:29:26 +0100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.1/8.13.1) with ESMTP id jB7EVhgP015940 for ; Wed, 7 Dec 2005 20:01:43 +0530 Received: from localhost (localhost [[UNIX: localhost]]) by localhost.localdomain (8.13.1/8.13.1/Submit) id jB7EVg0B015939 for transcode-users@exit1.org; Wed, 7 Dec 2005 20:01:42 +0530 From: p.pradeep09@gmail.com To: transcode-users@exit1.org Date: Wed, 7 Dec 2005 20:01:42 +0530 User-Agent: KMail/1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512072001.42795.p.pradeep09@gmail.com> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Hi 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org How do i trancode VOB files to MPEG2? What are the command line options i should give? Thanks Pradeep From transcode-users-bounces@exit1.org Wed Dec 7 15:52: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id F02A2126D82 for ; Wed, 7 Dec 2005 15:52:48 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Ejt9F004067; Wed, 7 Dec 2005 15:48:37 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from smtp7.libero.it (smtp7.libero.it [193.70.192.90]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7Ejpbm004030 for ; Wed, 7 Dec 2005 15:45:52 +0100 Received: from localhost (172.16.1.84) by smtp7.libero.it (7.0.027-DD01) id 4369E4D2030C288A for transcode-users@exit1.org; Wed, 7 Dec 2005 15:45:46 +0100 Received: from smtp1.libero.it ([172.16.1.96]) by localhost (asav6.libero.it [193.70.192.40]) (amavisd-new, port 10024) with ESMTP id 18489-04-23 for ; Wed, 7 Dec 2005 15:45:46 +0100 (CET) Received: from libero.it (172.16.1.87) by smtp1.libero.it (7.0.027-DD01) id 431C3A4200FE5151 for transcode-users@exit1.org; Wed, 7 Dec 2005 15:45:46 +0100 Date: Wed, 7 Dec 2005 15:45:45 +0100 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 From: "Davide Capodaglio" To: "transcode-users" X-XaM3-API-Version: 4.3 (R1) (B3pl11) X-SenderIP: 62.123.208.98 X-Scanned: with antispam and antivirus automated system at libero.it Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB7Ejpbm004030 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] DVD to Xvid, Linux VS Windows tools 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi, I would like to know if someone has experience of speed/quality comparison of DVD to Xvid transcoding between Linux tools (transcode, dvd::rip, etc), that I am currently using, versus Windows tools (VirtualDub, GordianKnot, etc) that I've neven tried before. I have a slow CPU so for me encoding time is quite important. Thanks Davide From transcode-users-bounces@exit1.org Wed Dec 7 16:10: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1D23D126D82 for ; Wed, 7 Dec 2005 16:10:56 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7F45x3006241; Wed, 7 Dec 2005 16:06:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7F41hw006206 for ; Wed, 7 Dec 2005 16:04:03 +0100 Received: by wproxy.gmail.com with SMTP id 68so660156wri for ; Wed, 07 Dec 2005 07:03:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=ql2iDJGCVrB8pIknW2NmTkIGwiiXTrvoivLRXUzYv51UshUY1E9+p2deaFv1KhreOiC96GKqdbhRNaTOnD/xsl1LVDy0q1D+ZUyXNfTnKHSH/MpmemtsKcN87EZfXHMr6XcmsLUS8OdIOwxidtIBsTvMxu2Z3dj4Kgdt6QfvN74= Received: by 10.64.232.11 with SMTP id e11mr1826849qbh; Wed, 07 Dec 2005 07:03:58 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.61.136.77]) by mx.gmail.com with ESMTP id f13sm681399qba.2005.12.07.07.03.56; Wed, 07 Dec 2005 07:03:57 -0800 (PST) Date: Wed, 7 Dec 2005 16:03:53 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Message-ID: <20051207160353.09a4c425@azafuse.rokugan.lan> In-Reply-To: References: X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Wed, 7 Dec 2005 15:45:45 +0100 "Davide Capodaglio" wrote: > Hi, I would like to know if someone has experience of speed/quality > comparison of DVD to Xvid transcoding between Linux tools (transcode, > dvd::rip, etc), that I am currently using, versus Windows tools > (VirtualDub, GordianKnot, etc) that I've neven tried before. I have a > slow CPU so for me encoding time is quite important. The transcoding time is mostly dominated by encoding speed, and xvid code is (obviously) the same on windows and linux. Decoding speed shouldn't be an issue, but filtering can be. Transcode has quite fast resizing routines (especially on current CVS, upcoming [but not hold your breath] 1.1.0), but I don't have seen any comparison on this field. If speed matters, maybe you can give a try at libavcodec, is the fastest encoder around, and it can do mpeg4. But it's quite tricky to set properly, and can degrade quality with unproper settings. Regards, -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Wed Dec 7 16:42: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 072D2126D82 for ; Wed, 7 Dec 2005 16:42:54 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7FY60C010005; Wed, 7 Dec 2005 16:37:44 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_INLINE, UPPERCASE_25_50 autolearn=disabled version=3.1.0 Received: from rwcrmhc12.comcast.net (rwcrmhc13.comcast.net [216.148.227.153] (may be forged)) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7FXuCD009944 for ; Wed, 7 Dec 2005 16:34:00 +0100 Received: from [192.168.0.6] (c-24-118-232-70.hsd1.mn.comcast.net[24.118.232.70]) by comcast.net (rwcrmhc13) with SMTP id <200512071533440150054drje>; Wed, 7 Dec 2005 15:33:49 +0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <200512072001.42795.p.pradeep09@gmail.com> References: <200512072001.42795.p.pradeep09@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6CFAB088-60D2-4D20-86C1-7FF7B63A5B9E@comcast.net> Content-Transfer-Encoding: 7bit From: Kichigai Mentat Subject: Re: [transcode-users] Hi Date: Wed, 7 Dec 2005 09:33:31 -0600 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.746.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Dec 7, 2005, at 08.31, p.pradeep09@gmail.com wrote: > How do i trancode VOB files to MPEG2? Uhhmm.... VOB files *are* MPEG-2. > What are the command line options i should give? transcode -help or man transcode. I hate to sound like a troll, but RTFM. Everything you need to know is in there. > > > Thanks > Pradeep > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDlwDQwAwn3hu8KxcRAslXAJ4rsg+O9dm0SywyF8n3/f/7be/ZggCfVLlj 192M88VzWiKqMwvontqALnk= =nSJe -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Wed Dec 7 18:35:16 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 3F398126D82 for ; Wed, 7 Dec 2005 18:35:16 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7HOiq7022727; Wed, 7 Dec 2005 18:28:35 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7HOegF022711 for ; Wed, 7 Dec 2005 18:24:42 +0100 Received: by zproxy.gmail.com with SMTP id o37so489440nzf for ; Wed, 07 Dec 2005 09:24:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GV0iiLw+PPiuuKUqbCx/9IqcI89rvRpL4lWseTd/M3aKM+ki/IzTKIff7xzd+wy1P38qtnUaQ0D+ovy553vG6IwaemH2wUFv8zV2bz5s5YgH1piCQZLCc41INrbddU/jq5aru4luC+DP6MvnM9uHEYLdCpQRlJE3i1t5vMAJ23w= Received: by 10.64.241.5 with SMTP id o5mr1963698qbh; Wed, 07 Dec 2005 09:24:38 -0800 (PST) Received: by 10.65.188.9 with HTTP; Wed, 7 Dec 2005 09:24:38 -0800 (PST) Message-ID: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> Date: Wed, 7 Dec 2005 17:24:38 +0000 From: `Zidane Tribal To: transcode Users Mailing List Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB7HOegF022711 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org im not sure if its perceptual or actual, but ive always found transcode to be the quickest, linux command line. i dont know why, it just seems to take an hour or two for me with transcode on the cli, and much longer for anything else. i suspect, more than anything, its the fact that i can set the exact options i want on transcode and not use any extraneous things (i.e. i can decide whether or not to resize etc). if you want the quickest possible time, i have found the best way to optimise, if you really want to go all the way, is to reboot to pure cli (no x at all) and run transcode overnight, when the machine is idle. i can que up two or three films a night on my machine, and have them done and ready in the morning (using am amdxp 2k, 512megs of ram). if you dont want to go as far as shutting down and rebooting without X, then try running transcode in a console overnight, when the machine will be mostly idle, and you can always re-prioritize transcode to run at a lower priority, so you can use the machine normally, and let transcode do its thing in the background (which is what i tend to do, unless i have 5-6 films to do at once, then i do them overnight from cli) On 12/7/05, Davide Capodaglio wrote: > Hi, I would like to know if someone has experience of speed/quality comparison of DVD to Xvid transcoding between Linux tools (transcode, dvd::rip, etc), that I am currently using, versus Windows tools (VirtualDub, GordianKnot, etc) that I've neven tried before. > I have a slow CPU so for me encoding time is quite important. > > Thanks > Davide > > > > -- You dont need a reason to help people. `Zidane Tribal. From transcode-users-bounces@exit1.org Wed Dec 7 18:42: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2349E126D82 for ; Wed, 7 Dec 2005 18:42:19 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7HW7n3023958; Wed, 7 Dec 2005 18:35:18 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=disabled version=3.1.0 Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7HUPtW023567 for ; Wed, 7 Dec 2005 18:30:27 +0100 Received: from [212.227.126.203] (helo=perfora.net) by mrelay.perfora.net (node=mrelayus0) with ESMTP (Nemesis), id 0MKoyl-1Ek37X3SF9-0006OD; Wed, 07 Dec 2005 12:30:25 -0500 Received: from [217.160.226.8] (helo=infong225 ident=8) by mrvnet.kundenserver.de with smtp (Exim 3.35 #1) id 1Ek37X-0007H8-00 for transcode-users@exit1.org; Wed, 07 Dec 2005 18:30:23 +0100 Received: from user (see sender-info) by infong225.perfora.net with local; Wed, 7 Dec 2005 12:30:21 -0500 X-Sender-Info: 99928942@infong225 Precedence: bulk From: Andrew To: transcode-users@exit1.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Message-ID: <0MKoyl-1Ek37X3SF9-0006OD@mrelay.perfora.net> Date: Wed, 07 Dec 2005 12:30:23 -0500 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] image stretched X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi, guys The AVI's i've produced by ripping and transcoding from VOBs with DVDRip are good-quality and are nice and small. However, the viewed frame image is disproportionally wider, by about 25%! (I.e., stretched horizontally). the "file" command reports that the AVI has the correct ratio/resolution ( RIFF (little-endian) data, AVI, 720 x 480, 23.98 fps, video: XviD, audio: MPEG-1 Layer 3 (stereo, 48000 Hz) ) What is going wrong and how do i fix it? ( DVDRip's transcoding string is something like: mkdir -m 0775 -p '/path/movie/tmp' && cd /path/movie/tmp && time dr_exec transcode -H 10 -a 0 -x vob -i /path/movie/vob/001 -w 1393,50 -b 128,0,0 --a52_drc_off -f 24,1 -M 2 -y xvid -o /path/movie/avi/001/movie-001.avi --print_status 300 && echo DVDRIP_SUCCESS ) Strangely, a different time i got an AVI where the distortion was a _vertical_ stretch, rather than a horizontal one. tia andrew -- From transcode-users-bounces@exit1.org Wed Dec 7 18:58: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 40596126D82 for ; Wed, 7 Dec 2005 18:58:18 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7He1EB024574; Wed, 7 Dec 2005 18:42:45 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7HXQXr024066 for ; Wed, 7 Dec 2005 18:33:27 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id B18EF1CA51; Wed, 7 Dec 2005 12:33:16 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> <1133951993.16024.26.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: E> Could you please upload a few short samples of these files E> somewhere? that's the problem with digital video, it exceeds my bandwidth capacities :( would it work if I used dd to copy only the first few blocks of a file? I think it should, but I really don't know that much about video formats. Or is there a better way to chop a binary file in Linux? -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Wed Dec 7 21:33: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 308EB126D82 for ; Wed, 7 Dec 2005 21:33:48 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7KI87r009240; Wed, 7 Dec 2005 21:22:05 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB7KI5PJ009225 for ; Wed, 7 Dec 2005 21:18:06 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "skylla.slagter.name", Issuer "CA Cert Signing Authority" (verified OK)) by artemis.slagter.name (Postfix) with ESMTP id 739841434001 for ; Wed, 7 Dec 2005 21:18:05 +0100 (CET) Received: by skylla.slagter.name (Postfix, from userid 100) id 3AD4E43C165; Wed, 7 Dec 2005 21:18:05 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> <1133951993.16024.26.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-MY+xJPn1PFG+bViPPY8W" Date: Wed, 07 Dec 2005 21:18:05 +0100 Message-Id: <1133986685.27775.7.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-MY+xJPn1PFG+bViPPY8W Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > E> Could you please upload a few short samples of these files > E> somewhere? >=20 > that's the problem with digital video, it exceeds my bandwidth > capacities :( >=20 > would it work if I used dd to copy only the first few blocks of a > file? I think it should, but I really don't know that much about > video formats. Or is there a better way to chop a binary file in > Linux? Yes, that is the way to go, chop off the first kilobytes with dd and upload that. How much to chop is a tradeoff, more is better (=3D easier for debugging for us) but of course will take longer to upload. About 1 megabyte should really be enough. Feel free to send less though. --=-MY+xJPn1PFG+bViPPY8W Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwNzIwMTgwNVow IwYJKoZIhvcNAQkEMRYEFND3BxXIprFal7tnOTcdmPfbrIPxMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAfysazOkp0AS1zLb1nu4kSRDdv9LQwqznycOIfIm3j7heaw/RtK+h0Yss OrUuaYCPEK3ErvUV66llccTYVFCVK8rJehd29ifxZKzWHrpB2ThZLYFPlhbJhSxon1iSKiQsGSSw IJ17NX/F1YwDvfP4IGC+igJsd5xzx9Ly3ch4adwAAAAAAAA= --=-MY+xJPn1PFG+bViPPY8W-- From transcode-users-bounces@exit1.org Thu Dec 8 06:55:38 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C1A49126D82 for ; Thu, 8 Dec 2005 06:55:38 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB85kw8A013878; Thu, 8 Dec 2005 06:48:55 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB85ksmU013863 for ; Thu, 8 Dec 2005 06:46:55 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id D99701CA51; Thu, 8 Dec 2005 00:46:39 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Finally some success using the following command line and mpeg2enc, with Andrew's suggestion for working around the export_prof/-Z conflict bug ... transcode --nice 10 \ --print_status 500 \ -x mplayer,null \ -y mpeg2enc,null -F 8,"-a 2" \ --export_fps 29.970 \ -Z 352x480,fast --export_prof dvd-ntsc \ -j -240,0 -Y 120,0 -J hqdn3d -G 0.9 \ -o "$OUTDIR/output" \ -i "$OUTDIR/output.avi" the output mpeg file gives $ tcprobe -i vob/episode_01.mpg [tcprobe] MPEG program stream (PS) [tcprobe] summary for vob/episode_01.mpg, (*) = not default, 0 = not detected import frame size: -g 352x240 [720x576] (*) aspect ratio: 4:3 (*) frame rate: -f 29.970 [25.000] frc=4 (*) PTS=0.1780, frame_time=33 ms, bitrate=7500 kbps audio track: -a 0 [0] -e 48000,16,2 [48000,16,2] -n 0x2000 [0x2000] PTS=0.1780, bitrate=64 kbps -D 0 --av_fine_ms 0 (frames & ms) [0] [0] which is all really really good, it even plays in xine! but the aspect ratio has become stretched and a large black border added :( -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Thu Dec 8 07:54: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id EEDF5126D82 for ; Thu, 8 Dec 2005 07:54:40 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB86kX6Y017237; Thu, 8 Dec 2005 07:46:49 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from achurch.org (p10218-ipbffx02hodogaya.kanagawa.ocn.ne.jp [60.39.233.218]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jB86kSHn017221 for ; Thu, 8 Dec 2005 07:46:30 +0100 Received: by achurch.org (wmail 0.9.57) id 4397d6c2.16170; Thu, 08 Dec 2005 15:46:26 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Date: Thu, 08 Dec 2005 15:41:04 JST In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <4397d6c2.16170@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >Finally some success using the following command line and mpeg2enc, >with Andrew's suggestion for working around the export_prof/-Z >conflict bug ... > >transcode --nice 10 \ > --print_status 500 \ > -x mplayer,null \ > -y mpeg2enc,null -F 8,"-a 2" \ > --export_fps 29.970 \ > -Z 352x480,fast --export_prof dvd-ntsc \ > -j -240,0 -Y 120,0 -J hqdn3d -G 0.9 \ > -o "$OUTDIR/output" \ > -i "$OUTDIR/output.avi" [...] >but the aspect ratio has become stretched and a large black border added :( Hmm. The intent of the -j/-Y options was to fool transcode into creating a 352x240 image--wait, I bet my mistake was assuming that the original frame size was 480 height, and I think one of your posts had the transcode output showing it was a different height. In that case you want to use "-j $[HEIGHT/2],0" (in other words, make the first number equal to half the height of your video). That gives you a double-height frame with the actual video data centered; when transcode rescales that to 352x480, you can then cut off the top and bottom 1/4 (120 pixels) to get 352x240. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Thu Dec 8 12:17:34 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id EFEAB126D82 for ; Thu, 8 Dec 2005 12:17:34 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8B5VRZ007827; Thu, 8 Dec 2005 12:07:15 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8B5SiS007812 for ; Thu, 8 Dec 2005 12:05:29 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "skylla.slagter.name", Issuer "CA Cert Signing Authority" (verified OK)) by artemis.slagter.name (Postfix) with ESMTP id 995D21434001 for ; Thu, 8 Dec 2005 12:05:27 +0100 (CET) Received: by skylla.slagter.name (Postfix, from userid 100) id 1449343C165; Thu, 8 Dec 2005 12:05:27 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-/rdqu4K2t0VUO3kcU8tM" Date: Thu, 08 Dec 2005 12:05:26 +0100 Message-Id: <1134039926.23265.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-/rdqu4K2t0VUO3kcU8tM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-12-08 at 00:46 -0500, Gary Lawrence Murphy wrote: > -Z 352x480,fast --export_prof dvd-ntsc \ > -j -240,0 -Y 120,0 -J hqdn3d -G 0.9 \ > but the aspect ratio has become stretched and a large black border added = :( I am fairly sure transcode can't handle various cropping and zooming paramters in combination with the profiling support very well. There have been more reports like this in the past. Please try it with the various cropping/zooming options left out one at a time. --=-/rdqu4K2t0VUO3kcU8tM Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwODExMDUyNlow IwYJKoZIhvcNAQkEMRYEFNIz521JKY/fumTj+A7GnN8K1KiDMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAqy4m9CjQ2IoVZ9nwUIUGu7o9gjwZgjzexPaxVXtY2Cqntk9airftDWFz eC/LHgXltLQGGJLc6Y9mYmhw2U6kztaq8oJXeGGcQfJa1uSs8jAomagTFrmA4gV2uY+21/s+w73B fMOct3PpvdZ5FDwIWDePYqQJZrIK/6+UP6aCvigAAAAAAAA= --=-/rdqu4K2t0VUO3kcU8tM-- From transcode-users-bounces@exit1.org Thu Dec 8 14:15: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 7E983126D82 for ; Thu, 8 Dec 2005 14:15:26 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8D9a2e019144; Thu, 8 Dec 2005 14:10:39 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8D9Sc0019121 for ; Thu, 8 Dec 2005 14:09:30 +0100 Received: by zproxy.gmail.com with SMTP id z31so585694nzd for ; Thu, 08 Dec 2005 05:09:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Tb8H282TdUIfj4d0iQMoCFpmSQNg8+z0f7Xm9hHQ9xU/F0w/zZHndG4mVBhuBaEVNsYB9PbPp/VFgEgkMIdFIph394sOaZBg19z2X7J2VyY/wCiOrijEsnxysLd6GvuGorQDSjec6EOU+2QxseYt2nCWtt0a2KfNjm3+G0Al6ec= Received: by 10.64.10.17 with SMTP id 17mr382174qbj; Thu, 08 Dec 2005 05:09:27 -0800 (PST) Received: by 10.65.206.9 with HTTP; Thu, 8 Dec 2005 05:09:27 -0800 (PST) Message-ID: Date: Thu, 8 Dec 2005 11:09:27 -0200 From: Bruno de Oliveira Schneider To: transcode Users Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jB8D9Sc0019121 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051206.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] reusing logs from first pass 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org I use transcode to encode XviD movies using two pass. The transcode manual says "Usually the bitrate is ignored during first pass". So what makes the bitrate ignored or not? Sometimes, after the second pass (-R 2), the resulting video is not quite the size I want, and I go for another encoding with a slightly different bitrate. Can skip the first pass and reuse the log (divx4.log) from the first pass? -- Bruno de Oliveira Schneider http://www.dcc.ufla.br/~bruno/ From transcode-users-bounces@exit1.org Thu Dec 8 16:58: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1C892126D82 for ; Thu, 8 Dec 2005 16:58:36 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8Fl7c8002308; Thu, 8 Dec 2005 16:48:49 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8Fl3w0002278 for ; Thu, 8 Dec 2005 16:47:04 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id 1E5D61CA51; Thu, 8 Dec 2005 10:46:53 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <4397d6c2.16170@msgid.achurch.org> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org AH ... a very plausible explanation ... I'll try it. -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Thu Dec 8 16:58: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B5351126D82 for ; Thu, 8 Dec 2005 16:58:47 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8Foqlk002677; Thu, 8 Dec 2005 16:50:56 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from maya.dyndns.org ([64.235.110.181]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8FonHQ002656 for ; Thu, 8 Dec 2005 16:50:50 +0100 Received: by maya.dyndns.org (Postfix, from userid 501) id F41BD1CA51; Thu, 8 Dec 2005 10:50:39 -0500 (EST) From: Gary Lawrence Murphy To: transcode Users Mailing List Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? Organization: free software is good for children and other living things References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> <1134039926.23265.22.camel@localhost.localdomain> X-Face: =5x+:Y0B9+Rxqq>~4fy; "j_'={?([Yp7<09D7{; |jF?{'T^">e&m, X-Url: http://www.teledyn.com/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.2!tsvurl@fries X-Mail-Blocker-Flag: YES X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gary Lawrence Murphy , transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org >>>>> "E" == Erik Slagter writes: E> Please try it with the various cropping/zooming options left E> out one at a time. At 700Mhz and 256M, exhaustive trials are a tedious proposition; even at this low resolution, a single encoding run takes 3-4 hours. I haven't forgotten, but I'm saving your suggestion for a last-resort, trying all possible short-cuts first in hopes of meeting my 'deadline' of giving the family homebrew DVDs for Christmas ;) Maybe Santa will bring me a computer from THIS century for Christmas :) -- Gary Lawrence Murphy "what I need is a job that doesn't interfere with my work" From transcode-users-bounces@exit1.org Thu Dec 8 18:10: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 4D9E5126D82 for ; Thu, 8 Dec 2005 18:10:40 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8H6MXJ010747; Thu, 8 Dec 2005 18:07:35 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8H6JSI010728 for ; Thu, 8 Dec 2005 18:06:20 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "skylla.slagter.name", Issuer "CA Cert Signing Authority" (verified OK)) by artemis.slagter.name (Postfix) with ESMTP id 0F30A1434001 for ; Thu, 8 Dec 2005 18:06:19 +0100 (CET) Received: by skylla.slagter.name (Postfix, from userid 100) id 9994F43C165; Thu, 8 Dec 2005 18:06:18 +0100 (CET) Subject: Re: [transcode-users] transcoding avi to small-format dvd-ntsc: what went wrong? From: Erik Slagter To: transcode Users Mailing List In-Reply-To: References: <1133781273.7718.4.camel@localhost.localdomain> <1133893527.24061.25.camel@localhost.localdomain> <1134039926.23265.22.camel@localhost.localdomain> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-MWHITWRbPx5cnW35ym9h" Date: Thu, 08 Dec 2005 18:06:18 +0100 Message-Id: <1134061578.1732.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-MWHITWRbPx5cnW35ym9h Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-12-08 at 10:50 -0500, Gary Lawrence Murphy wrote: > E> Please try it with the various cropping/zooming options left > E> out one at a time. >=20 > At 700Mhz and 256M, exhaustive trials are a tedious proposition; even > at this low resolution, a single encoding run takes 3-4 hours. I > haven't forgotten, but I'm saving your suggestion for a last-resort, > trying all possible short-cuts first in hopes of meeting my 'deadline' > of giving the family homebrew DVDs for Christmas ;) >=20 > Maybe Santa will bring me a computer from THIS century for Christmas :) I see :-( BTW to see if it more or less works, you can interrupt the process after a few minutes and give the result to mplayer. No need to complete the process if you don't know the result will be OK. Furthermore, you might consider adjusting quality/speed settings while testing. Even on a 700 Mhz machine you should be able to encode to mpeg4 in half realtime with the proper settings. --=-MWHITWRbPx5cnW35ym9h Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwODE3MDYxM1ow IwYJKoZIhvcNAQkEMRYEFMQTs9pqdYHnN0aHi6aCH91MTCx0MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAnl7I8QzQn3t5tivZdYoKECyaAgKztq020+04JChTNj/KPFxSjkhPO+pH DeiAC0SSh4XqIxulmIQlSSZVR3hnEw82g29bSzx6yKlYMBewOTd78oIFEu4nmOzgZXYlCErqwI/1 mPovhhC4NErUGxZ6q856Z7/u7k72PNObEnWspE0AAAAAAAA= --=-MWHITWRbPx5cnW35ym9h-- From transcode-users-bounces@exit1.org Thu Dec 8 23:38:08 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 67486126D82 for ; Thu, 8 Dec 2005 23:38:08 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8MRWRj009443; Thu, 8 Dec 2005 23:29:24 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8MRPHH009419 for ; Thu, 8 Dec 2005 23:27:28 +0100 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id 37B4433E07 for ; Thu, 8 Dec 2005 16:27:20 -0600 (CST) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Subject: RE: [transcode-users] DVD to Xvid, Linux VS Windows tools Date: Thu, 8 Dec 2005 16:27:11 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> Thread-Index: AcX7VF8GWRmcehXnRN28fssXWw72hQA7fq5w X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Message-Id: <20051208222720.37B4433E07@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Alright, I've done a few tests with the hardware I have here. On Windows Xp I use Auto Gordons Knot to do all my encoding to Xvid mpeg4. On the average I have found that transcode is about 20% slower than windows tools that do the same thing to get the same comparable quality. I will describe the hardware and conditions that I ran these tests under. Maybe someone will spot a glaring flaw in my test methods. It's been several weeks since I did this so I'm doing all this from memory. The Windows box was a AMD 3000xp with 512MB of RAM. It had an 80GB ATA harddrive, IE old harddrive, and the latest Version off all the software. The linux box in question is a AMD64 3200 with 512 MB of RAM and a SATA150 harddrive. The linux installed was Suse 10.0 64bit and all the packages used for transcode where compiled to 64bit mode. In every case the hardware and the software for linux should be faster than windows version. Still using the fastest setting I could on transcode with no filters the windows box beat it. Also the quality of transcode was poorer than the windows version with out the filters on. With the current crop of filters and options that I use to achieve results in quality similar to what Auto Gordons Knot has, transcode is significantly slower. The current selection of options that I use for transcode follows. transcode -C 3 -a ${_audio_track:-0} -x vob -i \${_target_file} \ -w \${_vid_brate},50 -b \${_audio_brate},0,0\ --a52_drc_off ${_ac3_passthru} -s 2.738 \ -M 2 -R 1,\$\$.log -y xvid4,null -o /dev/null \ -J ivtc,32detect=force_mode=3,hqdn3d \ --print_status 20 ${_progress_off} \ ${_deinterlace} Even though I've found trancode more difficult to use and slow than windows tools the reason I continue to use it for all my trancoding is the convenience. The code snippet that I posted is apart of a shell script that I'm developing that will take a batch of VOB's to process, analyses them, then it creates a script to do the encoding with. After that it submits the script to linux batch queue for processing. Then the batch command processes each job in order, in the background at a lower priority. The processing depends on the work load of the machine. If the work load on the machine is low enough batch daemon will spawn a process and do as many jobs as it can till the work load hits a ceiling. In my case the machine can process 2 jobs at time, but I usually keep it set to do one. Here is where transcode's convenience comes into play. I can submit any number of files to be process to the batch daemon, each one with different parameters. Then I can log off and walk away from the machine, which will continue to grind away till it's finished. The batch daemon will mail me the results from each processed file as it's done. I can even add more files to be processed as the computer is processing other files. Even if the computer crashes or is shutdown the jobs will still be in the queue to be processed when it recovers. You only loose the job that was being process, which you will have to resubmit. I'm happy, Jeff -----Original Message----- From: transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of `Zidane Tribal Sent: Wednesday, December 07, 2005 11:25 AM To: transcode Users Mailing List Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools im not sure if its perceptual or actual, but ive always found transcode to be the quickest, linux command line. i dont know why, it just seems to take an hour or two for me with transcode on the cli, and much longer for anything else. i suspect, more than anything, its the fact that i can set the exact options i want on transcode and not use any extraneous things (i.e. i can decide whether or not to resize etc). if you want the quickest possible time, i have found the best way to optimise, if you really want to go all the way, is to reboot to pure cli (no x at all) and run transcode overnight, when the machine is idle. i can que up two or three films a night on my machine, and have them done and ready in the morning (using am amdxp 2k, 512megs of ram). if you dont want to go as far as shutting down and rebooting without X, then try running transcode in a console overnight, when the machine will be mostly idle, and you can always re-prioritize transcode to run at a lower priority, so you can use the machine normally, and let transcode do its thing in the background (which is what i tend to do, unless i have 5-6 films to do at once, then i do them overnight from cli) On 12/7/05, Davide Capodaglio wrote: > Hi, I would like to know if someone has experience of speed/quality comparison of DVD to Xvid transcoding between Linux tools (transcode, dvd::rip, etc), that I am currently using, versus Windows tools (VirtualDub, GordianKnot, etc) that I've neven tried before. > I have a slow CPU so for me encoding time is quite important. > > Thanks > Davide > > > > -- You dont need a reason to help people. `Zidane Tribal. From transcode-users-bounces@exit1.org Thu Dec 8 23:46: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 5D3F6126D82 for ; Thu, 8 Dec 2005 23:46:09 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8MhWc1011007; Thu, 8 Dec 2005 23:43:45 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zendium.mediagonal.net (zendium.mediagonal.net [217.69.162.173]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8MhTHG010992 for ; Thu, 8 Dec 2005 23:43:30 +0100 Received: from localhost (localhost [127.0.0.1]) by zendium.mediagonal.net (Postfix) with ESMTP id C12A13C0011 for ; Thu, 8 Dec 2005 23:43:28 +0100 (CET) Received: from zendium.mediagonal.net ([127.0.0.1]) by localhost (zendium [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19364-10 for ; Thu, 8 Dec 2005 23:43:22 +0100 (CET) Received: from u-7-094.vpn.RWTH-Aachen.DE (u-7-094.vpn.RWTH-Aachen.DE [137.226.103.94]) by zendium.mediagonal.net (Postfix) with ESMTP id 751883C0010 for ; Thu, 8 Dec 2005 23:43:22 +0100 (CET) From: Sebastian =?iso-8859-1?q?Kr=E4mer?= To: transcode Users Mailing List Subject: Re: [transcode-users] reusing logs from first pass Date: Thu, 8 Dec 2005 23:43:25 +0100 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512082343.25509.spambouncer@skraemer.de> X-Virus-Scanned: by mediagonal GmbH X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Thursday 08 December 2005 14:09, Bruno de Oliveira Schneider wrote: > I use transcode to encode XviD movies using two pass. The transcode > manual says "Usually the bitrate is ignored during first pass". So > what makes the bitrate ignored or not? Don't know why the man page says 'usually'. From my knowledge, it's always ignored. But maybe it depends on the used encoder.. > Sometimes, after the second pass (-R 2), the resulting video is not > quite the size I want, and I go for another encoding with a slightly > different bitrate. Can skip the first pass and reuse the log > (divx4.log) from the first pass? Try to just re-run with -R 2 and another bitrate.. Sebastian From transcode-users-bounces@exit1.org Fri Dec 9 00:02: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 2E939126D82 for ; Fri, 9 Dec 2005 00:02:44 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8Mt75g012196; Thu, 8 Dec 2005 23:55:20 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.201]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB8Mt4nd012177 for ; Thu, 8 Dec 2005 23:55:05 +0100 Received: by nproxy.gmail.com with SMTP id l35so243989nfa for ; Thu, 08 Dec 2005 14:55:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=NM6+SUMApSp0F93hsUBpbQ6TTSyssuycqdDWu+yViAdKIarRZwSghz/KEJv13cwOUaDbTcm5uJuJHahdUBP6WX1HuCAIdAOOE0zAJ2HzUUTjMoMORCtZ5HjorMOugPS3Ker3UBpV204jtOBD20MNTW+VwNsr9y1ft2FnzYL9Yrs= Received: by 10.48.30.18 with SMTP id d18mr375672nfd; Thu, 08 Dec 2005 14:55:03 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.61.136.77]) by mx.gmail.com with ESMTP id p43sm743270nfa.2005.12.08.14.55.02; Thu, 08 Dec 2005 14:55:03 -0800 (PST) Date: Thu, 8 Dec 2005 23:55:01 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Message-ID: <20051208235501.3e5ab489@azafuse.rokugan.lan> In-Reply-To: <20051208222720.37B4433E07@warwind.org> References: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> <20051208222720.37B4433E07@warwind.org> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Thu, 8 Dec 2005 16:27:11 -0600 "Jeff Hyche" wrote: Hi, > Alright, I've done a few tests with the hardware I have here. On > Windows Xp I use Auto Gordons Knot to do all my encoding to Xvid > mpeg4. On the average I have found that transcode is about 20% > slower than windows tools that do the same thing to get the same > comparable quality. This means that you're using the same settings for xvid encoder on both systems? Which version of xvid are you using on amd64? And transcode version? 1.0.2 or CVS? > I will describe the hardware and conditions that I ran these tests > under. Maybe someone will spot a glaring flaw in my test methods. > It's been several weeks since I did this so I'm doing all this from > memory. I've just missed settings except for one test case reported below :) > [...] Still using the fastest setting I > could on transcode with no filters the windows box beat it. Also the > quality of transcode was poorer than the windows version with out the > filters on. No filters -> no -J option or no frame manipulation at all? For examples, "transcode -i source -y xvid4" not triggers any frame mangling, but using -C or -I does. > With the current crop of filters and options that I use to achieve > results in quality similar to what Auto Gordons Knot has, What about PSNR values? > transcode is significantly slower. Well, this is definitevely possibile. I don't to play the devil's advocate for transcode, it has some flaws. But to spot the performance problems (and so improve tc as well as any other software), to use fair test conditions, and to measure the right thing is a must. :) > The current selection of options that I > use for transcode follows. > > transcode -C 3 -a ${_audio_track:-0} -x vob -i \${_target_file} \ > -w \${_vid_brate},50 -b \${_audio_brate},0,0\ > --a52_drc_off ${_ac3_passthru} -s 2.738 \ > -M 2 -R 1,\$\$.log -y xvid4,null -o /dev/null \ > -J ivtc,32detect=force_mode=3,hqdn3d \ > --print_status 20 ${_progress_off} \ > ${_deinterlace} I'm not surprised if this command line leads to a slow transcode session, just hqdn3d is a performance-killer filter (and, just for the record, it doesn't improve image quality so much, in my past test cases). I don't know other filter's performances. I don't understand why you are using -x vob instead of -x vob,null: if audio data isn't encoded make a little sense to decode (and rescale) it. > Even though I've found trancode more difficult to use Yup, interface needs a serious cleanup. But in order to do this we need to clean up the infrastructure first. And we are actually doing so. > I'm happy, Nice :) But transcode definitevely needs a lot more work. And we're doing something on this direction ;) Maybe I should take a look into gknot sources soon or later, and do some profiling. -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Fri Dec 9 02:07:27 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id C3789126D89 for ; Fri, 9 Dec 2005 02:07:27 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB910IoC020332; Fri, 9 Dec 2005 02:01:50 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB910DPu020315 for ; Fri, 9 Dec 2005 02:00:15 +0100 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id jB9107t5015470 for ; Thu, 8 Dec 2005 17:00:07 -0800 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id jB9106pc015468 for transcode-users@exit1.org; Thu, 8 Dec 2005 17:00:06 -0800 Date: Thu, 8 Dec 2005 17:00:06 -0800 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Message-ID: <20051209010006.GA12736@webserver> References: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> <20051208222720.37B4433E07@warwind.org> <20051208235501.3e5ab489@azafuse.rokugan.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051208235501.3e5ab489@azafuse.rokugan.lan> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Francesco Romani wrote: > > I'm not surprised if this command line leads to a slow transcode > session, just hqdn3d is a performance-killer filter (and, just > for the record, it doesn't improve image quality so much, in my > past test cases). I don't know other filter's performances. > Absolutely true *for live action material*. hqdn3d always slows processing by 50%, and gives marginal benefits *unless the source has significant amounts of noise*. For anime, hqdn3d is a HUGE win in all cases, however, and is well worth the time hit. The problem I have with this whole thread is that once you learn to make lavc do your bidding, it blows everything else out of the water for speed, and *with the right options* the quality is not compromised. I understand that this is not germane to the discussion, but I just can't stop myself from saying it. Sue me. Transcoding is unfortunately a black art, and tool comparisons are impossible for non experts. From transcode-users-bounces@exit1.org Fri Dec 9 06:26: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A39AF126D82 for ; Fri, 9 Dec 2005 06:26:39 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB95Kpu8004158; Fri, 9 Dec 2005 06:22:37 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB95KfS4004140 for ; Fri, 9 Dec 2005 06:20:46 +0100 Received: from Satellite (unknown [192.168.1.4]) by warwind.org (Postfix) with ESMTP id F39F6CA8B for ; Thu, 8 Dec 2005 23:20:37 -0600 (CST) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Subject: RE: [transcode-users] DVD to Xvid, Linux VS Windows tools Date: Thu, 8 Dec 2005 23:20:36 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcX8XR93B+Zlauk/RSSPuzk75pAdBwAIfgBA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <20051209010006.GA12736@webserver> Message-Id: <20051209052037.F39F6CA8B@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Which is exactly what I'm currently using it for. I came across it in a script and incorporated it into my script. I have very little clue on how to fly it or what it does but the results where stunning with the default settings. I really need to write the author of that script and tell him thanks. Jeff -----Original Message----- From: transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of Phil Ehrens Sent: Thursday, December 08, 2005 7:00 PM To: transcode Users Mailing List Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Absolutely true *for live action material*. hqdn3d always slows processing by 50%, and gives marginal benefits *unless the source has significant amounts of noise*. For anime, hqdn3d is a HUGE win in all cases, however, and is well worth the time hit. The problem I have with this whole thread is that once you learn to make lavc do your bidding, it blows everything else out of the water for speed, and *with the right options* the quality is not compromised. I understand that this is not germane to the discussion, but I just can't stop myself from saying it. Sue me. Transcoding is unfortunately a black art, and tool comparisons are impossible for non experts. From transcode-users-bounces@exit1.org Fri Dec 9 06:43: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id D2CA2126D82 for ; Fri, 9 Dec 2005 06:43:00 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB95eOxI005620; Fri, 9 Dec 2005 06:40:44 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB95eHHY005598 for ; Fri, 9 Dec 2005 06:40:20 +0100 Received: by warwind.org (Postfix, from userid 1000) id 3873A340F6; Thu, 8 Dec 2005 23:40:14 -0600 (CST) Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools To: transcode-users@exit1.org Date: Thu, 8 Dec 2005 23:40:14 -0600 (CST) In-Reply-To: <20051208235501.3e5ab489@azafuse.rokugan.lan> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20051209054014.3873A340F6@warwind.org> From: jwhyche@warwind.org (Jeff Hyche) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org > > This means that you're using the same settings for xvid encoder > on both systems? Which version of xvid are you using on amd64? > And transcode version? 1.0.2 or CVS? Yes, I was using the same settings for the xvid encoder on both systems. The current version of xvid is 1.1 and the current version of transcode is 1.02. > > What about PSNR values? No clue. What is a PSNR value? :) > > > transcode is significantly slower. > > Well, this is definitevely possibile. I don't to play the devil's > advocate for transcode, it has some flaws. > But to spot the performance problems (and so improve tc as well > as any other software), to use fair test conditions, and to measure > the right thing is a must. :) > Well there are other options that need to be concidered too. First is the compiler I used to compile the 64bit transcode with, gcc 4.0. There maybe some issues with the 64bit code that this compiler generates. While gcc is a fine compiler there are preformice issues known when compaired with other compilers from Intel. Gcc has tons of optimized options, and transcode compiled with -O2 -g as default I do believe. I could go back in to the Makefiles and hand roll the optimization settings but I find that usually means a fat binary with no real gain in speed. There is one other option, the hardware I'm running could be a piece of crap too. > Still Happy, Jeff From transcode-users-bounces@exit1.org Fri Dec 9 09:15: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id B9613126D82 for ; Fri, 9 Dec 2005 09:15:20 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB98202g018480; Fri, 9 Dec 2005 09:03:25 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB981tEV018433 for ; Fri, 9 Dec 2005 09:01:56 +0100 Received: by zproxy.gmail.com with SMTP id 12so847520nzp for ; Fri, 09 Dec 2005 00:01:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=UEFyERQNsXNABpnGsRKzJ9Fylmz5js5L7mqqDOMalKR6miB89PLuQ9A5kJG8Wtnol4pmKHYQKiGWEb3q73IE1YejzzsEJFkBMwE4wd1xOizFqePtTUQDIbSViOZcVj+f1feihp5OCj7Q2kl8nvNynVKicFAFVh1gDYepnbZSwXY= Received: by 10.64.253.17 with SMTP id a17mr3663094qbi; Fri, 09 Dec 2005 00:01:54 -0800 (PST) Received: from azafuse.rokugan.lan ( [82.61.136.77]) by mx.gmail.com with ESMTP id e13sm1864505qba.2005.12.09.00.01.52; Fri, 09 Dec 2005 00:01:53 -0800 (PST) Date: Fri, 9 Dec 2005 09:01:50 +0100 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Message-ID: <20051209090150.3538296c@azafuse.rokugan.lan> In-Reply-To: <20051209054014.3873A340F6@warwind.org> References: <20051208235501.3e5ab489@azafuse.rokugan.lan> <20051209054014.3873A340F6@warwind.org> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.3; x86_64-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-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Thu, 8 Dec 2005 23:40:14 -0600 (CST) jwhyche@warwind.org (Jeff Hyche) wrote: > > This means that you're using the same settings for xvid encoder > > on both systems? Which version of xvid are you using on amd64? > > And transcode version? 1.0.2 or CVS? > Yes, I was using the same settings for the xvid encoder on both > systems. The current version of xvid is 1.1 and the current version > of transcode is 1.02. So, if it's a slowdown it seems to be caused by filters or architecture of transcode. I live transcode session, you can peek wnat's going on on filter pipeline by looking at the transcode status line; The last three values are intereting here. Example (transcode -V) encoding frames [000000-000700], 830.36 fps, EMT: 0:00:28, ( 0| 0| 9) ^ ^ ^ decoder frame queue size ------------------------------------' | | filter frame queue size ----------------------------------------' | encoder frame queue size ------------------------------------------' So, for example, if you have 9 frames waiting into encoder (as here), the encoder itself it's the bottleneck of transcoding session. Unfortunately, this isn't true in all situations. By default, if user don't require to run the frame processing threads (option -u, see manpage for details), the filtering process is taken by encoder code, so in facts encoder filters + encode. > > What about PSNR values? > No clue. What is a PSNR value? :) It's an accepted measure for video and image quality in encoding scene (even on windows! :) ). Read more: http://en.wikipedia.org/wiki/PSNR xvid encoder can calculate the mean PSNR for the encoded frames, so one can get an estimate of how good is doing while tuning the encoder settings. Remember that PSNR is a logaritmic value, so a little difference (~1 dB) can lead to visible differences. Anyway, for my personal taste I don't see valuable differences above ~42 dB. PSNR isn't the definitive metric (it can't catch fully the image quality and can lead to unexpected results in same cases), but at least is an objective measure. > Well there are other options that need to be concidered too. First is > the compiler I used to compile the 64bit transcode with, gcc 4.0. > There maybe some issues with the 64bit code that this compiler > generates. While gcc is a fine compiler there are preformice issues > known when compaired with other compilers from Intel. Yes, this is true in my experience. Sometimes intel compilers just produce faster code. > Gcc has tons > of optimized options, and transcode compiled with -O2 -g as default I > do believe. I'm more convinced that there is a transcode problem, maybe in code, maybe in settings, maybe in both :) > I could go back in to the Makefiles and hand roll the > optimization settings but I find that usually means a fat binary with > no real gain in speed. Definitively agreed. Is not worth doing this IMHO. -O2 is usually enough. > There is one other option, the hardware I'm running could be a piece > of crap too. Well, I'm a big amd64 fan :) Regards, -- Francesco Romani -- Ikitt 'In fact, users don't read /anything/' -- Joel Spolsky void *a, *b; a != b; -- violates patent #437822 From transcode-users-bounces@exit1.org Fri Dec 9 11:01: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id A0BBF126D82 for ; Fri, 9 Dec 2005 11:01:36 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB99tjL6031028; Fri, 9 Dec 2005 10:57:17 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB99tdGT030998 for ; Fri, 9 Dec 2005 10:55:40 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "skylla.slagter.name", Issuer "CA Cert Signing Authority" (verified OK)) by artemis.slagter.name (Postfix) with ESMTP id 51BD81434001 for ; Fri, 9 Dec 2005 10:55:39 +0100 (CET) Received: by skylla.slagter.name (Postfix, from userid 100) id BB48D43C165; Fri, 9 Dec 2005 10:55:35 +0100 (CET) Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051209010006.GA12736@webserver> References: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> <20051208222720.37B4433E07@warwind.org> <20051208235501.3e5ab489@azafuse.rokugan.lan> <20051209010006.GA12736@webserver> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-r64LyiW5NWFFVs3zKZSS" Date: Fri, 09 Dec 2005 10:55:35 +0100 Message-Id: <1134122135.27633.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-r64LyiW5NWFFVs3zKZSS Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-12-08 at 17:00 -0800, Phil Ehrens wrote: > Francesco Romani wrote: > >=20 > > I'm not surprised if this command line leads to a slow transcode > > session, just hqdn3d is a performance-killer filter (and, just > > for the record, it doesn't improve image quality so much, in my > > past test cases). I don't know other filter's performances. > > >=20 > Absolutely true *for live action material*. hqdn3d always slows > processing by 50%, and gives marginal benefits *unless the source > has significant amounts of noise*. >=20 > For anime, hqdn3d is a HUGE win in all cases, however, and is well > worth the time hit. >=20 > The problem I have with this whole thread is that once you learn > to make lavc do your bidding, it blows everything else out of the > water for speed, and *with the right options* the quality is not > compromised. I understand that this is not germane to the discussion, > but I just can't stop myself from saying it. Sue me. Transcoding is > unfortunately a black art, and tool comparisons are impossible for > non experts. IMHO this kind of knowledge can only be achieved by experience, not education (as many posts on this and other lists prove). People using the word "divx" are generally not yet at the right level of experience ;-) Over here we have a saying that goes something like this: "You can take the horse to the water, but you can't persuade it to drink" ;-) --=-r64LyiW5NWFFVs3zKZSS Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwOTA5NTUzNVow IwYJKoZIhvcNAQkEMRYEFPDC4R8OiXwJB4YT2WLtbeMjjR06MHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAduN+oYs1uPIH1EBQSB36lZyK3lWc1T8Q5CFB6UfS7hAt23u1IJc/GaCU mMheOx0TUT1b6BkOYKnbXbFRj4Xzo0G4Km7vbfnamLGp3wpAf6QXCXp+4ux6jQWqujEG3Ksemk54 IXKpPVxugpdv+bHIqScbuk6FwJI3Vdwa1nyqNJoAAAAAAAA= --=-r64LyiW5NWFFVs3zKZSS-- From transcode-users-bounces@exit1.org Fri Dec 9 11:03: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 6C29C126D85 for ; Fri, 9 Dec 2005 11:03:57 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9A0pda031774; Fri, 9 Dec 2005 11:00:58 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=JR_PGP_MIME autolearn=disabled version=3.1.0 Received: from artemis.slagter.name (erik-slagter.demon.nl [83.161.107.130]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9A0kTS031750 for ; Fri, 9 Dec 2005 11:00:48 +0100 Received: from skylla.slagter.name (skylla.slagter.name [172.31.4.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "skylla.slagter.name", Issuer "CA Cert Signing Authority" (verified OK)) by artemis.slagter.name (Postfix) with ESMTP id AD60A1434001 for ; Fri, 9 Dec 2005 11:00:46 +0100 (CET) Received: by skylla.slagter.name (Postfix, from userid 100) id 2635F43C165; Fri, 9 Dec 2005 11:00:43 +0100 (CET) Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools From: Erik Slagter To: transcode Users Mailing List In-Reply-To: <20051209054014.3873A340F6@warwind.org> References: <20051209054014.3873A340F6@warwind.org> Content-Type: multipart/signed; micalg=sha1; protocol="application/x-pkcs7-signature"; boundary="=-O8JsqPu1NeKPeetWrKd3" Date: Fri, 09 Dec 2005 11:00:42 +0100 Message-Id: <1134122443.27633.19.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-3.fc4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org --=-O8JsqPu1NeKPeetWrKd3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2005-12-08 at 23:40 -0600, Jeff Hyche wrote: > > What about PSNR values? > No clue. What is a PSNR value? :) (P?)Signal-to-Noise Ratio, the difference between the "raw" picture and the encoded pictured, measured in dB (so it's non-linear). Usual readings are 40-50 dB. > Well there are other options that need to be concidered too. First is > the compiler I used to compile the 64bit transcode with, gcc 4.0. There > maybe some issues with the 64bit code that this compiler generates. > While gcc is a fine compiler there are preformice issues known when > compaired with other compilers from Intel. Gcc has tons of optimized > options, and transcode compiled with -O2 -g as default I do believe. I > could go back in to the Makefiles and hand roll the optimization > settings but I find that usually means a fat binary with no real gain > in speed. Please note, AFAIK transcode is not yet fully optimised for AMD64. Also please note that gcc is a good compiler, but not the best. The Intel compilers generally generate better code (although this code may run slower on AMD processors...) Maybe AMD has some sort of optimised compiler as well, which the developers of your xvid encoding gui used then. > There is one other option, the hardware I'm running could be a piece of > crap too. ;-) Using AMD64, just be patient. It's a nice platform. --=-O8JsqPu1NeKPeetWrKd3 Content-Type: application/x-pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIILzCCAnIw ggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYDVQQE EwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlqbiBT bGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0BAQEF AAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGYNW5L vevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI0gVv gY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0BzbGFn dGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8WcuJ7Q1 eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xNdkFU mhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPkyITCC AnIwggHboAMCAQICAw/xBDANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMc VGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZy ZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDUxMTI5MTc0MTQ0WhcNMDYxMTI5MTc0MTQ0WjBqMRAwDgYD VQQEEwdTbGFndGVyMRUwEwYDVQQqEwxFcmlrIE1hcnRpam4xHTAbBgNVBAMTFEVyaWsgTWFydGlq biBTbGFndGVyMSAwHgYJKoZIhvcNAQkBFhFlcmlrQHNsYWd0ZXIubmFtZTCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEAtYqGuTSGbsTHZPiKQnNmvpVaxVuBZS6rV5xuKD47J9hz8Vq3Xh4PpuGY NW5Lvevp80oj6sYAhNuU380UNRqALFaer8MtG6fXpvBgq+MCxVQzMyYxAnopqWlZQIUQNQX9wZmI 0gVvgY6vwcXRBXkMyrzm41dy4oFwh+PTj3U+xwcCAwEAAaMuMCwwHAYDVR0RBBUwE4ERZXJpa0Bz bGFndGVyLm5hbWUwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCf5+l4khcSjUOL8Wcu J7Q1eXhSPe0VJEsHSfVJCNFmfFZFiGZNwQRliOuGFxSy+uPb8ZVIZ3cBIen/K0k2hWS6pCiDm3xN dkFUmhWsibmyMoc91I0Re2ZWPmL6isxiyr56Qv7vNz2UHSinLJr/QtsvRv/RKFlcO1gm1wsCOPky ITCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUwEwYDVQQI EwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1 bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMT G1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJl ZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNV BAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAw gYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNa LIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUq VIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1Ud HwQ8MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVs Mi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYf qi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa 9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggJmMIICYgIBATBpMGIxCzAJ BgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQD EyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMAkGBSsOAwIaBQCgggFT MBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA1MTIwOTEwMDA0Mlow IwYJKoZIhvcNAQkEMRYEFMs4XDuNMUJvbaoHDUpsYD36p/VqMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMP8QQwegYLKoZIhvcNAQkQ Agsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBM dGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIDD/EEMA0G CSqGSIb3DQEBAQUABIGAMBEmdXFh8hFE1RHDFYwQmdrjt8RKfn8Hr2OfrC0HpL/YC5CYx2iydkFa U5gnGUrRuzzKQBYgoxi96FPomvAKrdGIYrXcPWwTWzsXV+jRXIwkdK8RcCsiHkfq/6kfUBRC2oko +4zKC0mo9zhvXLHhgUks0oavlYbHXqt0p0I8HIwAAAAAAAA= --=-O8JsqPu1NeKPeetWrKd3-- From transcode-users-bounces@exit1.org Fri Dec 9 17:36: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 1FE9D126D82 for ; Fri, 9 Dec 2005 17:36:03 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9GTFoA010769; Fri, 9 Dec 2005 17:31:42 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=HTML_MESSAGE, MISSING_SUBJECT autolearn=disabled version=3.1.0 Received: from tegmail.turner.com (atlmail4.turner.com [64.236.221.5]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9GKNlr010119 for ; Fri, 9 Dec 2005 17:20:25 +0100 Received: from cnncimss01.turner.com (CNNCIMSS01.turner.com [10.188.169.201]) by tegmail.turner.com (8.12.10/8.12.11) with ESMTP id jB9GK6rc000922 for ; Fri, 9 Dec 2005 11:20:11 -0500 (EST) Received: from ATLBH01.turner.com ([10.188.157.231]) by cnncimss01.turner.com with InterScan Messaging Security Suite; Fri, 09 Dec 2005 11:21:45 -0500 Received: from ATLMSG14.turner.com ([10.188.171.206]) by ATLBH01.turner.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 9 Dec 2005 11:20:05 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5FCDC.6A53378A" Date: Fri, 9 Dec 2005 11:20:05 -0500 Message-ID: <41C4AAB9E5544F44B4BAB2F781AC35125E1CA1@ATLMSG14.turner.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Index: AcX83GnlAuOMEKsYS42U6SSU15y/og== From: "Sudakov, Aleksey" To: X-OriginalArrivalTime: 09 Dec 2005 16:20:05.0979 (UTC) FILETIME=[6A814AB0:01C5FCDC] X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.2!tsvurl@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] (no subject) 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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C5FCDC.6A53378A Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have an old instance of transcode (v0.6.12) that came with = export_mpeg.so. Newer versions of transcode don't have it, so I believe = it got removed for some reason. Could anybody please tell me what it was = based on? Thanks, Aleksey ------_=_NextPart_001_01C5FCDC.6A53378A Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hello,

I have an old instance of transcode = (v0.6.12) that came with export_mpeg.so. Newer versions of transcode = don't have it, so I believe it got removed for some reason. Could = anybody please tell me what it was based on?

Thanks,
Aleksey

------_=_NextPart_001_01C5FCDC.6A53378A-- From transcode-users-bounces@exit1.org Fri Dec 9 17:50: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 88275126D82 for ; Fri, 9 Dec 2005 17:50:30 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9GlGi7013434; Fri, 9 Dec 2005 17:47:30 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_HELO_PASS autolearn=disabled version=3.1.0 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jB9GlChG013411 for ; Fri, 9 Dec 2005 17:47:14 +0100 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.4/8.13.4) with ESMTP id jB9Gl7Su022526 for ; Fri, 9 Dec 2005 08:47:07 -0800 Received: (from phil@localhost) by inferno.slug.org (8.13.4/8.13.4/Submit) id jB9Gl5ji022525 for transcode-users@exit1.org; Fri, 9 Dec 2005 08:47:05 -0800 Date: Fri, 9 Dec 2005 08:47:05 -0800 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] DVD to Xvid, Linux VS Windows tools Message-ID: <20051209164704.GA22096@webserver> References: <130a94d30512070924t3553f535ka19e1250410d0c4b@mail.gmail.com> <20051208222720.37B4433E07@warwind.org> <20051208235501.3e5ab489@azafuse.rokugan.lan> <20051209010006.GA12736@webserver> <1134122135.27633.13.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1134122135.27633.13.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Erik Slagter wrote: > On Thu, 2005-12-08 at 17:00 -0800, Phil Ehrens wrote: > > > > The problem I have with this whole thread is that once you learn > > to make lavc do your bidding, it blows everything else out of the > > water for speed, and *with the right options* the quality is not > > compromised. I understand that this is not germane to the discussion, > > but I just can't stop myself from saying it. Sue me. Transcoding is > > unfortunately a black art, and tool comparisons are impossible for > > non experts. > > IMHO this kind of knowledge can only be achieved by experience, not > education (as many posts on this and other lists prove). People using > the word "divx" are generally not yet at the right level of > experience ;-) People using any word other than "lavc" are suspect in my book ;^) And the more experience you have the more cautious you become about stating absolutes. For example: I am still reeling from my realization that trell is always a win, even if using it causes strange fringing artifacts, because the artifacts are due to the playback equipment not being up to rendering fine, well encoded parallel lines ;^) And then there is the one about "you can't recover what isn't there"... but you don't know if it's there until you try to recover it... If you denoise heavily and the picture goes all fuzzy, then there was nothing there to recover. If you denoise heavily and nothing happens at all there was no noise. If you denoise heavily and your VHS source suddenly looks like dvd you hit the jackpot. All three of these things have happened to me in the last two weeks. At this point I am happy to say that I am a small e expert in encoding anime. That is as far as I am willing to go after nearly 3 years (and about a thousand hours of transcoding) at this game. Live action still baffles me utterly. I have added some notes about transcoding "mp4" anime files to dvd at: http://inferno.slug.org/cgi-bin/wiki?AviToVob You will need to have a recent cvs version of mplayer for this to work properly. Transcode rocks!! From transcode-users-bounces@exit1.org Mon Dec 12 06:57: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E2128126D82 for ; Mon, 12 Dec 2005 06:57:44 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jBC5i8Ca006603; Mon, 12 Dec 2005 06:47:13 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from mail231.csoft.net (qmailr@resin.csoft.net [63.111.22.86]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with SMTP id jBC5i4IT006587 for ; Mon, 12 Dec 2005 06:44:06 +0100 Received: (qmail 3422 invoked from network); 12 Dec 2005 05:45:03 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 12 Dec 2005 05:45:03 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Sun, 11 Dec 2005 21:44:01 PST (sender jakemsr@puff.jakemsr.gom) Date: Sun, 11 Dec 2005 21:44:01 -0800 From: Jacob Meuser To: transcode Users Mailing List Subject: Re: [transcode-users] (no subject) Message-ID: <20051212054401.GA25809@puff.jakemsr.gom> Mail-Followup-To: transcode Users Mailing List References: <41C4AAB9E5544F44B4BAB2F781AC35125E1CA1@ATLMSG14.turner.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C4AAB9E5544F44B4BAB2F781AC35125E1CA1@ATLMSG14.turner.com> User-Agent: Mutt/1.4.2i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On Fri, Dec 09, 2005 at 11:20:05AM -0500, Sudakov, Aleksey wrote: > Hello, > > I have an old instance of transcode (v0.6.12) that came with export_mpeg.so. Newer versions of transcode don't have it, so I believe it got removed for some reason. Could anybody please tell me what it was based on? because it was unmaintained code. transcode has always been "glue" between encoders and decoders that are maintained by other projects. the export_mpeg module was an interface to bbmpeg. bbmpeg development ended long ago. use export_mpeg2enc or export_ffmpeg. -- From transcode-users-bounces@exit1.org Mon Dec 12 12:57: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.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id E0A17126D82 for ; Mon, 12 Dec 2005 12:57:28 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jBCBh9dB001098; Mon, 12 Dec 2005 12:45:56 +0100 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.0 Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by fries.zyn.de (8.13.4/8.13.4/Debian-3) with ESMTP id jBCBh2d5001074 for ; Mon, 12 Dec 2005 12:43:03 +0100 Received: by wproxy.gmail.com with SMTP id 69so1738339wri for ; Mon, 12 Dec 2005 03:42:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BLCHlltMQKSXWqfcx+WiJx5KvjMQEPkeMg/cq56FFRoqenKt9Aod/ZVDC9a2F9aBysGDV6Oxlq5+dNXOpV1g7qPh/b7g+OGK8k/D3jnca/HtkyiVBOVmpmzUW5wLhuVW7DxcI0v2WCsIEATjq6A4TyCMXZQ+gAjtFj8cXVOn+tk= Received: by 10.65.20.13 with SMTP id x13mr5542803qbi; Mon, 12 Dec 2005 03:42:57 -0800 (PST) Received: by 10.65.206.9 with HTTP; Mon, 12 Dec 2005 03:42:57 -0800 (PST) Message-ID: Date: Mon, 12 Dec 2005 09:42:57 -0200 From: Bruno de Oliveira Schneider To: transcode Users Mailing List Subject: Re: [transcode-users] reusing logs from first pass In-Reply-To: <200512082343.25509.spambouncer@skraemer.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <200512082343.25509.spambouncer@skraemer.de> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id jBCBh2d5001074 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 2.5.20051208.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-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org On 12/8/05, Sebastian Krämer wrote: > On Thursday 08 December 2005 14:09, Bruno de Oliveira Schneider wrote: > > Sometimes, after the second pass (-R 2), the resulting video is not > > quite the size I want, and I go for another encoding with a slightly > > different bitrate. Can skip the first pass and reuse the log > > (divx4.log) from the first pass? > > Try to just re-run with -R 2 and another bitrate.. Can anyone elaborate on this, please? -- Bruno de Oliveira Schneider http://www.dcc.ufla.br/~bruno/ From transcode-users-bounces@exit1.org Mon Dec 12 14:10:23 2005 Return-Path: X-Original-To: itdp@fh-biergarten.de Delivered-To: itdp@localhost Received: from fries.zyn.de (fries.zyn.de [213.239.207.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kliche.org (Postfix) with ESMTP id 78219126D82 for ; Mon, 12 Dec 2005 14:10:23 +0100 (CET) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/De