From transcode-users-bounces@exit1.org Sat Jul 1 00:04:40 2006 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 EA0E8126D84 for ; Sat, 1 Jul 2006 00:04:40 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5ULvNJQ010006; Fri, 30 Jun 2006 23:59:19 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5ULvI8P009988 for ; Fri, 30 Jun 2006 23:57:20 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k5ULvCVD012318 for ; Fri, 30 Jun 2006 14:57:13 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k5ULvC0u012317 for transcode-users@exit1.org; Fri, 30 Jun 2006 14:57:12 -0700 Date: Fri, 30 Jun 2006 14:57:12 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Script Posting? Message-ID: <20060630215712.GA12206@webserver> References: <20060630002302.73f2baf2@azafuse.rokugan.lan> <000001c69bd1$a224aae0$0201a8c0@Satellite> <1151633180l.1950l.2l@jackass> <20060630154132.GE10297@webserver> <44A59B68.7050204@emenaker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44A59B68.7050204@emenaker.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Joe Emenaker wrote: > Phil Ehrens wrote: > >Yes, please stick with shell. Perl has too much syntactical sugar > >to be used for anything longer than one line of less than 32 > >characters. As long as you code in shell at least SOMEBODY else > >will be able to understand your script. > > > Well, mine's going to be in Perl because I think that it's far more > difficult to make something robust in Bourne shell. I'm going to use it > to learn object-oriented Perl (even though I consider that to be an > oxymoron). > > My plan for the usage would be something like this: > > my $probe = MPlayerProbe->new($filename); > unless($probe->hasErrors()) { > print "Audio format is :" . $probe->audioStream()->format(); . "\n"; > print "Video bitrate :" . $probe->videoStream()->bitrate() . "\n"; > print "The appropriate video import flags for transcode would be : > " . $probe->videoStream()->transcodeImportFlags() . "\n"; > }else { > print $probe->getErrors(); > } > > You get the idea..... Yes... You intend to probe with a polymorphic object, which is perverse. From transcode-users-bounces@exit1.org Sat Jul 1 00:16:01 2006 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 C532E126D84 for ; Sat, 1 Jul 2006 00:16:01 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5UMA1CI010677; Sat, 1 Jul 2006 00:10:14 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5UM9p1m010659 for ; Sat, 1 Jul 2006 00:09:54 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 6BF1281C23 for ; Fri, 30 Jun 2006 17:09:38 -0500 (CDT) Date: Fri, 30 Jun 2006 22:09:37 +0000 From: Jeff Hyche Subject: Re: [transcode-users] Script Posting? To: transcode Users Mailing List References: <20060630002302.73f2baf2@azafuse.rokugan.lan> <000001c69bd1$a224aae0$0201a8c0@Satellite> <1151633180l.1950l.2l@jackass> <20060630154132.GE10297@webserver> In-Reply-To: <44A59B68.7050204@emenaker.com> (from joe@emenaker.com on Fri Jun 30 16:45:12 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1151705377l.2391l.5l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k5UM9p1m010659 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 06/30/2006 04:45:12 PM, Joe Emenaker wrote: > Phil Ehrens wrote: >> Yes, please stick with shell. Perl has too much syntactical sugar >> to be used for anything longer than one line of less than 32 >> characters. As long as you code in shell at least SOMEBODY else >> will be able to understand your script. >> > Well, mine's going to be in Perl because I think that it's far more > difficult to make something robust in Bourne shell. I'm going to use > it to learn object-oriented Perl (even though I consider that to be > an oxymoron). > > My plan for the usage would be something like this: Oh yeah, I'll be sticking with Borne shell. Looking at perl code makes my eyes glaze over and my brain heads off for its happy place. Robust code can be written in shell some one takes the time to do it. I've seen shell code that looks like C code. I've also seen applications that sell for a few grand that are really nothing but but fat shell scripts. I've got a complex back up script that I pried off a AIX machine that makes me want to cry when I look at it. At least the next incarnation will be shell script. I want to put a GUI wrapper around the incarnation after that. I'm just not sure what I'll write that in. Oh the possibilities. Excuse me, but I have to go take a bottle of aspirin and lay down now. Jeff From transcode-users-bounces@exit1.org Sat Jul 1 01:45:52 2006 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 0F6F3126D84 for ; Sat, 1 Jul 2006 01:45:52 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5UNccwB014049; Sat, 1 Jul 2006 01:39:11 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from scully (www.ocob.org [129.65.185.9]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k5UNcUC6014006 for ; Sat, 1 Jul 2006 01:38:32 +0200 Received: from [129.65.91.128] (damien.cob.calpoly.edu [::ffff:129.65.91.128]) (AUTH: PLAIN jemenake, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by scully with esmtp; Fri, 30 Jun 2006 16:38:24 -0700 id 0026401F.44A5B5F0.00006019 Message-ID: <44A5B5F0.9030500@emenaker.com> Date: Fri, 30 Jun 2006 16:38:24 -0700 From: Joe Emenaker User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="=_scully-24601-1151710704-0001-2" To: transcode Users Mailing List Subject: Re: [transcode-users] Script Posting? References: <20060630002302.73f2baf2@azafuse.rokugan.lan> <000001c69bd1$a224aae0$0201a8c0@Satellite> <1151633180l.1950l.2l@jackass> <20060630154132.GE10297@webserver> <44A59B68.7050204@emenaker.com> <20060630215712.GA12206@webserver> In-Reply-To: <20060630215712.GA12206@webserver> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_scully-24601-1151710704-0001-2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Phil Ehrens wrote: > Yes... You intend to probe with a polymorphic object, which > is perverse. > Why is it polymorphic? My only intent is to encapsulate all of the mplayer probing behind an interface that, basically, tells you two things: 1 - Whether all of the info returned by mplayer agree? (ie, did all of the lines reporting on the audio samplerate match? Did all of the lines reporting the container type match?). If not, then something has gone amiss and you should probably abort transcoding and look at the file manually. 2 - If all of the info returned by mplayer makes sense, then you can easily get those individual values. Where's the polymorphism? - Joe --=_scully-24601-1151710704-0001-2 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJOTCC AvcwggJgoAMCAQICEHKE5d1CKe8zTbgKdGEGRgUwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDQwNzAxMTI1MFoX DTA3MDQwNzAxMTI1MFowXzERMA8GA1UEBBMIRW1lbmFrZXIxDzANBgNVBCoTBkpvc2VwaDEY MBYGA1UEAxMPSm9zZXBoIEVtZW5ha2VyMR8wHQYJKoZIhvcNAQkBFhBqb2VAZW1lbmFrZXIu Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwxNyoeJ17aD/6pq7mkqe0BZF c4K39d3cuPt567B/opDnQxnDQOX4mFW6P7gsemvZYqMozp7Sa3gfwxEWxTs7nAyvc3JSIpxq GTwnh742VIMueoOj/SMeiPXKFICpiu0+TkZxUbJqHptZAJBJG3hSeoe5j1VqnJMuRACcaDeO Xz8sZBxHEw5YBrKxCpGzgGDsKsk6rSxcu0Rf4bX7KanNirNdfUqEVP9rmXT3GvT3AxD9Q5BF EqD2Y9E1IiS4YJVL8EUyP9bDftitFGJflm3cHqftPb+ujumxHG0AzaIzcFW9ELPr/flZhbet 9KUiKubH6AGaW4GTAwoh/I4F5XDLyQIDAQABoy0wKzAbBgNVHREEFDASgRBqb2VAZW1lbmFr ZXIuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAT6IcAjwZUWVbJZ1rLdsh 1GvQu1Yo9BLq6fSs/E3Ljm+HSc/VvqY1iuSJNbkyinDjxPWqkfFmwTSbVoBaXAQi1PHCfx5F 6//bd3b73gFJm6/BL5mQpb4pdEdrKGci1d7bw1n9ncr0S9h9yvAdEn0zTmspt/ormep2G7bI e5EdgfEwggL3MIICYKADAgECAhByhOXdQinvM024CnRhBkYFMA0GCSqGSIb3DQEBBAUAMGIx CzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSww KgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNjA0MDcw MTEyNTBaFw0wNzA0MDcwMTEyNTBaMF8xETAPBgNVBAQTCEVtZW5ha2VyMQ8wDQYDVQQqEwZK b3NlcGgxGDAWBgNVBAMTD0pvc2VwaCBFbWVuYWtlcjEfMB0GCSqGSIb3DQEJARYQam9lQGVt ZW5ha2VyLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMTcqHide2g/+qa u5pKntAWRXOCt/Xd3Lj7eeuwf6KQ50MZw0Dl+JhVuj+4LHpr2WKjKM6e0mt4H8MRFsU7O5wM r3NyUiKcahk8J4e+NlSDLnqDo/0jHoj1yhSAqYrtPk5GcVGyah6bWQCQSRt4UnqHuY9VapyT LkQAnGg3jl8/LGQcRxMOWAaysQqRs4Bg7CrJOq0sXLtEX+G1+ympzYqzXX1KhFT/a5l09xr0 9wMQ/UOQRRKg9mPRNSIkuGCVS/BFMj/Ww37YrRRiX5Zt3B6n7T2/ro7psRxtAM2iM3BVvRCz 6/35WYW3rfSlIirmx+gBmluBkwMKIfyOBeVwy8kCAwEAAaMtMCswGwYDVR0RBBQwEoEQam9l QGVtZW5ha2VyLmNvbTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAE+iHAI8GVFl WyWday3bIdRr0LtWKPQS6un0rPxNy45vh0nP1b6mNYrkiTW5Mopw48T1qpHxZsE0m1aAWlwE ItTxwn8eRev/23d2+94BSZuvwS+ZkKW+KXRHayhnItXe28NZ/Z3K9EvYfcrwHRJ9M05rKbf6 K5nqdhu2yHuRHYHxMIIDPzCCAqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UE BhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl cyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJ KoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAw MFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25z dWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJ c3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1 BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwL B+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZ cmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYy aHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYD VR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODAN BgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82 L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr3 94fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCA2QwggNgAgEBMHYwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhByhOXdQinvM024 CnRhBkYFMAkGBSsOAwIaBQCgggHDMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTA2MDYzMDIzMzgyNFowIwYJKoZIhvcNAQkEMRYEFKpfPun5EHyi+8Vvm6gx Poo8NWW1MFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGFBgkrBgEEAYI3EAQxeDB2 MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQu MSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQcoTl3UIp 7zNNuAp0YQZGBTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQK ExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29u YWwgRnJlZW1haWwgSXNzdWluZyBDQQIQcoTl3UIp7zNNuAp0YQZGBTANBgkqhkiG9w0BAQEF AASCAQDAKCpn5xmxfg23gGS8ubM8BPbiU+SAKC6YKcX05BJDSCZ3VAFvVPP73HTJkD6hzZJC wFVB2KgKhBgL448KoEm4Nfnxhqsed3G+bvG2nWcI5cxyV6satftK4VZaZy+xnM+4vfjj/0cR 3TWs1/N1bBXQG5y2GuKsRn9D+27DDRwpZXymHgQkfpGclFdQEnXNbKVCDruaQQVJ0Cgfn/AL 2epHVrUzxCV2khEK3TYVonOj3gEyVv0mWmPntlIS1sFqkvqEGteo7RIMwf7nEZ/2rtY+iuWa mobDluxGI9c6FjWCCyzCf1wBJ4CgDVfThi2YN74J0rlEZsNDkiCaWZl8E4ExAAAAAAAA --=_scully-24601-1151710704-0001-2-- From transcode-users-bounces@exit1.org Sat Jul 1 09:36:32 2006 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 AEC74126D83 for ; Sat, 1 Jul 2006 09:36:32 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k617PShW000878; Sat, 1 Jul 2006 09:26:30 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k617PKhv000862 for ; Sat, 1 Jul 2006 09:25:22 +0200 Received: by nf-out-0910.google.com with SMTP id x30so281105nfb for ; Sat, 01 Jul 2006 00:25:20 -0700 (PDT) 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=P1ExhWGiPBMSABNgtazUlVgILTdSFry/UaXCl/y5/EvwpkimRl9kAaFClkdLvmSgQviK+E9tNhYLT8XVBBsuu1TUEctX1Dn934a5mP7tj4feoAYPUEqeyhV0oyB3xco8YmFq4bHcYEzePkkZ5eHE3es1Tk4swhkPK0053A18+dA= Received: by 10.48.240.10 with SMTP id n10mr843982nfh; Sat, 01 Jul 2006 00:25:20 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.11.193.163]) by mx.gmail.com with ESMTP id o45sm2353867nfa.2006.07.01.00.25.20; Sat, 01 Jul 2006 00:25:20 -0700 (PDT) Date: Sat, 1 Jul 2006 09:25:18 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] cannot open shared object file Message-ID: <20060701092518.3b1a4a2d@azafuse.rokugan.lan> In-Reply-To: <44A4F3D3.80503@in.v2solutions.com> References: <44A4F3D3.80503@in.v2solutions.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; 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: 3.1.20060624.1@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, 30 Jun 2006 15:20:11 +0530 Vicky Budhiraja wrote: [...] > [root@localhost ]# transcode -i test02-Jun_26.vnc -g 800x600 -y xvid -o > sss.avi -k Isn't recommended (and usually there is no need) to use transcode as root! We've two different errors: [...] > [transcode] warning : libavcodec.so.51: cannot open shared object file: > No such file or directory transcode binary can't open libavcodec. Isn't trivial to debug this issue, it depends mainily by how transcode was compiled/installed and/or by how transcode package, if used, was made. > [transcode] warning : (dl_loader.c) loading > "/usr/local/lib/transcode/export_xvid.so" failed > [transcode] warning : (encoder.c) loading video export module failed > [transcode] warning : failed to init export modules > [transcode] critical: plug-in initialization failed The blocking error was this (but previous error deserve a solution too, since it can lead to nasty errors). transcode binary can't find the xvid export module. Quick debug checklist: 1) make sure that xvid codec version *at least* 0.9.x (but version 1.0.x are highly recommended, 1.1.0 even better) is installed together with development package. 2) make sure that installed transcode package was compiled with xvid codec support (disabled by default) 3) if above conditions are satisfied, and -y xvid still not works, please try using -y xvid2 or -y xvid4 and report results here Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) From transcode-users-bounces@exit1.org Mon Jul 3 00:18:13 2006 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 90EFA126D82 for ; Mon, 3 Jul 2006 00:18:13 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62MAl7R019890; Mon, 3 Jul 2006 00:12:31 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62MAdwH019875 for ; Mon, 3 Jul 2006 00:10:44 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 155C7778D6 for ; Sun, 2 Jul 2006 17:10:29 -0500 (CDT) Date: Sun, 02 Jul 2006 22:10:28 +0000 From: Jeff Hyche To: transcode-users@exit1.org X-Mailer: Balsa 2.3.4 Message-Id: <1151878228l.11919l.0l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k62MAdwH019875 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Stargate SG-1 Season 6 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 probably not the best place to ask this but has anyone successfully transcoded this? I've done seasons 1-5 without any problems but when I do season 6 I can't get the audio an video to sync up. It starts on track but as it gets farther into the video is loses sync. I've had this problem before but usually all I have to do is frob a few switches and it clears up. Not this time. I've done everything I know, I even loaded it over on the windows box to try it with AutoGK. A program I've never known to fail until now. I've tossed everything I know at it. Now I'm just trying different things like frame rate conversion filters. I'm even frobing -D to back the video up and audio. I'm having some luck with the -D option but I can't get it quite right. Suggestions would be most helpful. Jeff From transcode-users-bounces@exit1.org Mon Jul 3 00:49:19 2006 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 DF9A1126D82 for ; Mon, 3 Jul 2006 00:49:19 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62Mjblq020741; Mon, 3 Jul 2006 00:45:54 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mailout.stusta.mhn.de (emailhub.stusta.mhn.de [141.84.69.5]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with SMTP id k62MjYFu020725 for ; Mon, 3 Jul 2006 00:45:35 +0200 Received: (qmail 4708 invoked from network); 2 Jul 2006 22:45:29 -0000 Received: from r064160.stusta.swh.mhn.de (HELO mc2) (10.150.64.160) by mailout.stusta.mhn.de with SMTP; 2 Jul 2006 22:45:29 -0000 From: Siegfried Wolkenstein To: transcode Users Mailing List Subject: Re: [transcode-users] Stargate SG-1 Season 6 Date: Mon, 3 Jul 2006 00:45:52 +0200 User-Agent: KMail/1.9.3 References: <1151878228l.11919l.0l@jackass> In-Reply-To: <1151878228l.11919l.0l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607030045.53155.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Monday 03 July 2006 00:10, Jeff Hyche wrote: > This is probably not the best place to ask this but has anyone > successfully transcoded this? I've done seasons 1-5 without any > problems but when I do season 6 I can't get the audio an video to sync > up. It starts on track but as it gets farther into the video is loses > sync. I've had this problem before but usually all I have to do is > frob a few switches and it clears up. Not this time. I've done > everything I know, I even loaded it over on the windows box to try it > with AutoGK. A program I've never known to fail until now. > > I've tossed everything I know at it. Now I'm just trying different > things like frame rate conversion filters. I'm even frobing -D to back > the video up and audio. I'm having some luck with the -D option but I > can't get it quite right. > > Suggestions would be most helpful. > > Jeff I have no solution for this, but I usually demux my videos first and never get unsynced results try projectx. From transcode-users-bounces@exit1.org Mon Jul 3 01:12:45 2006 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 AEE71126D82 for ; Mon, 3 Jul 2006 01:12:45 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62N97nB021786; Mon, 3 Jul 2006 01:09:19 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62N92g0021767 for ; Mon, 3 Jul 2006 01:09:03 +0200 Received: from [68.45.232.191] (c-68-45-232-191.hsd1.nj.comcast.net[68.45.232.191]) by comcast.net (sccrmhc12) with ESMTP id <2006070223085501200su5hve>; Sun, 2 Jul 2006 23:08:56 +0000 Message-ID: <44A8527E.6020806@martnet.com> Date: Sun, 02 Jul 2006 19:10:54 -0400 From: Joe Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060607 Fedora/1.0.2-1.fc5 SeaMonkey/1.0.2 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: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcode hangs on Fedora Core 5 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'm trying to use dvd::rip on Fedora Core 5, with transcode and dependencies installed from Freshrpms. I originally posted on the dvd::rip list, where other users reported success with the same components installed. We couldn't find any difference with our installations, except mine doesn't work. Here's the top of that thread: http://www.exit1.org/archive/dvdrip-users/2006-06/msg00065.html The problems do seem to be with transcode, so I was sent over here ;-) I am nearly clueless when it comes to video: much of the transcode man page I haven't read; more of it I have read but don't understand. Anything can happen. I can use transcode directly to rip a chapter successfully, like so: $ transcode -i /dev/dvd -x dvd -J extsub2 -U my_movie \ -y xvid -w 1618 -T 1,5-5 So the basics seem to be ok. The main problem at this point is when dvd::rip tries to grab a preview image: transcode never exits and I have to cancel it in dvd::rip. From the dvd::rip log, I pulled out the essential command that dvd::rip is running and narrowed it down to this: $ transcode -o snapshot -y ppm,null -x vob,null -i \ /mnt/dvdrip/swi/vob/001-C005/ -c 2-3 This should extract frame 2 as "snapshot__.ppm" from a previously ripped vob file, and it does, except transcode never exits after the ppm file is created. Here's the output: --------------------- $ transcode -o snapshot -y ppm,null -x vob,null -i /mnt/dvdrip/swi/vob/001-C005/ -c 2-3 transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg Deleting quicktime codecs [transcode] (probe) suggested AV correction -D 7 (291 ms) | AV 312 ms | 20 ms [transcode] auto-probing source /mnt/dvdrip/swi/vob/001-C005/ (ok) [transcode] V: import format | MPEG-2 (V=vob|A=null) [transcode] V: AV demux/sync | (2) initial MPEG sequence / enforce frame rate[transcode] V: import frame | 720x480 1.50:1 encoded @ 16:9 [transcode] V: bits/pixel | 0.217 [transcode] V: decoding fps,frc | 23.976,1 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2001 AC3/A52 [48000,16,2] 448 kbps [transcode] A: export | disabled [transcode] V: encoding fps,frc | 23.976,1 [transcode] A: bytes per frame | 8008 (8008.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 @ 720x480 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_vob.so] v0.6.0 (2003-10-02) (video) MPEG-2 | (audio) MPEG/AC3/PCM | (subtitle) [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_ppm.so] v0.1.1 (2002-02-14) (video) PPM/PGM | (audio) MPEG/AC3/PCM [import_vob.so] tccat -i "/mnt/dvdrip/swi/vob/001-C005/" -t vob -d 0 -S 0 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/filemY6C7G -d 0 | tcextract -t vob -a 0 -x mpeg2 -d 0 | tcdecode -x mpeg2 -d 0 -y yv12 tc_memcpy: using sse for memcpy [decode_mpeg2.c] libmpeg2 0.4.0b loop decoder [decode_mpeg2.c] libmpeg2 acceleration: 3dnow --------------------- At this point, the output file is complete, but transcode never exits. I type C-c a couple of times and then C-\: --------------------- [transcode] (sighandler) SIGINT received [transcode] (sighandler) SIGINT received sh: line 1: 6449 Broken pipe tccat -i "/mnt/dvdrip/swi/vob/001-C005/" -t vob -d 0 -S 0 6450 | tcdemux -s 0x80 -x mpeg2 -S 0 -M 2 -f 23.976024 -P /tmp/filemY6C7G -d 0 6451 | tcextract -t vob -a 0 -x mpeg2 -d 0 6452 Quit | tcdecode -x mpeg2 -d 0 -y yv12 Quit --------------------- This is exactly what happens from dvd::rip, so I think it really is a problem in transcode. I'd sure appreciate some suggestions as what to try next. 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 89CD5126D82 for ; Mon, 3 Jul 2006 01:39:52 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62NaZTU022339; Mon, 3 Jul 2006 01:37:01 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k62NaT8E022322 for ; Mon, 3 Jul 2006 01:36:31 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 3D1E576F97 for ; Sun, 2 Jul 2006 18:36:15 -0500 (CDT) Date: Sun, 02 Jul 2006 23:36:10 +0000 From: Jeff Hyche Subject: Re: [transcode-users] Stargate SG-1 Season 6 To: transcode Users Mailing List References: <1151878228l.11919l.0l@jackass> In-Reply-To: <200607030045.53155.rough_rough@gmx.de> (from rough_rough@gmx.de on Sun Jul 2 17:45:52 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1151883370l.11919l.1l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k62NaT8E022322 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/02/2006 05:45:52 PM, Siegfried Wolkenstein wrote: > > I have no solution for this, but I usually demux my videos first and > never get > unsynced results > > try projectx. > > AutoGK does that too, demuxs them first. I'm going to try that now. What is ProjectX? Jeff From transcode-users-bounces@exit1.org Mon Jul 3 04:26:19 2006 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 1E9DD126D82 for ; Mon, 3 Jul 2006 04:26:19 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k632FrdE026932; Mon, 3 Jul 2006 04:17:27 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k632Fbm7026916 for ; Mon, 3 Jul 2006 04:15:44 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 0FB6077C1A for ; Sun, 2 Jul 2006 21:15:29 -0500 (CDT) Date: Mon, 03 Jul 2006 02:15:29 +0000 From: Jeff Hyche Subject: Re: [transcode-users] Stargate SG-1 Season 6 To: transcode Users Mailing List References: <1151878228l.11919l.0l@jackass> In-Reply-To: <1151883370l.11919l.1l@jackass> (from jwhyche@warwind.org on Sun Jul 2 18:36:10 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1151892929l.11919l.2l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k632Fbm7026916 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/02/2006 06:36:10 PM, Jeff Hyche wrote: > On 07/02/2006 05:45:52 PM, Siegfried Wolkenstein wrote: > >> >> I have no solution for this, but I usually demux my videos first and >> never get >> unsynced results >> >> try projectx. >> >> > > AutoGK does that too, demuxs them first. I'm going to try that now. > What is ProjectX? > > Jeff > Demuxing didnt' work ether. Acutally I really made a mess of it. Jeff From transcode-users-bounces@exit1.org Mon Jul 3 08:25:07 2006 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 9D359126D82 for ; Mon, 3 Jul 2006 08:25:07 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k636Jkpb007379; Mon, 3 Jul 2006 08:21:09 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k636Jc4d007363 for ; Mon, 3 Jul 2006 08:19:41 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 0545534D5F for ; Mon, 3 Jul 2006 01:19:28 -0500 (CDT) Date: Mon, 03 Jul 2006 06:19:28 +0000 From: Jeff Hyche Subject: Re: [transcode-users] Stargate SG-1 Season 6 To: transcode Users Mailing List References: <1151878228l.11919l.0l@jackass> In-Reply-To: <1151892929l.11919l.2l@jackass> (from jwhyche@warwind.org on Sun Jul 2 21:15:29 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1151907568l.11919l.3l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k636Jc4d007363 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/02/2006 09:15:29 PM, Jeff Hyche wrote: > On 07/02/2006 06:36:10 PM, Jeff Hyche wrote: >> On 07/02/2006 05:45:52 PM, Siegfried Wolkenstein wrote: >> >>> >>> I have no solution for this, but I usually demux my videos first and >>> never get >>> unsynced results >>> >>> try projectx. >>> > Just on a whim I fed it to dvd::rip and it came out right. After examining dvd::rip's logs these are the commands that I've salvaged to get it right. tcdemux -i 601_-_Redemption_Part_1.VOB -W > nav.log transcode -H 10 -a 0 -x vob -i 601_-_Redemption_Part_1.VOB -w 1573,50 -A -N 0x2000 -J 32detect=force_mode=3 -f 24,1 -M 2 -R 1 -y xvid4,null --psu_mode --nav_seek ./nav.log --no_split -o /dev/null --print_status 20 Jeff From transcode-users-bounces@exit1.org Mon Jul 3 08:56:14 2006 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 381A8126D82 for ; Mon, 3 Jul 2006 08:56:14 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k636mRfL008127; Mon, 3 Jul 2006 08:49:40 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k636mPBb008112 for ; Mon, 3 Jul 2006 08:48:26 +0200 Received: by nf-out-0910.google.com with SMTP id x30so533584nfb for ; Sun, 02 Jul 2006 23:48:24 -0700 (PDT) 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=LwmZLnFFV5RpIRaEmNdTPuLmHJjOwSmYbvpURea3zLZLYqCaOCtLqCZl0Vwb6k/w/KWpQ/+ceLfHmh1DnFbD7DTISzLm9A9aT9TmH4+5jVRuNtJGL0+O3NNequS82jyocuY8OHxeyW86IvVuGXSC6W6sr3e6/hMjjwUR1hUVlYU= Received: by 10.48.202.15 with SMTP id z15mr2101380nff; Sun, 02 Jul 2006 23:48:24 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.11.206.63]) by mx.gmail.com with ESMTP id m16sm2665381nfc.2006.07.02.23.48.23; Sun, 02 Jul 2006 23:48:24 -0700 (PDT) Date: Mon, 3 Jul 2006 08:48:22 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] transcode hangs on Fedora Core 5 Message-ID: <20060703084822.1aa7a5f6@azafuse.rokugan.lan> In-Reply-To: <44A8527E.6020806@martnet.com> References: <44A8527E.6020806@martnet.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; 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: 3.1.20060624.1@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, 02 Jul 2006 19:10:54 -0400 Joe Smith wrote: Hi, > I'm trying to use dvd::rip on Fedora Core 5, with transcode and > dependencies installed from Freshrpms. I originally posted on the > dvd::rip list, where other users reported success with the same > components installed. We couldn't find any difference with our > installations, except mine doesn't work. It's possibly, event if is very unlikely, that's a fedora-specific issue; I still lacks a fedora installation here, so I can't check how transcode behaves on such platform. [...] > $ transcode -o snapshot -y ppm,null -x vob,null -i \ > /mnt/dvdrip/swi/vob/001-C005/ -c 2-3 > > This should extract frame 2 as "snapshot__.ppm" from a previously ripped > vob file, and it does, except transcode never exits after the ppm file > is created. OK, there is a couple of things to try. First, try the above command using a single file, *and* possibly using a well-understood file format like AVI: $ transcode -o snapshot -y ppm,null -x ffmpeg,null -i file.mpg -c 2-3 $ transcode -o snapshot -y ppm,null -x ffmpeg,null -i file.avi -c 2-3 And see if either commands ends correctly and produce correct snapshot. They of course are supposed to do so ;) If one of above commands fails, please report here the situation. Otherwise, let's see if you're ran into the Vicious Directory Mode bug[1]: $ transcode -x vob,null -i /some/dir/with/multiple/files/ Please report if this commands ends succesfully: it may take some time since it's supposed to read all frames of all files contained in given inpout directory, without doing anything else. best regards, +++ [1] A *really* annoying known bug, I know perfectly. Still not fixed. It has a pretty high priority on my TODO list (see hp below), and I have some ideas on how to fix it, but isn't trivial to fix. *properly*. -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) From transcode-users-bounces@exit1.org Mon Jul 3 18:30:10 2006 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 3ADAE126D90 for ; Mon, 3 Jul 2006 18:30:10 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63GJ0wG028440; Mon, 3 Jul 2006 18:22:34 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63GIsYi028418 for ; Mon, 3 Jul 2006 18:18:56 +0200 Received: from [68.45.232.191] (c-68-45-232-191.hsd1.nj.comcast.net[68.45.232.191]) by comcast.net (sccrmhc13) with ESMTP id <2006070316184801300b2o0ke>; Mon, 3 Jul 2006 16:18:48 +0000 Message-ID: <44A943E1.9020204@martnet.com> Date: Mon, 03 Jul 2006 12:20:49 -0400 From: Joe Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060607 Fedora/1.0.2-1.fc5 SeaMonkey/1.0.2 MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] transcode hangs on Fedora Core 5 References: <44A8527E.6020806@martnet.com> <20060703084822.1aa7a5f6@azafuse.rokugan.lan> In-Reply-To: <20060703084822.1aa7a5f6@azafuse.rokugan.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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: > On Sun, 02 Jul 2006 19:10:54 -0400 > Joe Smith wrote: > ... >> This should extract frame 2 as "snapshot__.ppm" from a previously ripped >> vob file, and it does, except transcode never exits after the ppm file >> is created. > > OK, there is a couple of things to try. First, try the above command > using a single file, *and* possibly using a well-understood file format > like AVI: > > $ transcode -o snapshot -y ppm,null -x ffmpeg,null -i file.mpg -c 2-3 > $ transcode -o snapshot -y ppm,null -x ffmpeg,null -i file.avi -c 2-3 Thanks for all your efforts Francesco--very much appreciated! Ok, I converted the same dvd chapter vob to an avi, then extracted a frame from that: $ transcode -i /mnt/tmp/temp/swi/vob/001-C005/swi-001.vob -x vob \ -y xvid -J extsub2 -U my_movie -w 1618 $ transcode -o snapshot -y ppm,null -x ffmpeg,null -i \ my_movie-ch01.avi -c 2-3 All succeeded; no hanging. > Otherwise, let's see if you're ran into the Vicious Directory Mode bug[1]: > > $ transcode -x vob,null -i /some/dir/with/multiple/files/ > > Please report if this commands ends succesfully ... Also successful. BTW, ATM there is only one file in the directory (see -i above). So, IIUC, it seems to be specific to the vob decoding process, no? I also tried to extract a frame "on-the-fly" from the dvd, and that had the same (hanging) behavior. Some have suggested that a particular dvd could have a problem. I tried extracting a frame from 11 different disks, all behaved the same way: the image file was created but transcode failed to exit. Two of the 11, even though they behaved exactly the same way, created garbled images. Ripping chapters from those two disks also "succeeded" in creating completely garbled video (sound & subtitles were ok). By accident, I did find that "null encoding" the vob file would also hang _sometimes_. Here's the command I was running: $ transcode -i /mnt/tmp/temp/swi/vob/001-C005/swi-001.vob -x vob \ -U my_movie Of 10 runs, four failed to exit cleanly at the end of the input file. The "hung" state was slightly different: a C-c would cause transcode to continue to a normal exit. I'm willing to try more experiments, but I'm at the limit of my knowledge here, so be as specific as possible with any instructions ;-) Thanks again for your help. 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 C2A8F126D90 for ; Mon, 3 Jul 2006 20:57:41 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63Ik74N002401; Mon, 3 Jul 2006 20:49:26 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63Ik3Wu002378 for ; Mon, 3 Jul 2006 20:46:05 +0200 Received: by py-out-1112.google.com with SMTP id s49so97041pyc for ; Mon, 03 Jul 2006 11:46:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer; b=LUuOlIsv3dhhWg+P8bXwe5Xzv7qWvNHe5xNyWZe+skuaM1Cj9aNbiE0DefNFKop91TZKsmR2+XPpy7iE30q2nWl/O7LNMdUIQhGIHJFgb9BJ+8e4VBai633ubnz3EBGbAD/TmRdbg8sYcZV1Ym+DAdWbXU/I1Im6E2u8TX+Y3HM= Received: by 10.35.101.9 with SMTP id d9mr1124766pym; Mon, 03 Jul 2006 11:46:02 -0700 (PDT) Received: from ?192.168.0.6? ( [71.193.92.4]) by mx.gmail.com with ESMTP id a75sm2146866pyf.2006.07.03.11.45.59; Mon, 03 Jul 2006 11:46:02 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <1151878228l.11919l.0l@jackass> References: <1151878228l.11919l.0l@jackass> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Ivan Kowalenko Subject: Re: [transcode-users] Stargate SG-1 Season 6 Date: Mon, 3 Jul 2006 13:45:41 -0500 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Jul 2, 2006, at 17.10, Jeff Hyche wrote: > This is probably not the best place to ask this but has anyone > successfully transcoded this? I've done seasons 1-5 without any > problems but when I do season 6 I can't get the audio an video to > sync up. It starts on track but as it gets farther into the video > is loses sync. Is this an ARCcOS encoded disc? It's Sony's latest attempt at DVD copy protection. Perhaps someone could run the DVD through a decrypter that can handle ARCcOS. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEqWXXh/R/wkI6oPQRAnQXAJ9h6uKskGiO6bUkDSj+Z6IvTkvo0wCgivTD uu1NTyofgTv14muuFh2SoMg= =0O+2 -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Mon Jul 3 22:22:38 2006 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 61B47126D90 for ; Mon, 3 Jul 2006 22:22:38 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63KF1df004673; Mon, 3 Jul 2006 22:17:39 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k63KEoUO004651 for ; Mon, 3 Jul 2006 22:14:55 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id F31C377C55 for ; Mon, 3 Jul 2006 15:14:41 -0500 (CDT) Date: Mon, 03 Jul 2006 20:14:41 +0000 From: Jeff Hyche Subject: Re: [transcode-users] Stargate SG-1 Season 6 To: transcode Users Mailing List References: <1151878228l.11919l.0l@jackass> In-Reply-To: (from ivan.kowalenko@gmail.com on Mon Jul 3 13:45:41 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1151957681l.11919l.4l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k63KEoUO004651 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/03/2006 01:45:41 PM, Ivan Kowalenko wrote: > > Is this an ARCcOS encoded disc? It's Sony's latest attempt at DVD > copy protection. Perhaps someone could run the DVD through a > decrypter that can handle ARCcOS. No, these disks are several years old, long before Sony hocked up that ARCcOS hair ball. I used DVD Decrypter to rip the individual episodes to VOBs. ARCcOS copy protection would have bombed during the rip. No the "problem" was in the VOBs themselves. I'm not sure what they are doing in there different than the other 5 seasons but I ran one through dvd::rip and it did it right. I've sense posted the fix and I've Incorporated it into my next script. Which i'm testing now. Jeff From transcode-users-bounces@exit1.org Tue Jul 4 08:53:41 2006 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 B6B41126D85 for ; Tue, 4 Jul 2006 08:53:41 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k646hPIl029375; Tue, 4 Jul 2006 08:46:01 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=HTML_00_10,HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k646hNHA029360 for ; Tue, 4 Jul 2006 08:43:24 +0200 Received: by ug-out-1314.google.com with SMTP id y2so1115986uge for ; Mon, 03 Jul 2006 23:43:22 -0700 (PDT) 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; b=CE9H/4F1GcbTIleDFsycSSm6bcPNHqyYFs8V2aJWLx4mrNz4JH6qAU9kHn5ILS49s4WirXYkB+1Y3h6TizRn9iNiUIiY7yGwPfb7/9RGHXX/wEoX9EKznMT89n7RJpKecAaUqj8gVFeUBPpr5s1JW2lxYwYlklJSbmDDSydFdgU= Received: by 10.78.177.3 with SMTP id z3mr2557904hue; Mon, 03 Jul 2006 23:43:22 -0700 (PDT) Received: by 10.78.69.12 with HTTP; Mon, 3 Jul 2006 23:43:22 -0700 (PDT) Message-ID: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> Date: Tue, 4 Jul 2006 00:43:22 -0600 From: "Greg Grotsky" To: "transcode-users list" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14539_3614469.1151995402857" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! 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 ------=_Part_14539_3614469.1151995402857 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I really want to use transcode but when I run ./configure it gives me this: $ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no .... cut out a bunch of detection stuff .... checking ffmpeg/avcodec.h usability... yes checking ffmpeg/avcodec.h presence... yes checking for ffmpeg/avcodec.h... yes checking how to determine LIBAVCODEC_LIBS... default checking for avcodec_thread_init in -lavcodec... yes VER=51.9.0 BUILD=3344640 checking for pkgconfig support for libmpeg2... no checking how to determine LIBMPEG2_CFLAGS... default checking mpeg2dec/mpeg2.h usability... yes checking mpeg2dec/mpeg2.h presence... yes checking for mpeg2dec/mpeg2.h... yes checking how to determine LIBMPEG2_LIBS... default checking for mpeg2_init in -lmpeg2... yes checking for internal static framebuffer support... yes checking whether v4l support is requested... no ./configure: line 26782: syntax error near unexpected token `}' ./configure: line 26782: `echo "${ECHO_T}no" >&6; }' $ This is with the cvs head version. I tried using all available versions of automake and autoconf (using Debian's dselect), the configure script generated always gives me this error. I've also tried using version 1.0.2 (from the webpage) and it complains that I don't have avcodec.h. My ffmpeg/avcodec.h is in /usr/local/include so I tried using the '--with-libavcodec-includes=/usr/local/include' but it still complianed. I even tried making symlinks in /usr/include to my /usr/local/include but that didn't work either. Also, I tried using Debian's version of ffmpeg (instead of the svn version) no dice there either. Can you tell, I'm frustrated? :) If anyone can help, I need it. -Greg ------=_Part_14539_3614469.1151995402857 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I really want to use transcode but when I run ./configure it gives me this:

$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no

.... cut out a bunch of detection stuff ....

checking ffmpeg/avcodec.h usability... yes
checking ffmpeg/avcodec.h presence... yes
checking for ffmpeg/avcodec.h... yes
checking how to determine LIBAVCODEC_LIBS... default
checking for avcodec_thread_init in -lavcodec... yes
VER=51.9.0
BUILD=3344640
checking for pkgconfig support for libmpeg2... no
checking how to determine LIBMPEG2_CFLAGS... default
checking mpeg2dec/mpeg2.h usability... yes
checking mpeg2dec/mpeg2.h presence... yes
checking for mpeg2dec/mpeg2.h... yes
checking how to determine LIBMPEG2_LIBS... default
checking for mpeg2_init in -lmpeg2... yes
checking for internal static framebuffer support... yes
checking whether v4l support is requested... no
./configure: line 26782: syntax error near unexpected token `}'
./configure: line 26782: `echo "${ECHO_T}no" >&6; }'
$

  This is with the cvs head version.  I tried using all available versions of automake and autoconf (using Debian's dselect), the configure script generated always gives me this error.
  I've also tried using version 1.0.2 (from the webpage) and it complains that I don't have avcodec.h.  My ffmpeg/avcodec.h is in /usr/local/include so I tried using the '--with-libavcodec-includes=/usr/local/include' but it still complianed.  I even tried making symlinks in /usr/include to my /usr/local/include but that didn't work either.
  Also, I tried using Debian's version of ffmpeg (instead of the svn version) no dice there either.  Can you tell, I'm frustrated?  :)  If anyone can help, I need it.

-Greg
------=_Part_14539_3614469.1151995402857-- From transcode-users-bounces@exit1.org Tue Jul 4 09:11:47 2006 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 A8124126D85 for ; Tue, 4 Jul 2006 09:11:47 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64771DC030336; Tue, 4 Jul 2006 09:08:11 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6476v55030320 for ; Tue, 4 Jul 2006 09:06:58 +0200 Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k6476tgC001237 for ; Tue, 4 Jul 2006 00:06:56 -0700 (PDT) Received: from [192.168.1.100] (82-42-218-45.cable.ubr03.live.blueyonder.co.uk [82.42.218.45]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k6476rB4021758 for ; Tue, 4 Jul 2006 00:06:54 -0700 (PDT) User-Agent: Microsoft-Entourage/11.2.4.060510 Date: Tue, 04 Jul 2006 08:06:48 +0100 Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! From: Iain MacGranthin To: transcode Users Mailing List Message-ID: Thread-Topic: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! Thread-Index: AcafOGp5qQU20AsrEdu2+QANk1jFjg== In-Reply-To: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3234845214_3762471" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3234845214_3762471 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable I got the same avcodec.h message from the latest source, even after I had compiled and reinstalled ffmpeg from its latest check out source. (Didn=B9t get the other issues though) I am using SuSe 10.1. I can install it OK using Yast2, but obviously I can=B9t use compile options (eg static linking) this way. I've also tried using version 1.0.2 (from the webpage) and it complains that I don't have avcodec.h. My ffmpeg/avcodec.h is in /usr/local/include so I tried using the '--with-libavcodec-includes=3D/usr/local/include' but it still complianed. I even tried making symlinks in /usr/include to my /usr/local/include but that didn't work either. Also, I tried using Debian's version of ffmpeg (instead of the svn version) no dice there either. Can you tell, I'm frustrated? :) If anyon= e can help, I need it. On 4/7/06 07:43, "Greg Grotsky" wrote: > ffmpeg/avcodec.h mobile 00447766543759 home 00441517333870 email iaingmacg@mac.com ichat iaingmacg@mac.com msn eye_gee@hotmail.com home f3 81 Hartington Rd Toxteth Liverpool Merseyside L8 0SE United Kingdom Go look and listen to some music I wrote at http://www.myspace.com/tempolibre --B_3234845214_3762471 Content-type: text/html; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Re: [transcode-users] 'autoreconf -i -f' generated configure script = fails (syntax error)! I got= the same avcodec.h message from the latest source, even after I had compile= d and reinstalled ffmpeg from its latest check out source.
(Didn’t get the other issues though)
I am using SuSe 10.1.

I can install it OK using Yast2, but obviously I can’t use compile op= tions (eg static linking) this way.

  I've also tried using version 1.0.2 (from the webpage) and it c= omplains that I don't have avcodec.h.  My ffmpeg/avcodec.h is in /usr/l= ocal/include so I tried using the '--with-libavcodec-includes=3D/usr/local/inc= lude' but it still complianed.  I even tried making symlinks in /usr/in= clude to my /usr/local/include but that didn't work either.
  Also, I tried using Debian's version of ffmpeg (instead of the = svn version) no dice there either.  Can you tell, I'm frustrated?  = ;:)  If anyone can help, I need it.



On 4/7/06 07:43, "Greg Grotsky" <spikeygg@gmail.com> wrote:=

ffmpeg/avcodec.h


 mobile 00447766543759
 home 00441517333870

 email iaingmacg@mac.com
 ichat  iaingmacg@mac.com
 msn  eye_gee@hotmail.com

 home f3 81 Hartington Rd
   Toxteth
   Liverpool Merseyside L8 0SE
   United Kingdom

Go look and listen to some music I wrote at http://www.myspace.com/tempolibre
--B_3234845214_3762471-- From transcode-users-bounces@exit1.org Tue Jul 4 10:20:33 2006 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 42D23126D85 for ; Tue, 4 Jul 2006 10:20:33 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k648CxGb032735; Tue, 4 Jul 2006 10:14:31 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k648Csph032713 for ; Tue, 4 Jul 2006 10:12:56 +0200 Received: by nf-out-0910.google.com with SMTP id c2so519216nfe for ; Tue, 04 Jul 2006 01:12:54 -0700 (PDT) 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=BmECDfo660ns7VHYEY73D3FocFtpoC3zERioV+iTK0c8BLm9cX9Rr1xPxRqQasDOr+RpSYx0xzqmgdtP+R2l/5+B1NdfI+tWEMt5g+I2THHebPbeN5U/kGmcw2Xb0R2yL5ZJ3DjSfVYGMvfrfnUKgxrh7OaX5Ziil0O0KzA93Rw= Received: by 10.48.254.3 with SMTP id b3mr3078225nfi; Tue, 04 Jul 2006 01:12:54 -0700 (PDT) Received: by 10.67.15.5 with HTTP; Tue, 4 Jul 2006 01:12:54 -0700 (PDT) Message-ID: <3133b1630607040112v3795d61fgdf1bb9beb52c6fd7@mail.gmail.com> Date: Tue, 4 Jul 2006 10:12:54 +0200 From: "Francesco Romani" To: "transcode Users Mailing List" Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! In-Reply-To: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 7/4/06, Greg Grotsky wrote: Hi, > ./configure: line 26782: syntax error near unexpected token `}' > ./configure: line 26782: `echo "${ECHO_T}no" >&6; }' > $ Autoconf and automake version? There is a known issue with our configure and an autoconf/automake debian package (that's, according to release number, a CVS snapshot). Since I don't like so much autostuff, fixing such issue against *cvs snapshot* (let me say again ;D) isn't on top of my TODO list. Of course if next auto* release don't work with our configure, the latter _will_ be fixed. > I've also tried using version 1.0.2 (from the webpage) and it complains > that I don't have avcodec.h. 1.0.2's configure need an update to work properly with recent FFMPEG svn releases. There is a patch avalaible, see this message of mine to this mlist: From: Francesco Romani Mailed-By: gmail.com To: transcode-users@exit1.org Date: Jun 27, 2006 10:55 PM Subject: Re: [transcode-users] Avcodec headers are there but... Best regards, -- Francesco Romani From transcode-users-bounces@exit1.org Tue Jul 4 17:20:56 2006 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 4DAC5126D85 for ; Tue, 4 Jul 2006 17:20:56 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64FBuqW014993; Tue, 4 Jul 2006 17:15:31 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64FBsBD014978 for ; Tue, 4 Jul 2006 17:11:55 +0200 Received: by ug-out-1314.google.com with SMTP id k3so1303224ugf for ; Tue, 04 Jul 2006 08:11:50 -0700 (PDT) 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:references; b=tSSVTes0k+Pg+KANPHTy0sVDs2nk8eg/69et8/AqDg6ExrAkoszJg8woREeTFgSpytnYzrJ/B79DMpS6QWC+JMbNBmrlmHzeDz2oOH46brIkpSUUFKuIX9IMPL3+wGxJk2neck39+vbuGNry46JaLP5tBUAPCwGvOXnZOL67M2g= Received: by 10.78.170.17 with SMTP id s17mr1266608hue; Tue, 04 Jul 2006 08:11:50 -0700 (PDT) Received: by 10.78.69.12 with HTTP; Tue, 4 Jul 2006 08:11:50 -0700 (PDT) Message-ID: <3d85df840607040811p155c4430r106393b3138cc0be@mail.gmail.com> Date: Tue, 4 Jul 2006 09:11:50 -0600 From: "Greg Grotsky" To: "transcode Users Mailing List" Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! In-Reply-To: <3133b1630607040112v3795d61fgdf1bb9beb52c6fd7@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20991_31387137.1152025910649" References: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> <3133b1630607040112v3795d61fgdf1bb9beb52c6fd7@mail.gmail.com> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 ------=_Part_20991_31387137.1152025910649 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/4/06, Francesco Romani wrote: > > On 7/4/06, Greg Grotsky wrote: > > Hi, > > Autoconf and automake version? I am currently using autoconf 2.59.cvs.2006.06.05-1 and automake 1.9.6-4. > I've also tried using version 1.0.2 (from the webpage) and it complains > > that I don't have avcodec.h. > > 1.0.2's configure need an update to work properly with recent FFMPEG > svn releases. > There is a patch avalaible, see this message of mine to this mlist: > > I'll go look for the patch and try to get it working. Thanks for your help! -Greg ------=_Part_20991_31387137.1152025910649 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/4/06, Francesco Romani <fromani@gmail.com> wrote:
On 7/4/06, Greg Grotsky <spikeygg@gmail.com> wrote:

Hi,

Autoconf and automake version?

I am currently using autoconf 2.59.cvs.2006.06.05-1 and automake 1.9.6-4.


>   I've also tried using version 1.0.2 (from the webpage) and it complains
> that I don't have avcodec.h.

1.0.2's configure need an update to work properly with recent FFMPEG
svn releases.
There is a patch avalaible, see this message of mine to this mlist:


I'll go look for the patch and try to get it working.  Thanks for your help!

-Greg
------=_Part_20991_31387137.1152025910649-- From transcode-users-bounces@exit1.org Tue Jul 4 18:31:49 2006 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 5471E126D85 for ; Tue, 4 Jul 2006 18:31:49 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64GP9OG017349; Tue, 4 Jul 2006 18:26:33 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64GP5Pr017334 for ; Tue, 4 Jul 2006 18:25:06 +0200 Received: by nf-out-0910.google.com with SMTP id c2so609400nfe for ; Tue, 04 Jul 2006 09:25:05 -0700 (PDT) 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; b=mJtKXg0NLy4r7p2IPZChO27nGqAnLcXF45NrqtuoHvpJbxW2DT23kekNNIVU4Pn7B4B/Y63YcSK7Jyns/AwtloHp/IViqp1W/v8TCRH/SIkUclFQ1EMCuxGprfth8HTD+9543vEtLea2QvLr3bHqrDnZDx7l5le2l5uAKSzhGus= Received: by 10.49.87.7 with SMTP id p7mr3452431nfl; Tue, 04 Jul 2006 09:25:05 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.11.184.202]) by mx.gmail.com with ESMTP id y24sm5993242nfb.2006.07.04.09.25.04; Tue, 04 Jul 2006 09:25:05 -0700 (PDT) Date: Tue, 4 Jul 2006 18:25:01 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! Message-ID: <20060704182501.2f243c0e@azafuse.rokugan.lan> In-Reply-To: <3d85df840607040811p155c4430r106393b3138cc0be@mail.gmail.com> References: <3d85df840607032343y5bbc6ee3td9e6012d7ca4415f@mail.gmail.com> <3133b1630607040112v3795d61fgdf1bb9beb52c6fd7@mail.gmail.com> <3d85df840607040811p155c4430r106393b3138cc0be@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_1Q4k=Un3bcU=HNVPH02BDA7" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 --MP_1Q4k=Un3bcU=HNVPH02BDA7 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Tue, 4 Jul 2006 09:11:50 -0600 "Greg Grotsky" wrote: Hi, > > Autoconf and automake version? > I am currently using autoconf 2.59.cvs.2006.06.05-1 and automake 1.9.6-4. Same version of mine. This package is know to broke our configure, so I've downgraded to 2.59a and everything (even outside transcode world of course) works nicely. $ apt-cache policy autoconf Installed: 2.59a-9 Candidate: 2.59.cvs.2006.06.05-1 Version table: 2.59.cvs.2006.06.05-1 0 900 http://ftp2.fr.debian.org unstable/main Packages 900 http://ftp.it.debian.org unstable/main Packages *** 2.59a-9 0 100 /var/lib/dpkg/status > > 1.0.2's configure need an update to work properly with recent FFMPEG > > svn releases. > > There is a patch avalaible, see this message of mine to this mlist: > I'll go look for the patch and try to get it working. I've re-attached the patch we're talking about to this message. Please let me know if it don't work. ;) > Thanks for your help! You're welcome. :) Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) --MP_1Q4k=Un3bcU=HNVPH02BDA7 Content-Type: text/x-patch; name=tc-configure-new-lavc.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=tc-configure-new-lavc.patch --- configure.orig 2006-06-27 22:41:13.000000000 +0200 +++ configure 2006-06-27 22:42:12.000000000 +0200 @@ -28107,7 +28107,12 @@ printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); return(1); } + /* 3344640 == ((51<<16)+(9<<8)+0) == 51.9.0 */ +#ifdef LIBAVCODEC_BUILD >= 3344640 + printf("VER=%s\n", AV_STRINGIFY(LIBAVCODEC_VERSION)); +#else printf("VER=%s\n", FFMPEG_VERSION); +#endif /* LIBAVCODEC_BUILD >= 51.9.0 check */ printf("BUILD=%d\n", LIBAVCODEC_BUILD); return(0); } --MP_1Q4k=Un3bcU=HNVPH02BDA7-- From transcode-users-bounces@exit1.org Wed Jul 5 00:12:34 2006 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 77921126D85 for ; Wed, 5 Jul 2006 00:12:34 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64M5B23028557; Wed, 5 Jul 2006 00:07:49 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k64M54Vv028542 for ; Wed, 5 Jul 2006 00:05:05 +0200 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Fxt0w-0005Mz-JK for transcode-users@exit1.org; Wed, 05 Jul 2006 00:05:02 +0200 Received: from 82-42-218-45.cable.ubr03.live.blueyonder.co.uk ([82.42.218.45]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jul 2006 00:05:02 +0200 Received: from iaingmacg by 82-42-218-45.cable.ubr03.live.blueyonder.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Jul 2006 00:05:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: transcode-users@exit1.org From: Iain MacGranthin Date: Tue, 4 Jul 2006 21:59:03 +0000 (UTC) Lines: 36 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 82.42.218.45 (Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.4) Gecko/20060527 SUSE/1.5.0.4-1.3 Firefox/1.5.0.4) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] File in Wrong format 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 have downloaded the patch comfigure.in file, and run configure successfully, but am now getting an error duing cokmpile which says: /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libdl.a when searching for -ldl /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread /usr/lib/libjpeg.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[2]: *** [export_mjpeg.la] Error 1 make[2]: Leaving directory `/root/Desktop/transcode-1.0.2/export' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Desktop/transcode-1.0.2' make: *** [all] Error 2 I THINK this is a more general error related to compiling, as I have seen it with opther compiles, but have been able to function enough using Yast2 installed versions, but as I am rying to build transcode and want to stipulate static libraries to squeeze more speed out, can anyopne advise me on what the solution may be, I am running SuSe 10.1 on an AMD X86 64 bit processor. I am using the most recent version of transcode. From transcode-users-bounces@exit1.org Wed Jul 5 22:48:36 2006 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 95795126D88 for ; Wed, 5 Jul 2006 22:48:36 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65KeBPt013936; Wed, 5 Jul 2006 22:42:02 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65Ke2gJ013883 for ; Wed, 5 Jul 2006 22:40:06 +0200 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id 8E0A677758 for ; Wed, 5 Jul 2006 15:39:56 -0500 (CDT) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Subject: RE: [transcode-users] File in Wrong format Date: Wed, 5 Jul 2006 15:39:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: Thread-Index: Acaft18ZgfF5OHw3QXyAG0e9y9JHgQAu39Uw Message-Id: <20060705203956.8E0A677758@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 I don't think that will help you much. I compiled it against the static libs a few months ago and all I got was a few frames out of it. That plus a really really huge executable. Have you compiled it using yasm instead of asm? I did that an my frame count jumped from 15 fps to over 60 fps depending on the settings. Jeff -----Original Message----- From: transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of Iain MacGranthin Sent: Tuesday, July 04, 2006 4:59 PM To: transcode-users@exit1.org Subject: [transcode-users] File in Wrong format I THINK this is a more general error related to compiling, as I have seen it with opther compiles, but have been able to function enough using Yast2 installed versions, but as I am rying to build transcode and want to stipulate static libraries to squeeze more speed out, can anyopne advise me on what the solution may be, I am running SuSe 10.1 on an AMD X86 64 bit processor. I am using the most recent version of transcode. From transcode-users-bounces@exit1.org Wed Jul 5 22:55:56 2006 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 D7EF7126D88 for ; Wed, 5 Jul 2006 22:55:56 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65Kqdwt014287; Wed, 5 Jul 2006 22:52:53 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65KqWF1014271 for ; Wed, 5 Jul 2006 22:52:36 +0200 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id 9604777B74 for ; Wed, 5 Jul 2006 15:52:22 -0500 (CDT) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Subject: RE: [transcode-users] File in Wrong format Date: Wed, 5 Jul 2006 15:52:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <20060705203956.8E0A677758@warwind.org> Thread-Index: Acaft18ZgfF5OHw3QXyAG0e9y9JHgQAu39UwAAB4zUA= Message-Id: <20060705205222.9604777B74@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Let me rephrase that. I recompiled the latest version of xvid with yasm to get those results. It just now dawned on me that someone might be using transcode for something other than xvid. Jeff -----Original Message----- From: transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of Jeff Hyche Sent: Wednesday, July 05, 2006 3:40 PM To: 'transcode Users Mailing List' Subject: RE: [transcode-users] File in Wrong format I don't think that will help you much. I compiled it against the static libs a few months ago and all I got was a few frames out of it. That plus a really really huge executable. Have you compiled it using yasm instead of asm? I did that an my frame count jumped from 15 fps to over 60 fps depending on the settings. Jeff From transcode-users-bounces@exit1.org Wed Jul 5 23:15:12 2006 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 E6D3C126D88 for ; Wed, 5 Jul 2006 23:15:12 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65LBBuX014857; Wed, 5 Jul 2006 23:11:29 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65LB4sN014835 for ; Wed, 5 Jul 2006 23:11:05 +0200 Received: from ibm60aec.bellsouth.net ([65.12.105.157]) by imf19aec.mail.bellsouth.net with ESMTP id <20060705211056.PDYL3075.imf19aec.mail.bellsouth.net@ibm60aec.bellsouth.net> for ; Wed, 5 Jul 2006 17:10:56 -0400 Received: from [192.168.2.3] (really [65.12.105.157]) by ibm60aec.bellsouth.net with ESMTP id <20060705211055.XGQE104.ibm60aec.bellsouth.net@[192.168.2.3]> for ; Wed, 5 Jul 2006 17:10:55 -0400 From: Sean Hendricks To: transcode Users Mailing List Content-Type: text/plain Date: Wed, 05 Jul 2006 17:15:06 -0400 Message-Id: <1152134106.6590.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-7) Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] import_imlist.so build X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Hi, Apparently, when I built Transcode, I didn't build it with imlist. Is there a way to compile just import_imlist.so without recompiling transcode completely? Just curious. Sean From transcode-users-bounces@exit1.org Wed Jul 5 23:31:25 2006 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 B2C2F126D88 for ; Wed, 5 Jul 2006 23:31:25 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65LRj9k015276; Wed, 5 Jul 2006 23:27:57 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from mtaout02-winn.ispmail.ntl.com (mta08-winn.ispmail.ntl.com [81.103.221.48]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65LRdCJ015260 for ; Wed, 5 Jul 2006 23:27:40 +0200 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20060705212733.PAPI27023.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Wed, 5 Jul 2006 22:27:33 +0100 Received: from cthulhu.home.robinhill.me.uk ([82.16.100.172]) by aamtaout02-winn.ispmail.ntl.com with SMTP id <20060705212733.VEHE1421.aamtaout02-winn.ispmail.ntl.com@cthulhu.home.robinhill.me.uk> for ; Wed, 5 Jul 2006 22:27:33 +0100 Received: (nullmailer pid 25714 invoked by uid 1000); Wed, 05 Jul 2006 21:27:30 -0000 Date: Wed, 5 Jul 2006 22:27:30 +0100 From: Robin Hill To: transcode-users@exit1.org Message-ID: <20060705212730.GA17993@cthulhu.home.robinhill.me.uk> Mail-Followup-To: transcode-users@exit1.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: File in Wrong format 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 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue Jul 04, 2006 at 09:59:03PM +0000, Iain MacGranthin wrote: > I have downloaded the patch comfigure.in file, and run configure successf= ully, > but am now getting an error duing cokmpile which says: >=20 > /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/= ld: > skipping incompatible /usr/lib/libdl.so when searching for -ldl <--snip similar errors--> > collect2: ld returned 1 exit status > make[2]: *** [export_mjpeg.la] Error 1 > make[2]: Leaving directory `/root/Desktop/transcode-1.0.2/export' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/Desktop/transcode-1.0.2' > make: *** [all] Error 2 >=20 >=20 > I THINK this is a more general error related to compiling, as I have seen= it > with opther compiles, but have been able to function enough using Yast2 > installed versions, but as I am rying to build transcode and want to stip= ulate > static libraries to squeeze more speed out, can anyopne advise me on what= the > solution may be, I am running SuSe 10.1 on an AMD X86 64 bit processor. >=20 > I am using the most recent version of transcode. >=20 It looks as though it's trying to use the 32-bit libraries in /usr/lib instead of the 64-bit libraries in /usr/lib64. You could try doing: LD_LIBRARY_PATH=3D/usr/lib64:$LD_LIBRARY_PATH make but it may be that the path is hardcoded into the config/make files somewhere. Make sure (of course) that you also have the -devel packages installed for any libraries you're trying to link against. I'm not sure a static compile will help with speed anway - you're better off making sure that transcode (and all the relevant encoding libraries) are compiled with optimal settings for your processor. As someone else has pointed out, XviD in particular needs to be a recent version (1.1.0 was the first to include AM64 optimisations IIRC) and compiled using yasm to get the best performance on an AMD64. HTH, Robin --=20 ___ =20 ( ' } | Robin Hill | / / ) | Little Jim says .... | // !! | "He fallen in de water !!" | --IJpNTDwzlM2Ie8A6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4-ecc0.1.6 (GNU/Linux) iD8DBQFErC7CShxCyD40xBIRAg06AKDHdbE0bBBYRzDXg+DfXFeKueqcwQCeNiLt aExEZZOk4RvkN1iGCbulZ+E= =PRMy -----END PGP SIGNATURE----- --IJpNTDwzlM2Ie8A6-- From transcode-users-bounces@exit1.org Thu Jul 6 00:58:27 2006 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 EB115126D91 for ; Thu, 6 Jul 2006 00:58:27 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65MpYFO018107; Thu, 6 Jul 2006 00:54:56 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.173]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65MpR4i018092 for ; Thu, 6 Jul 2006 00:51:29 +0200 Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id k65MpQSj023000 for ; Wed, 5 Jul 2006 15:51:27 -0700 (PDT) Received: from [192.168.1.100] (82-42-218-45.cable.ubr03.live.blueyonder.co.uk [82.42.218.45]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id k65MpNNV009935 for ; Wed, 5 Jul 2006 15:51:25 -0700 (PDT) User-Agent: Microsoft-Entourage/11.2.4.060510 Date: Wed, 05 Jul 2006 23:51:22 +0100 Subject: Re: [transcode-users] File in Wrong format From: Iain MacGranthin To: transcode Users Mailing List Message-ID: Thread-Topic: [transcode-users] File in Wrong format Thread-Index: Acaft18ZgfF5OHw3QXyAG0e9y9JHgQAu39UwAAB4zUAABDHmUQ== In-Reply-To: <20060705205222.9604777B74@warwind.org> 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: 3.1.20060624.1@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 I also installed yasm then recompiled xvid and got a rise from 9-15fps to 25-30fps for a good quality xvid file. It has made things much more practical. 60fps has been much rarer tho. What conditions have you gotten that under? - I am using and AMD 64bit 3500 processor, so I would have expected to be able to get some performance out of it... On 5/7/06 21:52, "Jeff Hyche" wrote: > Let me rephrase that. I recompiled the latest version of xvid with yasm to > get those results. It just now dawned on me that someone might be using > transcode for something other than xvid. > > Jeff > > -----Original Message----- > From: transcode-users-bounces@exit1.org > [mailto:transcode-users-bounces@exit1.org] On Behalf Of Jeff Hyche > Sent: Wednesday, July 05, 2006 3:40 PM > To: 'transcode Users Mailing List' > Subject: RE: [transcode-users] File in Wrong format > > I don't think that will help you much. I compiled it against the static > libs a few months ago and all I got was a few frames out of it. That plus a > really really huge executable. Have you compiled it using yasm instead of > asm? I did that an my frame count jumped from 15 fps to over 60 fps > depending on the settings. > > Jeff > mobile 00447766543759 home 00441517333870 email iaingmacg@mac.com ichat iaingmacg@mac.com msn eye_gee@hotmail.com home f3 81 Hartington Rd Toxteth Liverpool Merseyside L8 0SE United Kingdom Go look and listen to some music I wrote at http://www.myspace.com/tempolibre From transcode-users-bounces@exit1.org Thu Jul 6 01:03:56 2006 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 9A9B1126D91 for ; Thu, 6 Jul 2006 01:03:56 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65Mw3YI018250; Thu, 6 Jul 2006 01:00:52 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.178]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k65MvutW018227 for ; Thu, 6 Jul 2006 00:57:57 +0200 Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k65MvtpX024908 for ; Wed, 5 Jul 2006 15:57:55 -0700 (PDT) Received: from [192.168.1.100] (82-42-218-45.cable.ubr03.live.blueyonder.co.uk [82.42.218.45]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k65MvrPs017356 for ; Wed, 5 Jul 2006 15:57:55 -0700 (PDT) User-Agent: Microsoft-Entourage/11.2.4.060510 Date: Wed, 05 Jul 2006 23:57:52 +0100 Subject: Re: [transcode-users] Re: File in Wrong format From: Iain MacGranthin To: transcode Users Mailing List Message-ID: Thread-Topic: [transcode-users] Re: File in Wrong format Thread-Index: AcaghnGvsBvDQAx5Edu7QQANk1jFjg== In-Reply-To: <20060705212730.GA17993@cthulhu.home.robinhill.me.uk> 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: 3.1.20060624.1@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 Thanks I will try that... ... And check the devel libs. Thinking about it, using Yast2 hhas probably compromised performance to some degee, even though it is pulling down x86_64 versions. Will give it a go and let you know... ... I did install yasm then recompile xvid - and got 25-30fps as opposed to 9-15 fps. On 5/7/06 22:27, "Robin Hill" wrote: > On Tue Jul 04, 2006 at 09:59:03PM +0000, Iain MacGranthin wrote: > >> I have downloaded the patch comfigure.in file, and run configure >> successfully, >> but am now getting an error duing cokmpile which says: >> >> /usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: >> skipping incompatible /usr/lib/libdl.so when searching for -ldl > <--snip similar errors--> >> collect2: ld returned 1 exit status >> make[2]: *** [export_mjpeg.la] Error 1 >> make[2]: Leaving directory `/root/Desktop/transcode-1.0.2/export' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/root/Desktop/transcode-1.0.2' >> make: *** [all] Error 2 >> >> >> I THINK this is a more general error related to compiling, as I have seen it >> with opther compiles, but have been able to function enough using Yast2 >> installed versions, but as I am rying to build transcode and want to >> stipulate >> static libraries to squeeze more speed out, can anyopne advise me on what the >> solution may be, I am running SuSe 10.1 on an AMD X86 64 bit processor. >> >> I am using the most recent version of transcode. >> > It looks as though it's trying to use the 32-bit libraries in /usr/lib > instead of the 64-bit libraries in /usr/lib64. You could try doing: > LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH make > > but it may be that the path is hardcoded into the config/make files > somewhere. Make sure (of course) that you also have the -devel packages > installed for any libraries you're trying to link against. > > I'm not sure a static compile will help with speed anway - you're better > off making sure that transcode (and all the relevant encoding libraries) > are compiled with optimal settings for your processor. As someone else > has pointed out, XviD in particular needs to be a recent version (1.1.0 > was the first to include AM64 optimisations IIRC) and compiled using > yasm to get the best performance on an AMD64. > > HTH, > Robin mobile 00447766543759 home 00441517333870 email iaingmacg@mac.com ichat iaingmacg@mac.com msn eye_gee@hotmail.com home f3 81 Hartington Rd Toxteth Liverpool Merseyside L8 0SE United Kingdom Go look and listen to some music I wrote at http://www.myspace.com/tempolibre From transcode-users-bounces@exit1.org Thu Jul 6 02:22:46 2006 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 C595E126D91 for ; Thu, 6 Jul 2006 02:22:46 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k660IQsA020680; Thu, 6 Jul 2006 02:19:20 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k660IKvZ020663 for ; Thu, 6 Jul 2006 02:18:22 +0200 Received: by achurch.org (wmail 0.9.57) id 44ac56c9.63160; Thu, 06 Jul 2006 09:18:17 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! Date: Thu, 06 Jul 2006 09:17:06 JST In-Reply-To: <20060704182501.2f243c0e@azafuse.rokugan.lan> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44ac56c9.63160@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 I just glanced at this, but isn't the following line from the patch wrong? I'm pretty sure this should be #if, not #ifdef... >+#ifdef LIBAVCODEC_BUILD >= 3344640 --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Thu Jul 6 11:23:48 2006 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 61193126D94 for ; Thu, 6 Jul 2006 11:23:48 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k669FtiT011588; Thu, 6 Jul 2006 11:17:52 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k669FqcK011567 for ; Thu, 6 Jul 2006 11:15:53 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2039155ugf for ; Thu, 06 Jul 2006 02:15:52 -0700 (PDT) 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; b=a+5InGwNkh7idC12/ukATaG1yN7ULEmKM4Utylogl9BaRLTYBShHS8CUEnF2cWAL+XoT9xVEr9SU9t6QREmrco0okFiQJpdGktT1KGzzLUcdeBFgFl4uemXD9zFxdERspRU4ddd3o7eE0VligrHmQffiltlSAAERsTMeuVCe5oQ= Received: by 10.67.100.17 with SMTP id c17mr453178ugm; Thu, 06 Jul 2006 02:15:52 -0700 (PDT) Received: from azafuse.rokugan.lan ( [82.51.63.149]) by mx.gmail.com with ESMTP id e1sm531348ugf.2006.07.06.02.15.51; Thu, 06 Jul 2006 02:15:51 -0700 (PDT) Date: Thu, 6 Jul 2006 11:15:49 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] 'autoreconf -i -f' generated configure script fails (syntax error)! Message-ID: <20060706111549.7c8a2588@azafuse.rokugan.lan> In-Reply-To: <44ac56c9.63160@msgid.achurch.org> References: <20060704182501.2f243c0e@azafuse.rokugan.lan> <44ac56c9.63160@msgid.achurch.org> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_mHQEcafpu0v00u=w6dQydla" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 --MP_mHQEcafpu0v00u=w6dQydla Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, 06 Jul 2006 09:17:06 JST achurch@achurch.org (Andrew Church) wrote: > I just glanced at this, but isn't the following line from the patch > wrong? I'm pretty sure this should be #if, not #ifdef... > >+#ifdef LIBAVCODEC_BUILD >= 3344640 The funny thig is that proposed version already works as expected :) OK, corrected version attached. HEAD will be updated too very soon. Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) --MP_mHQEcafpu0v00u=w6dQydla Content-Type: text/x-patch; name=tc-configure-new-lavc.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=tc-configure-new-lavc.patch --- configure.orig 2006-06-27 22:41:13.000000000 +0200 +++ configure 2006-06-27 22:42:12.000000000 +0200 @@ -28107,7 +28107,12 @@ printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); return(1); } + /* 3344640 == ((51<<16)+(9<<8)+0) == 51.9.0 */ +#if LIBAVCODEC_BUILD >= 3344640 + printf("VER=%s\n", AV_STRINGIFY(LIBAVCODEC_VERSION)); +#else printf("VER=%s\n", FFMPEG_VERSION); +#endif /* LIBAVCODEC_BUILD >= 51.9.0 check */ printf("BUILD=%d\n", LIBAVCODEC_BUILD); return(0); } --MP_mHQEcafpu0v00u=w6dQydla-- From transcode-users-bounces@exit1.org Thu Jul 6 17:50:29 2006 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 6BE7D126D83 for ; Thu, 6 Jul 2006 17:50:29 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66FgpFm026428; Thu, 6 Jul 2006 17:44:19 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66Fgk6b026413 for ; Thu, 6 Jul 2006 17:42:47 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2171358ugf for ; Thu, 06 Jul 2006 08:42:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=RPSlYBKDerZSWBmG6YEvqr26jaga1Hju04QWy6bDLWlCeY2TtMhtBn2ji5RkFga+OuXllt2drmI1EeNEOCmIysuuONzkFlvx/O8V465BlhUsv4ZEd+UjOCW6dWpcTJzz2aTy+4raa8Q8bofWPRSTXCfPPcW45d5diso01mWj2Hs= Received: by 10.67.29.12 with SMTP id g12mr865586ugj; Thu, 06 Jul 2006 08:42:45 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Thu, 6 Jul 2006 08:42:45 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 16:42:45 +0100 From: "Nick Humphries" To: transcode-users@exit1.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: a052ff1a50cb9d20 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" 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 there, Here's an odd one for you which I think I might be the only person in the world getting! I'm using Xubuntu 6.06 (amd64 version) - transcode 1.0.2 was installed using apt-get from the Ubuntu package repository. I currently produce MPEGs the following way: 1) Generate each frame individually as a 352x288 PNG file - there are over 10,000 at the end of the rendering process. 2) Join them together into a 352x288 25fps RGB raw AVI file using: transcode -i all.lst -g 352x288 --no_split on --avi_limit 4000 --use_rgb -x imlist,null -oall.lstout2.avi -y raw,null 3) Then run TMPGEnc 2.520.54.163 under WINE 0.9.16 to convert it into a plain MPEG1 file. That works fine - until the resulting AVI from transcode reaches a certain threshold (presumably 2GB, but that's just a guess on my part). TMPGEnc converts the AVI file, up to part-way through the job, coincidentally when a new RIFF chunk is started. Is there any possibility of disabling this chunking so that the large file is one large chunk? TMPGEnc can handle plain uncompressed AVI files up to 4GB. Many thanks if you can help me. My current workaround is to transfer >3GB of split up AVI (three bog-standard AVI files) across the network to a slow Win98 box, join them up into one standard AVI file using VitrualDub, encode that to MPEG using TMPGEnc on that machine, then transfer the MPEG back to my rendering machine. It takes over an hour :/ Naturally I'd like to speed that up by keeping everything on my fast machine :) Here's the transcode output: transcode -i all.lst -g 352x288 --no_split on --avi_limit 4000 --use_rgb -x imlist,null -oall.lstout2.avi -y raw,null transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] warning : unused command line parameter detected (14/15) [transcode] warning : argc[14]=on (unused) libdvdread: Encrypted DVD support unavailable. ************************************************ ** ** ** No css library available. See ** ** /usr/share/doc/libdvdread3/README.Debian ** ** for more information. ** ** ** ************************************************ libdvdread: Can't open file VIDEO_TS.IFO. [transcode] auto-probing source all.lst (failed) [transcode] V: import format | unknown (V=imlist|A=null) [transcode] V: import frame | 352x288 1.22:1 [transcode] V: bits/pixel | 0.710 [transcode] V: decoding fps,frc | 25.000,0 [transcode] A: import format | 0x2000 AC3 [48000,16,2] [transcode] A: export | disabled [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 | sse2 (sse2 sse mmxext mmx asm C) tc_memcpy: using amd64 for memcpy [transcode] V: video buffer | 10 @ 352x288 [import_null.so] v0.2.0 (2002-01-19) (video) null | (audio) null [import_imlist.so] v0.0.2 (2003-11-13) (video) RGB [export_null.so] v0.1.2 (2001-08-17) (video) null | (audio) null [export_raw.so] v0.3.12 (2003-08-04) (video) * | (audio) MPEG/AC3/PCM [export_raw.so] codec=RGB, fps=25.000, width=352, height=288 Adding a new RIFF chunk: 16549], 28.78 fps, EMT: 0:04:21, ( 0| 0| 0) VID NrEntries 0/2 (ix00) |0x76BCECB0|52424|6549|: 0:07:05, ( 0| 0| 0) VID NrEntries 1/2 (ix00) |0xC1126330|32824|4099| clean up | frame threads | unload modules | cancel signal | internal threads | done [transcode] encoded 10650 frames (0 dropped, 0 cloned), clip length 426.00 s -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Thu Jul 6 18:08:16 2006 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 B37A9126D83 for ; Thu, 6 Jul 2006 18:08:16 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66FwqgF026865; Thu, 6 Jul 2006 17:59:24 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66Fwn3h026850 for ; Thu, 6 Jul 2006 17:58:51 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k66FwhnT017052 for ; Thu, 6 Jul 2006 08:58:43 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k66FwhF0017051 for transcode-users@exit1.org; Thu, 6 Jul 2006 08:58:43 -0700 Date: Thu, 6 Jul 2006 08:58:43 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Message-ID: <20060706155843.GA16776@webserver> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Nick Humphries wrote: > > That works fine - until the resulting AVI from transcode reaches a > certain threshold (presumably 2GB, but that's just a guess on my > part). TMPGEnc converts the AVI file, up to part-way through the job, > coincidentally when a new RIFF chunk is started. > > Is there any possibility of disabling this chunking so that the large > file is one large chunk? TMPGEnc can handle plain uncompressed AVI > files up to 4GB. AFAIK this is a limitation defined in the avi standard. Why don't you just use Transcode instead? And AFAIK, Transcode and Mencoder will both happily read huge avi files and convert them into, yeccch, mpeg1. From transcode-users-bounces@exit1.org Thu Jul 6 18:18:31 2006 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 10130126D83 for ; Thu, 6 Jul 2006 18:18:31 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66GB0KN027365; Thu, 6 Jul 2006 18:11:17 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66GAuk7027350 for ; Thu, 6 Jul 2006 18:10:57 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2183476ugf for ; Thu, 06 Jul 2006 09:10:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FTj3CO6B77EgNKQmPbb39Amt9CvnOADd4Crh8J+AKTWFqSPdnX6Fj4WOoKOS1qybXBM9VMT32pePeUG51o6uR5o1axpENgM93enCXhVUSI7mP+f/idTIlFEIEbbo9/VSbcH+GCiahIIS9l8Gc1ss02yW4BtoHlYNKYsvmJG0AcA= Received: by 10.67.101.8 with SMTP id d8mr897605ugm; Thu, 06 Jul 2006 09:10:56 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Thu, 6 Jul 2006 09:10:55 -0700 (PDT) Message-ID: Date: Thu, 6 Jul 2006 17:10:55 +0100 From: "Nick Humphries" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" In-Reply-To: <20060706155843.GA16776@webserver> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060706155843.GA16776@webserver> X-Google-Sender-Auth: 40ca34e8e17c5bc8 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Phil, > > Is there any possibility of disabling this chunking so that the large > > file is one large chunk? TMPGEnc can handle plain uncompressed AVI > > files up to 4GB. > > AFAIK this is a limitation defined in the avi standard. Why don't > you just use Transcode instead? And AFAIK, Transcode and Mencoder will > both happily read huge avi files and convert them into, yeccch, mpeg1. I've found that TMPGEnc produces visibly better quality MPEGs for my animations and other MPEGs and I'd need to be proven wrong before I switch. Of course, feel free to give me a command to run that will prove me wrong :) -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Thu Jul 6 18:54:47 2006 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 3EBBF126D83 for ; Thu, 6 Jul 2006 18:54:47 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66GmbAZ028206; Thu, 6 Jul 2006 18:49:20 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66GmXUb028184 for ; Thu, 6 Jul 2006 18:48:35 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k66GmSlG017272 for ; Thu, 6 Jul 2006 09:48:28 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k66GmRDW017271 for transcode-users@exit1.org; Thu, 6 Jul 2006 09:48:27 -0700 Date: Thu, 6 Jul 2006 09:48:27 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Message-ID: <20060706164827.GB16776@webserver> References: <20060706155843.GA16776@webserver> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Nick Humphries wrote: > Hi Phil, > > >> Is there any possibility of disabling this chunking so that the large > >> file is one large chunk? TMPGEnc can handle plain uncompressed AVI > >> files up to 4GB. > > > >AFAIK this is a limitation defined in the avi standard. Why don't > >you just use Transcode instead? And AFAIK, Transcode and Mencoder will > >both happily read huge avi files and convert them into, yeccch, mpeg1. > > I've found that TMPGEnc produces visibly better quality MPEGs for my > animations and other MPEGs and I'd need to be proven wrong before I > switch. > > Of course, feel free to give me a command to run that will prove me wrong :) At 352x288 there is a visible difference?! What kind of content are you encoding? Is your target VCD? Can anybody comment on *why* TMPGEnc produces higher quality output? Is it just well-chosen defaults? I find that I can do pretty nearly whatever I want in terms of visual quality by using lavc options and filter plugins. From transcode-users-bounces@exit1.org Thu Jul 6 20:43:24 2006 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 1B716126D99 for ; Thu, 6 Jul 2006 20:43:24 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66Id1jE032451; Thu, 6 Jul 2006 20:39:46 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66IcnFF032436 for ; Thu, 6 Jul 2006 20:38:55 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id B365E81DEE for ; Thu, 6 Jul 2006 13:38:37 -0500 (CDT) Date: Thu, 06 Jul 2006 18:38:36 +0000 From: Jeff Hyche Subject: Re: [transcode-users] File in Wrong format To: transcode Users Mailing List In-Reply-To: (from iaingmacg@mac.com on Wed Jul 5 17:51:22 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1152211116l.20743l.0l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k66IcnFF032436 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/05/2006 05:51:22 PM, Iain MacGranthin wrote: > I also installed yasm then recompiled xvid and got a rise from 9-15fps > to > 25-30fps for a good quality xvid file. It has made things much more > practical. 60fps has been much rarer tho. What conditions have you > gotten > that under? - I am using and AMD 64bit 3500 processor, so I would have > expected to be able to get some performance out of it... It really depends on what you have transcode doing. I have a 3200 64bit. I see around 60 fps when I have transcode running naked, with no filters or resizing, and the video is 720x480. Now on a 2 pass encode with a single deinterlace filter I see around 45-50 fps on the first pass and 30-35fps on the second pass. This is with DVD input of 720x480 too. I'm doing some work with aspect ratios right now. With a -Z 740x480,fast I was seeing 42 fps on the frist pass. Now its on the second pass and doing 17.5 fps. When I did the -Z 740x480 with out the fast option the first pass was dragging at 15 fps. I really dont' mess with resizing video that much. I want 720x480 in the front and 720x480 out the ass. All this is with DVD input too. The other day I was redoing some old video, transcoding from Divx 3.x to xvid. The resolution on all of it was 320x240, or something like that. I was seeing fps of 150 on the first pass and 90-100 on the second pass. Jeff From transcode-users-bounces@exit1.org Thu Jul 6 20:54:31 2006 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 52679126D99 for ; Thu, 6 Jul 2006 20:54:31 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66Io20c000307; Thu, 6 Jul 2006 20:51:09 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66InvQL032748 for ; Thu, 6 Jul 2006 20:49:59 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k66InpY6017804 for ; Thu, 6 Jul 2006 11:49:51 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k66InpCM017803 for transcode-users@exit1.org; Thu, 6 Jul 2006 11:49:51 -0700 Date: Thu, 6 Jul 2006 11:49:51 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] File in Wrong format Message-ID: <20060706184951.GA17391@webserver> References: <1152211116l.20743l.0l@jackass> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1152211116l.20743l.0l@jackass> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Jeff Hyche wrote: > > I'm doing some work with aspect ratios right now. With a -Z > 740x480,fast I was seeing 42 fps on the frist pass. Now its on the > second pass and doing 17.5 fps. When I did the -Z 740x480 with out the > fast option the first pass was dragging at 15 fps. I really dont' mess > with resizing video that much. I want 720x480 in the front and 720x480 > out the ass. What about overscan? From transcode-users-bounces@exit1.org Thu Jul 6 21:19:10 2006 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 11E07126D99 for ; Thu, 6 Jul 2006 21:19:10 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66JFmgb001079; Thu, 6 Jul 2006 21:16:14 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66JFisM001064 for ; Thu, 6 Jul 2006 21:15:46 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k66JFd5F017878 for ; Thu, 6 Jul 2006 12:15:39 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k66JFdEn017877 for transcode-users@exit1.org; Thu, 6 Jul 2006 12:15:39 -0700 Date: Thu, 6 Jul 2006 12:15:39 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] File in Wrong format Message-ID: <20060706191539.GB17391@webserver> References: <1152211116l.20743l.0l@jackass> <20060706184951.GA17391@webserver> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060706184951.GA17391@webserver> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Phil Ehrens wrote: > Jeff Hyche wrote: > > > > I'm doing some work with aspect ratios right now. With a -Z > > 740x480,fast I was seeing 42 fps on the frist pass. Now its on the > > second pass and doing 17.5 fps. When I did the -Z 740x480 with out the > > fast option the first pass was dragging at 15 fps. I really dont' mess > > with resizing video that much. I want 720x480 in the front and 720x480 > > out the ass. > > What about overscan? Unless you are talking about ripping, in which case I would say "What about cropping?". From transcode-users-bounces@exit1.org Thu Jul 6 23:27:36 2006 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 0F5EB126D99 for ; Thu, 6 Jul 2006 23:27:36 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66LLEHT006278; Thu, 6 Jul 2006 23:22:51 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66LL6N8006263 for ; Thu, 6 Jul 2006 23:21:11 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id C08817769D for ; Thu, 6 Jul 2006 16:20:56 -0500 (CDT) Date: Thu, 06 Jul 2006 21:20:56 +0000 From: Jeff Hyche Subject: Re: [transcode-users] File in Wrong format To: transcode Users Mailing List References: <1152211116l.20743l.0l@jackass> <20060706184951.GA17391@webserver> In-Reply-To: <20060706191539.GB17391@webserver> (from phil@slug.org on Thu Jul 6 14:15:39 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1152220856l.20743l.1l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k66LL6N8006263 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/06/2006 02:15:39 PM, Phil Ehrens wrote: > Phil Ehrens wrote: > > > > > What about overscan? > > Unless you are talking about ripping, in which case I would say > "What about cropping?". > > What about it? Jeff From transcode-users-bounces@exit1.org Thu Jul 6 23:45:17 2006 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 DDF5E126D99 for ; Thu, 6 Jul 2006 23:45:17 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66Leu5h007118; Thu, 6 Jul 2006 23:41:16 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k66LerAO007102 for ; Thu, 6 Jul 2006 23:40:55 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k66LelGG018856 for ; Thu, 6 Jul 2006 14:40:47 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k66Lel0i018855 for transcode-users@exit1.org; Thu, 6 Jul 2006 14:40:47 -0700 Date: Thu, 6 Jul 2006 14:40:47 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] File in Wrong format Message-ID: <20060706214047.GA18397@webserver> References: <1152211116l.20743l.0l@jackass> <20060706184951.GA17391@webserver> <1152220856l.20743l.1l@jackass> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1152220856l.20743l.1l@jackass> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Jeff Hyche wrote: > On 07/06/2006 02:15:39 PM, Phil Ehrens wrote: > >Phil Ehrens wrote: > > > >> > >> What about overscan? > > > >Unless you are talking about ripping, in which case I would say > >"What about cropping?". > > > > > > What about it? If you're ripping you should be cropping, and if you're creating dvd's you should be handling overscan. I don't think I have ever seen any video where the resolution was 720x480 without bars or borders, but you say you only ever deal with 720x480 in, 720x480 out. From transcode-users-bounces@exit1.org Fri Jul 7 04:00:15 2006 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 4C487126D8F for ; Fri, 7 Jul 2006 04:00:15 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k671q4SC015521; Fri, 7 Jul 2006 03:55:56 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k671psLU015498 for ; Fri, 7 Jul 2006 03:51:59 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id 543BACA1E for ; Thu, 6 Jul 2006 20:51:48 -0500 (CDT) Date: Fri, 07 Jul 2006 01:51:48 +0000 From: Jeff Hyche Subject: Re: [transcode-users] File in Wrong format To: transcode Users Mailing List References: <1152211116l.20743l.0l@jackass> <20060706184951.GA17391@webserver> <1152220856l.20743l.1l@jackass> In-Reply-To: <20060706214047.GA18397@webserver> (from phil@slug.org on Thu Jul 6 16:40:47 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1152237108l.26280l.0l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k671psLU015498 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/06/2006 04:40:47 PM, Phil Ehrens wrote: > > If you're ripping you should be cropping, and if you're creating > dvd's you should be handling overscan. I don't think I have ever > seen any video where the resolution was 720x480 without bars or > borders, but you say you only ever deal with 720x480 in, 720x480 > out. > > Acutally I'm ripping from dvd to xvid. I want what I see on the dvd on the xvid. There are a lot of guides telling how to crop but none of them tell why I should crop. Other than to get rid of the black bars but on my TV the black bars are really not a problem. Jeff From transcode-users-bounces@exit1.org Fri Jul 7 04:54:16 2006 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 BA090126D8F for ; Fri, 7 Jul 2006 04:54:16 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k672ndAI017480; Fri, 7 Jul 2006 04:51:11 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k672nYpZ017465 for ; Fri, 7 Jul 2006 04:49:36 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.0/8.13.0) with ESMTP id k672nQbr025697 for ; Thu, 6 Jul 2006 19:49:26 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.0/8.13.0/Submit) id k672nPRM025696 for transcode-users@exit1.org; Thu, 6 Jul 2006 19:49:25 -0700 Date: Thu, 6 Jul 2006 19:49:25 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] File in Wrong format Message-ID: <20060707024925.GA25670@t22> References: <1152211116l.20743l.0l@jackass> <20060706184951.GA17391@webserver> <1152220856l.20743l.1l@jackass> <1152237108l.26280l.0l@jackass> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1152237108l.26280l.0l@jackass> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Jeff Hyche wrote: > On 07/06/2006 04:40:47 PM, Phil Ehrens wrote: > > > >If you're ripping you should be cropping, and if you're creating > >dvd's you should be handling overscan. I don't think I have ever > >seen any video where the resolution was 720x480 without bars or > >borders, but you say you only ever deal with 720x480 in, 720x480 > >out. > > > > > > Acutally I'm ripping from dvd to xvid. I want what I see on the dvd on > the xvid. There are a lot of guides telling how to crop but none of > them tell why I should crop. Other than to get rid of the black bars > but on my TV the black bars are really not a problem. You should crop to avoid wasting bits encoding the boundary between the picture and the bars. The encoding of that boundary distorts the image near the boundary as well. The bars are of no consequence when viewing on the TV because they are well outside of the area that you can see due to overscan. By compensating for the overscan when you convert to your viewing format (whether you are viewing your xvid version or converting to dvd) you can see MORE than what you see on your dvd. You can see what you see in the theatre, which is at least 10% more than what you see when viewing a dvd on the TV. From transcode-users-bounces@exit1.org Fri Jul 7 07:41:16 2006 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 48BE2126D8F for ; Fri, 7 Jul 2006 07:41:16 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k675YBrb029679; Fri, 7 Jul 2006 07:36:43 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k675Y7At029664 for ; Fri, 7 Jul 2006 07:34:08 +0200 Received: by achurch.org (wmail 0.9.57) id 44adf24c.64227; Fri, 07 Jul 2006 14:34:04 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Date: Fri, 07 Jul 2006 14:29:21 JST In-Reply-To: <20060706164827.GB16776@webserver> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44adf24c.64227@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >Can anybody comment on *why* TMPGEnc produces higher quality >output? Is it just well-chosen defaults? I find that I can >do pretty nearly whatever I want in terms of visual quality >by using lavc options and filter plugins. I don't know, but I've observed the same myself (see http://www.transcoding.org/cgi-bin/transcode?FFmpeg_Vs._Mpeg2enc). I'd have to dissect the TMpgEnc binary to figure out more, but given that it takes significantly longer than either ffmpeg or mpeg2enc to encode a given video clip, my completely uneducated guess is that it tries many more parameter variations during the encoding process than ffmpeg and mpeg2enc do. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Fri Jul 7 10:48:20 2006 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 432F0126D8F for ; Fri, 7 Jul 2006 10:48:20 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k678fNc2003633; Fri, 7 Jul 2006 10:43:38 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k678fJKV003618 for ; Fri, 7 Jul 2006 10:41:20 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2462775ugf for ; Fri, 07 Jul 2006 01:41:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Hwsyt/REf3mK07cVwobttPsbb99BhIyWPCF7Yt3FfJQsfr9vTVrLk40OZpoFv4Wz+jgLaNpRJUpBGr7sJ/YhhjdwN8DYOoOtIpEkYs46EXnogY5EZAisgAq+PKe9sPx6TgKOAdpVcEG3nmq35ROgFxSRAmGhXSGBP4J4WY9YQv4= Received: by 10.67.24.13 with SMTP id b13mr1712806ugj; Fri, 07 Jul 2006 01:41:18 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Fri, 7 Jul 2006 01:41:18 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 09:41:18 +0100 From: "Nick Humphries" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" In-Reply-To: <20060706164827.GB16776@webserver> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060706155843.GA16776@webserver> <20060706164827.GB16776@webserver> X-Google-Sender-Auth: 5a642df99bbd50c8 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 06/07/06, Phil Ehrens wrote: > At 352x288 there is a visible difference?! Oh yes. > What kind of content > are you encoding? Is your target VCD? Take a look at http://www.ysrnry.co.uk/tvprog/ - it's mainly captures of old computer games, so there's lots of sold blocks of colour, plus lots of photos and the odd bit of animation. TMPGEnc produces visibly smoother output with fewer artifacts. > Can anybody comment on *why* TMPGEnc produces higher quality > output? >From my uneducated POV, I notice that TMPGEnc MPEGs are ~10% larger than MPEGs encoded using other tools. I guess that means it stores extra detail, and that bumps up the display quality. If anyone can come up with a set of Transcode options that matches or beats TMPGEnc then that would be incredibly useful to me. Meanwhile, can anyone suggest how to switch off this "RIFF chunking" business that's currently throwing TMPGEnc? Ta, Nick -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Fri Jul 7 11:57:20 2006 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 EBF87126D8F for ; Fri, 7 Jul 2006 11:57:19 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k679oWP4007296; Fri, 7 Jul 2006 11:52:54 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k679oPgi007279 for ; Fri, 7 Jul 2006 11:50:27 +0200 Received: by achurch.org (wmail 0.9.57) id 44ae2e5f.01344; Fri, 07 Jul 2006 18:50:23 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Date: Fri, 07 Jul 2006 18:44:51 JST In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44ae2e5f.01344@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >Meanwhile, >can anyone suggest how to switch off this "RIFF chunking" business >that's currently throwing TMPGEnc? The problem with doing that is that it would break other programs that can't handle AVIs >2GB (due to limitations in the original AVI specification). The "RIFF chunking", properly called OpenDML, is a standard method of creating large AVI files that's been around for several years now; if TMpgEnc can't handle that, then frankly it's broken. (It's also possible that transcode's OpenDML support is broken, but MPlayer at least has no trouble with large AVIs produced by transcode, so I'd tend to blame TMpgEnc.) --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Fri Jul 7 12:50:15 2006 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 11F27126D8F for ; Fri, 7 Jul 2006 12:50:15 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67AiTWs009486; Fri, 7 Jul 2006 12:46:03 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67AiPMm009471 for ; Fri, 7 Jul 2006 12:44:26 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2492891ugf for ; Fri, 07 Jul 2006 03:44:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=piK/pZm+JVS0CimEVWvk+k95ugCOV8KbyddPs+7kveI3cbp3tOvDfxdcRbTVbw7bTLlToI82nDWMpsyajZDfJYMzkDQNPvmZNVCSIRpkI7yAblBrb9TuDT5Ff/ET3l4n6QT7Q5KI8mESFrCAbBuN2Qz2KAZMQwg0SFhVmbjutTY= Received: by 10.67.89.5 with SMTP id r5mr1815387ugl; Fri, 07 Jul 2006 03:44:24 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Fri, 7 Jul 2006 03:44:24 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 11:44:24 +0100 From: "Nick Humphries" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" In-Reply-To: <44ae2e5f.01344@msgid.achurch.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44ae2e5f.01344@msgid.achurch.org> X-Google-Sender-Auth: 1bf87511c4a5f241 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 > The problem with doing that is that it would break other programs > that can't handle AVIs >2GB (due to limitations in the original AVI > specification). Your point about the possibly-broken TMPGEnc is well taken - all I had in mind was a command-line option to disable it. -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Fri Jul 7 13:05:21 2006 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 9CAC2126D8F for ; Fri, 7 Jul 2006 13:05:21 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67AwckK009761; Fri, 7 Jul 2006 13:00:18 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67AwaKP009746 for ; Fri, 7 Jul 2006 12:58:37 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2496567ugf for ; Fri, 07 Jul 2006 03:58:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=j8g13y7hU9TGcvZLjt3cS9YNqjLdOWL5em090ftiebW9AZxvHmjWrkw/8ynKoCXHS1FLWQoAzsq0A6c6b6w6U5yET1hTWVwz+PKUwBxOi6kG4m4OodmMAWIv9qfFtM6P6B8SwxuE+0KAkzqdH+ZSrCL+aRqHqVIMpr0tsvBIvaQ= Received: by 10.67.93.7 with SMTP id v7mr1153541ugl; Fri, 07 Jul 2006 03:58:35 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Fri, 7 Jul 2006 03:58:35 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 11:58:35 +0100 From: "Nick Humphries" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44ae2e5f.01344@msgid.achurch.org> X-Google-Sender-Auth: 27beb1d490430c60 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 I've just found the TMPGEnc FAQ and found this: ============== Does TMPGEnc read OpenDML(AVI2) format? TMPGEnc supports OpenDML file format, so it is able to read non compressed AVI file which is larger than 4GB, however, Type-1 DV format is not supported. TMPGEnc can not read AVI file with DV format. The file is probably Type-1 DV format. The format is not supported by TMPGEnc. Type-1format has different structure from AVI format. TMPGEnc can not read the format since TMPGEnc does not support DirectShow. To solve this matter, try to save the captured or edited file as Type-2 DV format, however, there are still chance not to be able to read the file if you are using general IEEE1394 board without codec for VFW. ============== What options should I give Transcode to produce a Type-2 DV format uncompressed AVI2 file? -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Fri Jul 7 14:39:36 2006 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 804D1126D91 for ; Fri, 7 Jul 2006 14:39:36 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67CX6x7013164; Fri, 7 Jul 2006 14:35:35 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k67CX1LR013145 for ; Fri, 7 Jul 2006 14:33:03 +0200 Received: by achurch.org (wmail 0.9.57) id 44ae547c.32765; Fri, 07 Jul 2006 21:33:00 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Date: Fri, 07 Jul 2006 21:26:47 JST In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44ae547c.32765@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >Your point about the possibly-broken TMPGEnc is well taken - all I had >in mind was a command-line option to disable it. Actually, I just tried TMPGEnc 2.524.63.181 and it had no problems whatsoever with a 5GB OpenDML AVI file generated by transcode CVS, so all I can suggest is that either your version of transcode is too old (try compiling from CVS and see if that helps; I don't work on the AVI framework myself, but I know it's gone through some changes since the 1.0 series) or that Wine is broken (I used VMware Workstation for my test). If it's the latter, then I'm afraid you're out of luck--I don't want to add a hack into transcode to support broken software (Wine) that isn't even at a 1.0 release. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Fri Jul 7 15:04:58 2006 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 EDDA5126D91 for ; Fri, 7 Jul 2006 15:04:58 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67D0ex3013995; Fri, 7 Jul 2006 15:01:01 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67D0ZQq013946 for ; Fri, 7 Jul 2006 15:00:37 +0200 Received: by ug-out-1314.google.com with SMTP id k3so2535532ugf for ; Fri, 07 Jul 2006 06:00:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=smI6qKMnJtfCcK975c/NUJgccDA1lAsG+R7UhXhhUfURnfh4P+VvpSKObIykbM3YLciIFS0lvqFu8Go8ct0CzMbP9gZq6WLW+kE/kRFrkQ9Ezqdf0B5hwXUt+3Kmrg5BkJufCoDtlczxvCYrbVi354JLLRAxJ2naznzoOoYnOJw= Received: by 10.67.100.17 with SMTP id c17mr1963733ugm; Fri, 07 Jul 2006 06:00:35 -0700 (PDT) Received: by 10.66.234.10 with HTTP; Fri, 7 Jul 2006 06:00:35 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 14:00:35 +0100 From: "Nick Humphries" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" In-Reply-To: <44ae547c.32765@msgid.achurch.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44ae547c.32765@msgid.achurch.org> X-Google-Sender-Auth: 2ad81f1d1489e9f0 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 > Actually, I just tried TMPGEnc 2.524.63.181 and it had no problems > whatsoever with a 5GB OpenDML AVI file generated by transcode CVS, You're right - I just tried it myself. How annoying. That's a few hours of my life spent copying gigabytes of data across the network that I want back when all I had to do was upgrade TMPGEnc rather than assume it was working. Sorry for wasting your time. Just a note that Transcode is a VERY useful tool, but a bit intimidating (by necessity as it's so flexible), although I was able to figure out what I needed to do by using the Transcode Wiki. Many thanks once again, Nick -- Nick Humphries nick@egyptus.co.uk http://www.egyptus.co.uk From transcode-users-bounces@exit1.org Fri Jul 7 15:52:20 2006 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 E298F126D91 for ; Fri, 7 Jul 2006 15:52:20 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67DkP7C016110; Fri, 7 Jul 2006 15:47:04 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k67DkIIs016095 for ; Fri, 7 Jul 2006 15:46:20 +0200 Received: by achurch.org (wmail 0.9.57) id 44ae65a8.27613; Fri, 07 Jul 2006 22:46:16 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Date: Fri, 07 Jul 2006 22:44:49 JST In-Reply-To: Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44ae65a8.27613@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >Sorry for wasting your time. Just a note that Transcode is a VERY >useful tool, but a bit intimidating (by necessity as it's so >flexible), although I was able to figure out what I needed to do by >using the Transcode Wiki. I won't deny that--it's even more intimidating to those of us who have to get inside to develop it. ;) Hopefully we'll be able to clean it up a few versions down the road. Anyway, I'm glad things worked out for you. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Fri Jul 7 16:27:05 2006 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 7F9C3126D91 for ; Fri, 7 Jul 2006 16:27:05 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67EKuTd018459; Fri, 7 Jul 2006 16:21:13 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mailout.stusta.mhn.de (emailhub.stusta.mhn.de [141.84.69.5]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with SMTP id k67EKqfP018444 for ; Fri, 7 Jul 2006 16:20:53 +0200 Received: (qmail 26236 invoked from network); 7 Jul 2006 14:20:46 -0000 Received: from r064160.stusta.swh.mhn.de (HELO mc2) (10.150.64.160) by mailhub.stusta.mhn.de with SMTP; 7 Jul 2006 14:20:46 -0000 From: Siegfried Wolkenstein To: transcode-users@exit1.org Date: Fri, 7 Jul 2006 16:20:50 +0200 User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607071620.50951.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] stop/continue transcoding 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 Hello, I often convert one huge datafile for more than 2 days. I would like to stop transcode for a while (during the encoding process), restart the computer, boot another operatingsystem and do what pleases me. And then, when I want to carry on transcoding, it would be great if I could simply boot again and restart transcoding without loosing a bit of the earlier encoded stuff. To put it in other words: I would love to freeze, serialize, later deserialize it and then unfreeze the process. Thank you.. From transcode-users-bounces@exit1.org Fri Jul 7 16:55:19 2006 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 5B2B0126D91 for ; Fri, 7 Jul 2006 16:55:19 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67EnXR7019744; Fri, 7 Jul 2006 16:50:43 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67EnSKK019728 for ; Fri, 7 Jul 2006 16:49:29 +0200 Received: from vaio.debian.rlz (82.52.124.113) by vsmtp21.tin.it (7.2.072.1) id 4492A6710227571D for transcode-users@exit1.org; Fri, 7 Jul 2006 16:49:23 +0200 Received: from localhost ([127.0.0.1] helo=vaio.debian.rlz) by vaio.debian.rlz with esmtp (Exim 4.62) (envelope-from ) id 1FyreI-0001tB-7X for transcode-users@exit1.org; Fri, 07 Jul 2006 16:49:42 +0200 Date: Fri, 7 Jul 2006 16:49:42 +0200 From: Mattia To: transcode-users@exit1.org Subject: Re: [transcode-users] stop/continue transcoding Message-ID: <20060707164942.749411c6@vaio.debian.rlz> In-Reply-To: <200607071620.50951.rough_rough@gmx.de> References: <200607071620.50951.rough_rough@gmx.de> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; i486-pc-linux-gnu) X-Face: '5Hrimvvpn{kT@7#H?E+%yCgq?iB~-O%nd*Ksiy6, Gvwd}xepdcSU$QEk`gZf8sttl_Uu, 764yNE}*q 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: 3.1.20060624.1@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, 7 Jul 2006 16:20:50 +0200 Siegfried Wolkenstein wrote: > Hello, > > I often convert one huge datafile for more than 2 days. > I would like to stop transcode for a while (during the encoding process), > restart the computer, boot another operatingsystem and do what pleases me. > And then, when I want to carry on transcoding, it would be great if I could > simply boot again and restart transcoding without loosing a bit of the > earlier encoded stuff. > > To put it in other words: I would love to freeze, serialize, later deserialize > it and then unfreeze the process. > > Thank you.. ctrl-Z + suspend-to-disk? From transcode-users-bounces@exit1.org Fri Jul 7 16:55:21 2006 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 0FC1F126D91 for ; Fri, 7 Jul 2006 16:55:21 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67EpbAm019815; Fri, 7 Jul 2006 16:51:45 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67EoOEK019773 for ; Fri, 7 Jul 2006 16:50:25 +0200 Received: by nf-out-0910.google.com with SMTP id m18so3545nfc for ; Fri, 07 Jul 2006 07:50:23 -0700 (PDT) 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=BUf0QvzYkMwi3tZ+TtvcL5l1joK0jI0GehaqZlQSBYTLc9rbFCfvUqlguLKDazffFMBi4Nm7hQv/cTD+cnI9DoVelqVX3rpF2tveI2JoQhkmC3jmlRA9zEgIomJEABrGO9ODME/s8tYXnKWvSrMdPC82CxYD43dlmKM8YGKl3YE= Received: by 10.78.165.16 with SMTP id n16mr707160hue; Fri, 07 Jul 2006 07:50:23 -0700 (PDT) Received: by 10.78.128.17 with HTTP; Fri, 7 Jul 2006 07:50:23 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 09:50:23 -0500 From: Sunny To: "transcode Users Mailing List" Subject: Re: [transcode-users] stop/continue transcoding In-Reply-To: <200607071620.50951.rough_rough@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607071620.50951.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 7/7/06, Siegfried Wolkenstein wrote: > Hello, > > I often convert one huge datafile for more than 2 days. > I would like to stop transcode for a while (during the encoding process), > restart the computer, boot another operatingsystem and do what pleases me. > And then, when I want to carry on transcoding, it would be great if I could > simply boot again and restart transcoding without loosing a bit of the > earlier encoded stuff. > > To put it in other words: I would love to freeze, serialize, later deserialize > it and then unfreeze the process. > > Thank you.. > > You do not say from what to what format you transcode. But anyway, splitting the input file to small chunks and then merging the output should be close enough to what you need. -- -- Svetoslav Milenov (Sunny) Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can't stand 1 bit of competition. From transcode-users-bounces@exit1.org Fri Jul 7 17:39:00 2006 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 3C94D126D91 for ; Fri, 7 Jul 2006 17:39:00 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FWvAk023466; Fri, 7 Jul 2006 17:33:22 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mailout.stusta.mhn.de (mailout.stusta.mhn.de [141.84.69.5]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with SMTP id k67FWq7o023441 for ; Fri, 7 Jul 2006 17:32:53 +0200 Received: (qmail 27796 invoked from network); 7 Jul 2006 15:32:47 -0000 Received: from r064160.stusta.swh.mhn.de (HELO mc2) (10.150.64.160) by mailhub.stusta.mhn.de with SMTP; 7 Jul 2006 15:32:47 -0000 From: Siegfried Wolkenstein To: transcode Users Mailing List Subject: Re: [transcode-users] stop/continue transcoding Date: Fri, 7 Jul 2006 17:32:51 +0200 User-Agent: KMail/1.9.3 References: <200607071620.50951.rough_rough@gmx.de> <20060707164942.749411c6@vaio.debian.rlz> In-Reply-To: <20060707164942.749411c6@vaio.debian.rlz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607071732.51639.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Friday 07 July 2006 16:49, Mattia wrote: > On Fri, 7 Jul 2006 16:20:50 +0200 > > Siegfried Wolkenstein wrote: > > Hello, > > > > I often convert one huge datafile for more than 2 days. > > I would like to stop transcode for a while (during the encoding process), > > restart the computer, boot another operatingsystem and do what pleases > > me. And then, when I want to carry on transcoding, it would be great if I > > could simply boot again and restart transcoding without loosing a bit of > > the earlier encoded stuff. > > > > To put it in other words: I would love to freeze, serialize, later > > deserialize it and then unfreeze the process. > > > > Thank you.. > > ctrl-Z + suspend-to-disk? Thanks, this would be a solution. Suspend to disk is something like serialicing the whole system to disk. But I would rather serialice a single process, to a file... or tell transcode in other ways to carry on where it stopped before.. From transcode-users-bounces@exit1.org Fri Jul 7 17:46:20 2006 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 5DE1B126D91 for ; Fri, 7 Jul 2006 17:46:20 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FZ7IT023587; Fri, 7 Jul 2006 17:35:55 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mailout.stusta.mhn.de (emailhub.stusta.mhn.de [141.84.69.5]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with SMTP id k67FZ5Td023565 for ; Fri, 7 Jul 2006 17:35:06 +0200 Received: (qmail 27903 invoked from network); 7 Jul 2006 15:35:00 -0000 Received: from r064160.stusta.swh.mhn.de (HELO mc2) (10.150.64.160) by mailout.stusta.mhn.de with SMTP; 7 Jul 2006 15:35:00 -0000 From: Siegfried Wolkenstein To: transcode Users Mailing List Subject: Re: [transcode-users] stop/continue transcoding Date: Fri, 7 Jul 2006 17:35:05 +0200 User-Agent: KMail/1.9.3 References: <200607071620.50951.rough_rough@gmx.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607071735.05392.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Friday 07 July 2006 16:50, Sunny wrote: > On 7/7/06, Siegfried Wolkenstein wrote: > > Hello, > > > > I often convert one huge datafile for more than 2 days. > > I would like to stop transcode for a while (during the encoding process), > > restart the computer, boot another operatingsystem and do what pleases > > me. And then, when I want to carry on transcoding, it would be great if I > > could simply boot again and restart transcoding without loosing a bit of > > the earlier encoded stuff. > > > > To put it in other words: I would love to freeze, serialize, later > > deserialize it and then unfreeze the process. > > > > Thank you.. > > You do not say from what to what format you transcode. But anyway, > splitting the input file to small chunks and then merging the output > should be close enough to what you need. Thank you, I am more looking at a technical solution, rather than a way around the actual problem. It's like carrying on a download of a big file after a system breakdown (wget -c). From transcode-users-bounces@exit1.org Fri Jul 7 18:02:27 2006 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 DD17A126D91 for ; Fri, 7 Jul 2006 18:02:27 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FvJCC024867; Fri, 7 Jul 2006 17:58:00 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FvG2a024851 for ; Fri, 7 Jul 2006 17:57:17 +0200 Received: by nf-out-0910.google.com with SMTP id x29so123457nfb for ; Fri, 07 Jul 2006 08:57:16 -0700 (PDT) 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=mhkx1QzU7ZWNqHwzV/n0Pnplu4yOTUQrfUuzRot7BqJEQXZzJ0+vMBUpr5pFpmjc8WS5HtX3a4gII1sT5es3w2ENYbW0N+oV3Zk0YyVWKacpbLLOlEAR8cL4vw1oRfROAI+FLRuDofdaMW6ftI4CLym4oR+kXMdsdQG6DJ1ttvo= Received: by 10.78.156.6 with SMTP id d6mr772715hue; Fri, 07 Jul 2006 08:57:15 -0700 (PDT) Received: by 10.78.128.17 with HTTP; Fri, 7 Jul 2006 08:57:15 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 10:57:15 -0500 From: Sunny To: "transcode Users Mailing List" Subject: Re: [transcode-users] stop/continue transcoding In-Reply-To: <200607071735.05392.rough_rough@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607071620.50951.rough_rough@gmx.de> <200607071735.05392.rough_rough@gmx.de> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 7/7/06, Siegfried Wolkenstein wrote: > Thank you, > > I am more looking at a technical solution, rather than a way around the actual > problem. > > It's like carrying on a download of a big file after a system breakdown > (wget -c). > > In theory a single process can not be hibernated (serialized), or at least it is not a good idea, as without this process running, no one is protecting the resources this process uses to not be altered (i.e. file locks, etc.). Unless the program itself makes some assumptions and provide such a functionality (like wget). Transcode is not such a program, so you will need a workaround. You may look at cluster mode though - as it splits the job into chunks - it may be enough for you. -- -- Svetoslav Milenov (Sunny) Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit operating system originally coded for a 4-bit microprocessor by a 2-bit company that can't stand 1 bit of competition. From transcode-users-bounces@exit1.org Fri Jul 7 18:03:09 2006 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 8D969126D91 for ; Fri, 7 Jul 2006 18:03:09 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FwguR024969; Fri, 7 Jul 2006 17:58:46 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67FvWSh024871 for ; Fri, 7 Jul 2006 17:57:33 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k67FvQlh028857 for ; Fri, 7 Jul 2006 08:57:26 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k67FvPG9028856 for transcode-users@exit1.org; Fri, 7 Jul 2006 08:57:25 -0700 Date: Fri, 7 Jul 2006 08:57:25 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Odd TMPEnc combo problem - "new RIFF chunk throws it" Message-ID: <20060707155725.GA28727@webserver> References: <20060706164827.GB16776@webserver> <44adf24c.64227@msgid.achurch.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44adf24c.64227@msgid.achurch.org> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Andrew Church wrote: > >Can anybody comment on *why* TMPGEnc produces higher quality > >output? Is it just well-chosen defaults? I find that I can > >do pretty nearly whatever I want in terms of visual quality > >by using lavc options and filter plugins. > > I don't know, but I've observed the same myself (see > http://www.transcoding.org/cgi-bin/transcode?FFmpeg_Vs._Mpeg2enc). > I'd have to dissect the TMpgEnc binary to figure out more, but given > that it takes significantly longer than either ffmpeg or mpeg2enc to > encode a given video clip, my completely uneducated guess is that it > tries many more parameter variations during the encoding process than > ffmpeg and mpeg2enc do. So it is probably possible to achieve the same results using some combination of lavc options. In my experience, agressive use of hqdn3d will do more for animated material than any amount of other fiddling, and that a little gamma boost (0.9) will improve almost anything when targeting dvd. Also, using mbd=2, v4mv and trell seem to encourage better use of bits. And of course, the difference between single and two-pass is night-and-day. At this point I am entirely happy with all my encodes, especially since the advent of yadif. I guess I'm just a crank for refusing to give any credit to any software that targets windows exclusively, but when I discovered that it was a much simpler matter to port DOS code to Linux and X than to windows (in 1995) I made a decision that I am not going to back out of. Perhaps we could start providing encoding profiles for different types of source and target on the wiki, to even up the results of any future shoot-outs? From transcode-users-bounces@exit1.org Fri Jul 7 19:03:37 2006 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 658B8126DB6 for ; Fri, 7 Jul 2006 19:03:37 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67Gwi7Z028194; Fri, 7 Jul 2006 18:59:24 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67GwcR8028179 for ; Fri, 7 Jul 2006 18:58:41 +0200 Received: from jackass (localhost [127.0.0.1]) by warwind.org (Postfix) with ESMTP id D749970A54 for ; Fri, 7 Jul 2006 11:58:33 -0500 (CDT) Date: Fri, 07 Jul 2006 16:58:32 +0000 From: Jeff Hyche Subject: Re: [transcode-users] stop/continue transcoding To: transcode Users Mailing List In-Reply-To: <200607071620.50951.rough_rough@gmx.de> (from rough_rough@gmx.de on Fri Jul 7 09:20:50 2006) X-Mailer: Balsa 2.3.4 Message-Id: <1152291513l.4955l.0l@jackass> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k67GwcR8028179 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 07/07/2006 09:20:50 AM, Siegfried Wolkenstein wrote: > Hello, > > I often convert one huge datafile for more than 2 days. > I would like to stop transcode for a while (during the encoding > process), > restart the computer, boot another operatingsystem and do what pleases > me. > And then, when I want to carry on transcoding, it would be great if I > could > simply boot again and restart transcoding without loosing a bit of the > > earlier encoded stuff. > > To put it in other words: I would love to freeze, serialize, later > deserialize > it and then unfreeze the process. > > Thank you.. > > It can't be done. At least not the way that you are wanting to do it. In theory you could hibernate the system and it should take off right where it left off. In practice I don't think I've ever seen that work the way it is supposed to. I know I would not trust it to have a perfect data file after wards. The best way that you can do it is to break down the big file into small chunks. Then when you stop the encoding process you will only lose the work that was in memory at the time. I would suggest that you write a script to submit each job to the batch queue and let the system worry about it. I wrote a script and posted it last week to do that to large batches of VOB files. I'm going to be posting a new, more easy to understand version, in a few days. Jeff From transcode-users-bounces@exit1.org Fri Jul 7 19:27:18 2006 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 ED3A1126D91 for ; Fri, 7 Jul 2006 19:27:18 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67HNNTt029060; Fri, 7 Jul 2006 19:23:40 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67HNJdQ029044 for ; Fri, 7 Jul 2006 19:23:20 +0200 Received: by nf-out-0910.google.com with SMTP id x29so3709nfb for ; Fri, 07 Jul 2006 10:23:19 -0700 (PDT) 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=hHmMlInT3nMgL09ekFbqVabUspDc81Ffi77R+UkD7t/8LsWgVad25I5R0iwXykC5ymK+UDYU/n55hecNrqEAeKWE4JspUndNgB1JPTjmw1Bf/B727sS1NJhbkYk7Mue7Lm7JmbO7UOji5MDKHpfSfUGoQPtabbzWkKT6nh2Yebo= Received: by 10.48.229.20 with SMTP id b20mr1636281nfh; Fri, 07 Jul 2006 10:23:19 -0700 (PDT) Received: from azafuse.rokugan.lan ( [82.57.141.174]) by mx.gmail.com with ESMTP id p43sm604965nfa.2006.07.07.10.23.18; Fri, 07 Jul 2006 10:23:18 -0700 (PDT) Date: Fri, 7 Jul 2006 19:23:14 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] stop/continue transcoding Message-ID: <20060707192314.55ac0365@azafuse.rokugan.lan> In-Reply-To: <200607071620.50951.rough_rough@gmx.de> References: <200607071620.50951.rough_rough@gmx.de> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; 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: 3.1.20060624.1@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, 7 Jul 2006 16:20:50 +0200 Siegfried Wolkenstein wrote: > Hello, > I often convert one huge datafile for more than 2 days. > I would like to stop transcode for a while (during the encoding process), > restart the computer, boot another operatingsystem and do what pleases me. > And then, when I want to carry on transcoding, it would be great if I could > simply boot again and restart transcoding without loosing a bit of the > earlier encoded stuff. Well, at first glance it should be almost feasibly -from a theorical point of view-. Doing this way requires some changes in transcode core, mostly at encoder layer. Nothing on this line is planned for 1.1.0, anyway, but it could be really nice to doing something for far future releases (>= 1.5.0). Patches welcome, anyway ;) Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) From transcode-users-bounces@exit1.org Sat Jul 8 02:03:02 2006 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 80086126DB6 for ; Sat, 8 Jul 2006 02:03:02 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67NqQkZ008038; Sat, 8 Jul 2006 01:55:16 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from scully (www.ocob.org [129.65.185.9]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67NqMVA008022 for ; Sat, 8 Jul 2006 01:52:24 +0200 Received: from [129.65.91.128] (damien.cob.calpoly.edu [::ffff:129.65.91.128]) (AUTH: PLAIN jemenake, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by scully with esmtp; Fri, 07 Jul 2006 16:52:16 -0700 id 00264066.44AEF3B0.0000638E Message-ID: <44AEF3AF.1010103@emenaker.com> Date: Fri, 07 Jul 2006 16:52:15 -0700 From: Joe Emenaker User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="=_scully-25486-1152316336-0001-2" To: transcode Users Mailing List X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Xvid's freaking out my portable A/V player 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 MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_scully-25486-1152316336-0001-2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Okay... this is a long-shot, but it doesn't hurt to ask.... I've got one of those 2.5" laptop hard-drive enclosures that, in addition to making it into an external drive, it also acts as a player for your mp3's, jpegs, xvids, mpeg4's, etc. Here's a picture of the one I've got.... http://www.eatools.com/~luke/mediaplayer/GP-MED25-S-A.jpg Anyway, the problem I'm having is that there are some videos which freak it out. I power up the unit (in its "player" mode) and it just hangs at "Scanning HDD...". If I take certain ones off of the drive (using as a USB drive still works, mind you), then the player will scan the files fine and then present me with the menu. Through a lengthy process of moving various combinations of files onto and off of the drive, I can eventually figure out which ones are causing the problem. But then, I try to find something suspicious about the offending movies (odd fourcc, strange resolution, unusual bitrate, etc.) and nothing's really jumping out at me. The insides of the unit are some circuitry to control the drive, and then a big ol' 1-inch-square chip that must control all of the decoding. Hopefully, this is some common chip that appears in a lot of devices... more chance that someone here might have come across the problem before. Does anybody have any suggestions as to what properties of the videos I should be looking at? The unit hasn't complained about any .mpg's, yet. Just .avi's.... and it has accepted some xvid's and hung on others. - Joe --=_scully-25486-1152316336-0001-2 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJOTCC AvcwggJgoAMCAQICEHKE5d1CKe8zTbgKdGEGRgUwDQYJKoZIhvcNAQEEBQAwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MDQwNzAxMTI1MFoX DTA3MDQwNzAxMTI1MFowXzERMA8GA1UEBBMIRW1lbmFrZXIxDzANBgNVBCoTBkpvc2VwaDEY MBYGA1UEAxMPSm9zZXBoIEVtZW5ha2VyMR8wHQYJKoZIhvcNAQkBFhBqb2VAZW1lbmFrZXIu Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwxNyoeJ17aD/6pq7mkqe0BZF c4K39d3cuPt567B/opDnQxnDQOX4mFW6P7gsemvZYqMozp7Sa3gfwxEWxTs7nAyvc3JSIpxq GTwnh742VIMueoOj/SMeiPXKFICpiu0+TkZxUbJqHptZAJBJG3hSeoe5j1VqnJMuRACcaDeO Xz8sZBxHEw5YBrKxCpGzgGDsKsk6rSxcu0Rf4bX7KanNirNdfUqEVP9rmXT3GvT3AxD9Q5BF EqD2Y9E1IiS4YJVL8EUyP9bDftitFGJflm3cHqftPb+ujumxHG0AzaIzcFW9ELPr/flZhbet 9KUiKubH6AGaW4GTAwoh/I4F5XDLyQIDAQABoy0wKzAbBgNVHREEFDASgRBqb2VAZW1lbmFr ZXIuY29tMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEAT6IcAjwZUWVbJZ1rLdsh 1GvQu1Yo9BLq6fSs/E3Ljm+HSc/VvqY1iuSJNbkyinDjxPWqkfFmwTSbVoBaXAQi1PHCfx5F 6//bd3b73gFJm6/BL5mQpb4pdEdrKGci1d7bw1n9ncr0S9h9yvAdEn0zTmspt/ormep2G7bI e5EdgfEwggL3MIICYKADAgECAhByhOXdQinvM024CnRhBkYFMA0GCSqGSIb3DQEBBAUAMGIx CzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSww KgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQTAeFw0wNjA0MDcw MTEyNTBaFw0wNzA0MDcwMTEyNTBaMF8xETAPBgNVBAQTCEVtZW5ha2VyMQ8wDQYDVQQqEwZK b3NlcGgxGDAWBgNVBAMTD0pvc2VwaCBFbWVuYWtlcjEfMB0GCSqGSIb3DQEJARYQam9lQGVt ZW5ha2VyLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMTcqHide2g/+qa u5pKntAWRXOCt/Xd3Lj7eeuwf6KQ50MZw0Dl+JhVuj+4LHpr2WKjKM6e0mt4H8MRFsU7O5wM r3NyUiKcahk8J4e+NlSDLnqDo/0jHoj1yhSAqYrtPk5GcVGyah6bWQCQSRt4UnqHuY9VapyT LkQAnGg3jl8/LGQcRxMOWAaysQqRs4Bg7CrJOq0sXLtEX+G1+ympzYqzXX1KhFT/a5l09xr0 9wMQ/UOQRRKg9mPRNSIkuGCVS/BFMj/Ww37YrRRiX5Zt3B6n7T2/ro7psRxtAM2iM3BVvRCz 6/35WYW3rfSlIirmx+gBmluBkwMKIfyOBeVwy8kCAwEAAaMtMCswGwYDVR0RBBQwEoEQam9l QGVtZW5ha2VyLmNvbTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAE+iHAI8GVFl WyWday3bIdRr0LtWKPQS6un0rPxNy45vh0nP1b6mNYrkiTW5Mopw48T1qpHxZsE0m1aAWlwE ItTxwn8eRev/23d2+94BSZuvwS+ZkKW+KXRHayhnItXe28NZ/Z3K9EvYfcrwHRJ9M05rKbf6 K5nqdhu2yHuRHYHxMIIDPzCCAqigAwIBAgIBDTANBgkqhkiG9w0BAQUFADCB0TELMAkGA1UE BhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMRowGAYD VQQKExFUaGF3dGUgQ29uc3VsdGluZzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl cyBEaXZpc2lvbjEkMCIGA1UEAxMbVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIENBMSswKQYJ KoZIhvcNAQkBFhxwZXJzb25hbC1mcmVlbWFpbEB0aGF3dGUuY29tMB4XDTAzMDcxNzAwMDAw MFoXDTEzMDcxNjIzNTk1OVowYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25z dWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJ c3N1aW5nIENBMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEpjxVc1X7TrnKmVoeaMB1 BHCd3+n/ox7svc31W/Iadr1/DDph8r9RzgHU5VAKMNcCY1osiRVwjt3J8CuFWqo/cVbLrzwL B+fxH5E2JCoTzyvV84J3PQO+K/67GD4Hv0CAAmTXp6a7n2XRxSpUhQ9IBH+nttE8YQRAHmQZ cmC3+wIDAQABo4GUMIGRMBIGA1UdEwEB/wQIMAYBAf8CAQAwQwYDVR0fBDwwOjA4oDagNIYy aHR0cDovL2NybC50aGF3dGUuY29tL1RoYXd0ZVBlcnNvbmFsRnJlZW1haWxDQS5jcmwwCwYD VR0PBAQDAgEGMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwyLTEzODAN BgkqhkiG9w0BAQUFAAOBgQBIjNFQg+oLLswNo2asZw9/r6y+whehQ5aUnX9MIbj4Nh+qLZ82 L8D0HFAgk3A8/a3hYWLD2ToZfoSxmRsAxRoLgnSeJVCUYsfbJ3FXJY3dqZw5jowgT2Vfldr3 94fWxghOrvbqNOUQGls1TXfjViF4gtwhGTXeJLHTHUb/XV9lTzGCA2QwggNgAgEBMHYwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhByhOXdQinvM024 CnRhBkYFMAkGBSsOAwIaBQCgggHDMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTA2MDcwNzIzNTIxNVowIwYJKoZIhvcNAQkEMRYEFIKchnq+Ckd1r98M//5L 4ujNvByeMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGFBgkrBgEEAYI3EAQxeDB2 MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQu MSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQcoTl3UIp 7zNNuAp0YQZGBTCBhwYLKoZIhvcNAQkQAgsxeKB2MGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQK ExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29u YWwgRnJlZW1haWwgSXNzdWluZyBDQQIQcoTl3UIp7zNNuAp0YQZGBTANBgkqhkiG9w0BAQEF AASCAQAydS8x8sujmUpI1s33ZoGmF86+WINnUBD8UWK9b/S+gT2S4fVNw9OQQG1a0pFNZ8xW Wc/9lssPYrVStUv1lSjES2fXcmfiQi5A9qcmEFcytK+5xiwx1cx50NgbuGhmo5J0h+AVeGq/ f9rM3Sqj/PP5N1Ne2HaMzoAO8B+8sy3VPyHCbMR3K9zQsfdzcfvlH7ORrv6kC9zEXSC5gyN/ i752mnojvmu52WAjH8MBw7+Xhtb9OFHvBqva7AhhEAfSvoaSIs0MF3S1HR9WfO5xIu8lO9n9 DACjIUkA/oBksUi+lYFlyVyr0XwKzKLlzncV0ZO8/8s3Le5bYsT2FVsKlLS0AAAAAAAA --=_scully-25486-1152316336-0001-2-- From transcode-users-bounces@exit1.org Sat Jul 8 02:19:32 2006 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 A3A81126DB6 for ; Sat, 8 Jul 2006 02:19:32 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k680BrdG008536; Sat, 8 Jul 2006 02:13:23 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k680BlgA008521 for ; Sat, 8 Jul 2006 02:11:49 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k680BgAO031785 for ; Fri, 7 Jul 2006 17:11:42 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k680Bf3b031784 for transcode-users@exit1.org; Fri, 7 Jul 2006 17:11:41 -0700 Date: Fri, 7 Jul 2006 17:11:41 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Xvid's freaking out my portable A/V player Message-ID: <20060708001141.GA31732@webserver> References: <44AEF3AF.1010103@emenaker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44AEF3AF.1010103@emenaker.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Joe Emenaker wrote: > Okay... this is a long-shot, but it doesn't hurt to ask.... > > I've got one of those 2.5" laptop hard-drive enclosures that, in > addition to making it into an external drive, it also acts as a player > for your mp3's, jpegs, xvids, mpeg4's, etc. > > Here's a picture of the one I've got.... > http://www.eatools.com/~luke/mediaplayer/GP-MED25-S-A.jpg Cool! > Anyway, the problem I'm having is that there are some videos which freak > it out. I power up the unit (in its "player" mode) and it just hangs at > "Scanning HDD...". If I take certain ones off of the drive (using as a > USB drive still works, mind you), then the player will scan the files > fine and then present me with the menu. This is not so unusual if you are talking about files that you have collected from various places via p2p. Things to watch out for are qpel, non-interleaved avi, b-frames, concatenation, broken headers and just plain old corrupt files. File corruption is very common with p2p derived material. When you just have a single dinky little chip to work with you don't have a lot of room for fancy heuristics. Or should I say, with a dinky little company you don't have the resources to hire good programmers. Still, that thing is cool. You can save yourself a lot of hassle by just reencoding everything to a known good format. From transcode-users-bounces@exit1.org Sat Jul 8 02:31:45 2006 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 4B1BB126DB6 for ; Sat, 8 Jul 2006 02:31:45 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k680Of6L008755; Sat, 8 Jul 2006 02:26:17 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k680OYEO008740 for ; Sat, 8 Jul 2006 02:24:35 +0200 Received: by nf-out-0910.google.com with SMTP id h2so265877nfe for ; Fri, 07 Jul 2006 17:24:34 -0700 (PDT) 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=k8CQ/BiuqV3JF5JTXIwjTGHGEfQE19CDXL+tA9FnsG03nsGyLn1n3TcDxKC1/VI+xQBJ9DmhVFSaAs9FpGNaoKbbuNhV2HR3CagKO+k0ef4fglMBEBNVLh4Fj5B6VaNiD91eaeiUPJ64WOP2Joonk3H0oJoYEmWoSFlY2gatT5A= Received: by 10.49.55.2 with SMTP id h2mr1878297nfk; Fri, 07 Jul 2006 17:24:34 -0700 (PDT) Received: by 10.48.237.17 with HTTP; Fri, 7 Jul 2006 17:24:34 -0700 (PDT) Message-ID: <79328ea80607071724r5781f85ev22901b998a6975e6@mail.gmail.com> Date: Sat, 8 Jul 2006 01:24:34 +0100 From: "Asfand Yar Qazi" To: transcode-users@exit1.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Can't sync video to audio 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 can't seem to sync the audio to video on an xvid I have. Here's the commands I tried executing: transcode -i ${VIDEO}.avi -y ffmpeg --export_prof dvd-ntsc \ --export_asr 3 -J modfps --export_fps 29.97 \ --import_asr 4 -b224 -N 0x2000 -m dvd.ac3 \ -o dvd mplex -f 8 -o ${VIDEO}.mpg dvd.m2v dvd.ac3 I also tried using --export_prof dvd-pal and --export_fps 23.976 The video is originally in AC3 with a fps of 23.976. FYI, here's some sample transcode output: transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms [transcode] auto-probing source vid1.avi (ok) [transcode] V: import format | XviD RIFF data, AVI (V=ffmpeg|A=ac3) [transcode] V: import frame | 720x304 2.37:1 encoded @ 2.21:1 XXX: zoom=yes pre_clip=yes [transcode] V: pre clip frame | 720x376 (-36,0,-36,0) [transcode] V: zoom | 720x576 1.55:1 (Lanczos3) [transcode] V: bits/pixel | 0.181 [transcode] V: decoding fps,frc | 23.976,1 [transcode] V: Y'CbCr | YV12/I420 [transcode] A: import format | 0x2000 AC3 [48000,16,5] 448 kbps [transcode] A: downmix | 5 channels -> 2 channels [transcode] A: export format | 0x2000 AC3 [48000,16,2] 224 kbps [transcode] V: encoding fps,frc | 29.970,4 [transcode] A: bytes per frame | 6408 (6406.400000) [transcode] A: adjustment | -1600@1000 [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow mmxext mmx asm C) tc_memcpy: using amd64 for memcpy [transcode] V: video buffer | 10 @ 720x576 [import_ac3.so] v0.3.2 (2002-02-15) (audio) AC3 [import_ffmpeg.so] v0.1.12 (2004-05-07) (video) ffmpeg: MS MPEG4v1-3/MPEG4/MJPEG [filter_modfps.so] v0.10 (2003-08-18) plugin to modify framerate [filter_modfps.so] converting from 23.9760fps to 29.9700fps [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) Lavc51.9.0 | (audio) MPEG/AC3/PCM [import_ac3.so] AC3->PCM [import_ac3.so] tcextract -a 0 -i "vid1.avi" -x ac3 -d 0 | tcdecode -x ac3 -d 0 -s 1.000000,1.000000,1.000000 -A 0 [export_ffmpeg.so] Using FFMPEG codec 'mpeg2video' (FourCC 'mpg2', MPEG2 compliant video). [export_ffmpeg.so]: INFO: Selected dvd profile, pal/secam video type for video [export_ffmpeg.so]: INFO: Set interlacing to top-first [export_ffmpeg.so]: INFO: Set frame rate to 25 [export_ffmpeg.so]: INFO: Set video bitrate to 5000 [export_ffmpeg.so]: INFO: Set GOP size to 15 [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' [export_ffmpeg.so] found. Default settings will be used instead. [export_ffmpeg.so]: INFO: Starting 1 thread(s) [export_ffmpeg.so]: INFO: Display aspect ratio calculated as 1.777778 [export_ffmpeg.so]: INFO: Sample aspect ratio calculated as 1.422222 [mpeg2video @ 0x2aaaad1e9a50]removing common factors from framerate [export_ffmpeg.so]: INFO: Selected dvd profile for audio [export_ffmpeg.so]: INFO: Resampling filter inactive [export_ffmpeg.so]: INFO: Set number of audio channels to 2 [export_ffmpeg.so]: INFO: Set number of audio bits to 16 [export_ffmpeg.so]: INFO: No audio resampling necessary, using 48000 Hz tc_memcpy: using amd64 for memcpy [mpeg2video @ 0x2aaaad1e9a50]rc buffer underflow What am I doing wrong? Thanks From transcode-users-bounces@exit1.org Sat Jul 8 06:01:12 2006 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 4A94E126D8B for ; Sat, 8 Jul 2006 06:01:12 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k683qHcQ015947; Sat, 8 Jul 2006 05:54:29 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from zendium.mediagonal.net (zendium.mediagonal.net [217.69.162.173]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k683q2Ad015932 for ; Sat, 8 Jul 2006 05:52:13 +0200 Received: from localhost (localhost [127.0.0.1]) by zendium.mediagonal.net (Postfix) with ESMTP id 4DCDB3C0011 for ; Sat, 8 Jul 2006 05:51:47 +0200 (CEST) Received: from zendium.mediagonal.net ([127.0.0.1]) by localhost (zendium [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30956-09 for ; Sat, 8 Jul 2006 05:51:10 +0200 (CEST) Received: from [192.168.53.128] (xdsl-87-78-94-48.netcologne.de [87.78.94.48]) by zendium.mediagonal.net (Postfix) with ESMTP id 8C77C3C0010 for ; Sat, 8 Jul 2006 05:51:10 +0200 (CEST) Message-ID: <44AF2B99.2080400@skraemer.de> Date: Sat, 08 Jul 2006 05:50:49 +0200 From: =?ISO-8859-1?Q?Sebastian_Kr=E4mer?= User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] stop/continue transcoding References: <200607071620.50951.rough_rough@gmx.de> In-Reply-To: <200607071620.50951.rough_rough@gmx.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by mediagonal GmbH X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Siegfried Wolkenstein wrote: > Hello, > > I often convert one huge datafile for more than 2 days. > I would like to stop transcode for a while (during the encoding process), > restart the computer, boot another operatingsystem and do what pleases me. > And then, when I want to carry on transcoding, it would be great if I could > simply boot again and restart transcoding without loosing a bit of the > earlier encoded stuff. > > To put it in other words: I would love to freeze, serialize, later deserialize > it and then unfreeze the process. Hello Siegfried, you might want to play around with cryopid (http://cryopid.berlios.de/) (it contains a program called 'freeze' *g). I haven't used it myself directly and I don't know if it will work with the fact that transcode uses several processes but you can try. Probably something like it is used in software suspend2 which I use and which suspended and resumed a transcode job perfectly. Good luck, Sebastian From transcode-users-bounces@exit1.org Sat Jul 8 06:55:50 2006 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 D99F8126D8B for ; Sat, 8 Jul 2006 06:55:50 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k684lkEI023938; Sat, 8 Jul 2006 06:49:24 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from zacglen.com (pcg.zacglen.com [150.101.113.131]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k684lgsf023923 for ; Sat, 8 Jul 2006 06:47:44 +0200 Received: (from jw@localhost) by zacglen.com (8.13.4/8.13.4) id k684lfsX027794 for transcode-users@exit1.org; Sat, 8 Jul 2006 14:47:41 +1000 Date: Sat, 8 Jul 2006 14:47:41 +1000 From: transcode@zacglen.com Message-Id: <200607080447.k684lfsX027794@zacglen.com> To: transcode-users@exit1.org X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] tcextract has wrong video elementary stream id range 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 When using "tcextract -x mpeg2 ..." on a file it often fails. Why? Because in extract_mpeg2.c the only video stream id's that are supported are 0xe0 thru 0xe9. According to iso13818-1, in Table 2-19, the correct range for video streams is "1111 xxxx". Somebody who has CVS access to transcode has my esteemed permission to correct the range and support all video streams 0xe0 thru 0xef. Regards J From transcode-users-bounces@exit1.org Sat Jul 8 09:07:34 2006 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 D1425126D8B for ; Sat, 8 Jul 2006 09:07:34 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k686uehU027350; Sat, 8 Jul 2006 08:58:49 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail.unixforces.net (unixforces.net [217.160.130.73]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k67Jbmj8001287 for ; Fri, 7 Jul 2006 21:37:49 +0200 Received: from [192.168.0.2] (p54BBFB1B.dip.t-dialin.net [84.187.251.27]) by mail.unixforces.net (Postfix) with ESMTP id 656CFCB361 for ; Fri, 7 Jul 2006 19:35:57 +0000 (UTC) From: Markus Rothe To: transcode-users@exit1.org Date: Fri, 7 Jul 2006 19:37:18 +0000 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_vfrrE17L/kJDQNI" Message-Id: <200607071937.19020.markus@unixforces.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@fries X-Mail-Blocker-Flag: YES X-Mailman-Approved-At: Sat, 08 Jul 2006 08:56:38 +0200 Subject: [transcode-users] [patch] using posix versions of __s32 and others 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 --Boundary-00=_vfrrE17L/kJDQNI Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I'm subscribed to transcode-devel and transcode-users for about a month now and have not yet seen a mail in transcode-devel, so I post this here on transcode-users. Please tell me, if this was wrong. On PowerPC64 you cannot define __s32 and such definitions without risking to redefine them, because they are already defined in linux kernel headers. The correct way would be using posix versions like int32_t and such. For more information look here [1]. On Gentoo we apply a patch on all arches fixing this. Would be fine to have this patch included. Unfortunatly the patch attached to this mail is not the patch included in gentoo, because I had to adopt it so it can be applied to HEAD. Comments? Regards, Markus Rothe [1] http://bugs.gentoo.org/show_bug.cgi?id=93797 --Boundary-00=_vfrrE17L/kJDQNI Content-Type: text/x-diff; charset="utf-8"; name="transcode-HEAD-types.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="transcode-HEAD-types.patch" diff -ruN transcode/import/nuv/import_nuv.c transcode.changed/import/nuv/import_nuv.c --- transcode/import/nuv/import_nuv.c 2006-06-28 09:11:52.000000000 +0000 +++ transcode.changed/import/nuv/import_nuv.c 2006-07-07 19:15:38.000000000 +0000 @@ -488,7 +488,7 @@ break; case '1': // RTjpeg-compressed data - RTjpeg_decompressYUV420((__s8 *)encoded_frame, outframe->video_buf); + RTjpeg_decompressYUV420((int8_t *)encoded_frame, outframe->video_buf); break; case 'N': // Black frame diff -ruN transcode/import/nuv/README.rtjpeg transcode.changed/import/nuv/README.rtjpeg --- transcode/import/nuv/README.rtjpeg 2006-06-28 09:11:52.000000000 +0000 +++ transcode.changed/import/nuv/README.rtjpeg 2006-07-07 19:20:02.000000000 +0000 @@ -82,7 +82,7 @@ ================= (some functions may not yet be implemented for all module types) -extern void RTjpeg_init_Q(__u8 Q); +extern void RTjpeg_init_Q(uint8_t Q); ---------------------------------- Change the quality factor for future compressions/decompressions to Q. Q=255 ==> IJG jpeg 75% (max) @@ -90,7 +90,7 @@ Q=32 (min usable) Q=1 (abstract art) -extern void RTjpeg_init_compress(__u32 *buf, int width, int height, __u8 Q); +extern void RTjpeg_init_compress(uin32_t *buf, int width, int height, uint8_t Q); ---------------------------------------------------------------------------- Initialise the compressor. *buf is a pointer to 128 ints. The de-quantizer values are stored in this @@ -100,13 +100,13 @@ height is the height of the Y component of the image. Q is the quality factor (see above) -extern void RTjpeg_init_decompress(__u32 *buf, int width, int height); +extern void RTjpeg_init_decompress(uint32_t *buf, int width, int height); ---------------------------------------------------------------------- Initialise decompressor (and color convertor). *buf is a pointer to the 128 ints produced by init_compress. width and height, as before. -extern int RTjpeg_compress(__s8 *sp, unsigned char *bp); +extern int RTjpeg_compress(int8_t *sp, unsigned char *bp); -------------------------------------------------------- Compress the image. *sp is a pointer to the output data (for safety, this buffer should be as @@ -114,7 +114,7 @@ *bp is a pointer to the input data (YUV420P format). RETURN: the number of bytes actually used for the output stream. -extern void RTjpeg_decompress(__s8 *sp, __u8 *bp); +extern void RTjpeg_decompress(int8_t *sp, uint8_t *bp); -------------------------------------------------- Decompress the image. as before (no RETURN). @@ -123,7 +123,7 @@ ---------------------------------------- Initialise interframe compression. -extern int RTjpeg_mcompress(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask); +extern int RTjpeg_mcompress(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask); ----------------------------------------------------------------------------------- Perform interframe compression. *sp, *bp as for compress @@ -141,32 +141,32 @@ test multiple compression factors for compressed block size. Remember to call mcompress with test mode = 0 BEFORE transmitting an encoded block.) -extern void RTjpeg_yuvrgb(__u8 *buf, __u8 *rgb); +extern void RTjpeg_yuvrgb(uint8_t *buf, uint8_t *rgb); ------------------------------------------------ Convert decompressed YUV420P data to RGB data *buf pointer to YUV420P data *rgb pointer to RGB data -extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb); +extern void RTjpeg_yuvrgb32(uint8_t *buf, uint8_t *rgb); -------------------------------------------------- convert to RGB32 data (display order) -extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb); +extern void RTjpeg_yuvrgb24(uint8_t *buf, uint8_t *rgb); -------------------------------------------------- convert to RGB24 (display order) -extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb); +extern void RTjpeg_yuvrgb16(uint8_t *buf, uint8_t *rgb); -------------------------------------------------- convert to RGB 565 -extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb); +extern void RTjpeg_yuvrgb8(uint8_t *buf, uint8_t *rgb); ------------------------------------------------- convert to grey-scale (grin) -extern void RTjpeg_double32(__u32 *buf); -extern void RTjpeg_double24(__u8 *buf); -extern void RTjpeg_double16(__u16 *buf); -extern void RTjpeg_double8(__u8 *buf); +extern void RTjpeg_double32(uint32_t *buf); +extern void RTjpeg_double24(uint8_t *buf); +extern void RTjpeg_double16(uint16_t *buf); +extern void RTjpeg_double8(uint8_t *buf); -------------------------------------- convert the image pointed to by *buf to double size (size is determined by with and height from init_decompress). diff -ruN transcode/import/nuv/RTjpegN.c transcode.changed/import/nuv/RTjpegN.c --- transcode/import/nuv/RTjpegN.c 2006-06-28 09:11:52.000000000 +0000 +++ transcode.changed/import/nuv/RTjpegN.c 2006-07-07 18:51:30.000000000 +0000 @@ -54,7 +54,7 @@ 62, 55, 63 }; -static const __u64 RTjpeg_aan_tab[64]={ +static const uint64_t RTjpeg_aan_tab[64]={ 4294967296ULL, 5957222912ULL, 5611718144ULL, 5050464768ULL, 4294967296ULL, 3374581504ULL, 2324432128ULL, 1184891264ULL, 5957222912ULL, 8263040512ULL, 7783580160ULL, 7005009920ULL, 5957222912ULL, 4680582144ULL, 3224107520ULL, 1643641088ULL, 5611718144ULL, 7783580160ULL, 7331904512ULL, 6598688768ULL, 5611718144ULL, 4408998912ULL, 3036936960ULL, 1548224000ULL, @@ -66,16 +66,16 @@ }; #ifndef MMX -static __s32 RTjpeg_ws[64+31]; +static int32_t RTjpeg_ws[64+31]; #endif -__u8 RTjpeg_alldata[2*64+4*64+4*64+4*64+4*64+32]; +uint8_t RTjpeg_alldata[2*64+4*64+4*64+4*64+4*64+32]; -__s16 *block; // rh -__s16 *RTjpeg_block; -__s32 *RTjpeg_lqt; -__s32 *RTjpeg_cqt; -__u32 *RTjpeg_liqt; -__u32 *RTjpeg_ciqt; +int16_t *block; // rh +int16_t *RTjpeg_block; +int16_t *RTjpeg_lqt; +int32_t *RTjpeg_cqt; +uint32_t *RTjpeg_liqt; +uint32_t *RTjpeg_ciqt; unsigned char RTjpeg_lb8; unsigned char RTjpeg_cb8; @@ -83,14 +83,14 @@ int RTjpeg_Ywidth, RTjpeg_Cwidth; int RTjpeg_Ysize, RTjpeg_Csize; -__s16 *RTjpeg_old=NULL; +int16_t *RTjpeg_old=NULL; #ifdef MMX mmx_t RTjpeg_lmask; mmx_t RTjpeg_cmask; #else -__u16 RTjpeg_lmask; -__u16 RTjpeg_cmask; +uint16_t RTjpeg_lmask; +uint16_t RTjpeg_cmask; #endif int RTjpeg_mtest=0; @@ -133,10 +133,10 @@ /* Block to Stream (encoding) */ /* */ -static int RTjpeg_b2s(__s16 *data, __s8 *strm, __u8 bt8) +static int RTjpeg_b2s(int16_t *data, int8_t *strm, uint8_t bt8) { register int ci, co=1; - register __s16 ZZvalue; + register int16_t ZZvalue; register unsigned char bitten; register unsigned char bitoff; @@ -157,7 +157,7 @@ // first byte allways written strm[0]= - (__u8)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]); + (uint8_t)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]); ci=63; @@ -273,11 +273,11 @@ if(ZZvalue>0) { - strm[co++]=(__s8)(ZZvalue>127)?127:ZZvalue; + strm[co++]=(int8_t)(ZZvalue>127)?127:ZZvalue; } else { - strm[co++]=(__s8)(ZZvalue<-128)?-128:ZZvalue; + strm[co++]=(int8_t)(ZZvalue<-128)?-128:ZZvalue; } } @@ -303,7 +303,7 @@ /* Stream to Block (decoding) */ /* */ -static int RTjpeg_s2b(__s16 *data, __s8 *strm, __u8 bt8, __u32 *qtbl) +static int RTjpeg_s2b(int16_t *data, int8_t *strm, uint8_t bt8, uint32_t *qtbl) { int ci; register int co; @@ -313,7 +313,7 @@ /* first byte always read */ i=RTjpeg_ZZ[0]; - data[i]=((__u8)strm[0])*qtbl[i]; + data[i]=((uint8_t)strm[0])*qtbl[i]; /* we start at the behind */ @@ -448,10 +448,10 @@ #else -static int RTjpeg_b2s(__s16 *data, __s8 *strm, __u8 bt8) +static int RTjpeg_b2s(int16_t *data, int8_t *strm, uint8_t bt8) { register int ci, co=1, tmp; - register __s16 ZZvalue; + register int16_t ZZvalue; #ifdef SHOWBLOCK @@ -463,7 +463,7 @@ #endif - (__u8)strm[0]=(__u8)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]); + (uint8_t)strm[0]=(uint8_t)(data[RTjpeg_ZZ[0]]>254) ? 254:((data[RTjpeg_ZZ[0]]<0)?0:data[RTjpeg_ZZ[0]]); for(ci=1; ci<=bt8; ci++) { @@ -471,11 +471,11 @@ if(ZZvalue>0) { - strm[co++]=(__s8)(ZZvalue>127)?127:ZZvalue; + strm[co++]=(int8_t)(ZZvalue>127)?127:ZZvalue; } else { - strm[co++]=(__s8)(ZZvalue<-128)?-128:ZZvalue; + strm[co++]=(int8_t)(ZZvalue<-128)?-128:ZZvalue; } } @@ -485,11 +485,11 @@ if(ZZvalue>0) { - strm[co++]=(__s8)(ZZvalue>63)?63:ZZvalue; + strm[co++]=(int8_t)(ZZvalue>63)?63:ZZvalue; } else if(ZZvalue<0) { - strm[co++]=(__s8)(ZZvalue<-64)?-64:ZZvalue; + strm[co++]=(int8_t)(ZZvalue<-64)?-64:ZZvalue; } else /* compress zeros */ { @@ -500,20 +500,20 @@ } while((ci<64)&&(data[RTjpeg_ZZ[ci]]==0)); - strm[co++]=(__s8)(63+(ci-tmp)); + strm[co++]=(int8_t)(63+(ci-tmp)); ci--; } } return (int)co; } -static int RTjpeg_s2b(__s16 *data, __s8 *strm, __u8 bt8, __u32 *qtbl) +static int RTjpeg_s2b(int16_t *data, int8_t *strm, uint8_t bt8, uint32_t *qtbl) { int ci=1, co=1, tmp; register int i; i=RTjpeg_ZZ[0]; - data[i]=((__u8)strm[0])*qtbl[i]; + data[i]=((uint8_t)strm[0])*qtbl[i]; for(co=1; co<=bt8; co++) { @@ -543,19 +543,19 @@ static void RTjpeg_quant_init(void) { int i; - __s16 *qtbl; + int16_t *qtbl; - qtbl=(__s16 *)RTjpeg_lqt; - for(i=0; i<64; i++)qtbl[i]=(__s16)RTjpeg_lqt[i]; + qtbl=(int16_t *)RTjpeg_lqt; + for(i=0; i<64; i++)qtbl[i]=(int16_t)RTjpeg_lqt[i]; - qtbl=(__s16 *)RTjpeg_cqt; - for(i=0; i<64; i++)qtbl[i]=(__s16)RTjpeg_cqt[i]; + qtbl=(int16_t *)RTjpeg_cqt; + for(i=0; i<64; i++)qtbl[i]=(int16_t)RTjpeg_cqt[i]; } static mmx_t RTjpeg_ones=(mmx_t)(long long)0x0001000100010001LL; static mmx_t RTjpeg_half=(mmx_t)(long long)0x7fff7fff7fff7fffLL; -static void RTjpeg_quant(__s16 *block, __s32 *qtbl) +static void RTjpeg_quant(int16_t *block, int32_t *qtbl) { int i; mmx_t *bl, *ql; @@ -596,12 +596,12 @@ { } -static void RTjpeg_quant(__s16 *block, __s32 *qtbl) +static void RTjpeg_quant(int16_t *block, int32_t *qtbl) { int i; for(i=0; i<64; i++) - block[i]=(__s16)((block[i]*qtbl[i]+32767)>>16); + block[i]=(int16_t)((block[i]*qtbl[i]+32767)>>16); } #endif @@ -617,14 +617,14 @@ #else -#define FIX_0_382683433 ((__s32) 98) /* FIX(0.382683433) */ -#define FIX_0_541196100 ((__s32) 139) /* FIX(0.541196100) */ -#define FIX_0_707106781 ((__s32) 181) /* FIX(0.707106781) */ -#define FIX_1_306562965 ((__s32) 334) /* FIX(1.306562965) */ - -#define DESCALE10(x) (__s16)( ((x)+128) >> 8) -#define DESCALE20(x) (__s16)(((x)+32768) >> 16) -#define D_MULTIPLY(var,const) ((__s32) ((var) * (const))) +#define FIX_0_382683433 ((int32_t) 98) /* FIX(0.382683433) */ +#define FIX_0_541196100 ((int32_t) 139) /* FIX(0.541196100) */ +#define FIX_0_707106781 ((int32_t) 181) /* FIX(0.707106781) */ +#define FIX_1_306562965 ((int32_t) 334) /* FIX(1.306562965) */ + +#define DESCALE10(x) (int16_t)( ((x)+128) >> 8) +#define DESCALE20(x) (int16_t)(((x)+32768) >> 16) +#define D_MULTIPLY(var,const) ((int32_t) ((var) * (const))) #endif static void RTjpeg_dct_init(void) @@ -633,20 +633,20 @@ for(i=0; i<64; i++) { - RTjpeg_lqt[i]=(((__u64)RTjpeg_lqt[i]<<32)/RTjpeg_aan_tab[i]); - RTjpeg_cqt[i]=(((__u64)RTjpeg_cqt[i]<<32)/RTjpeg_aan_tab[i]); + RTjpeg_lqt[i]=(((uint64_t)RTjpeg_lqt[i]<<32)/RTjpeg_aan_tab[i]); + RTjpeg_cqt[i]=(((uint64_t)RTjpeg_cqt[i]<<32)/RTjpeg_aan_tab[i]); } } -static void RTjpeg_dctY(__u8 *idata, __s16 *odata, int rskip) +static void RTjpeg_dctY(uint8_t *idata, int16_t *odata, int rskip) { #ifndef MMX - __s32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; - __s32 tmp10, tmp11, tmp12, tmp13; - __s32 z1, z2, z3, z4, z5, z11, z13; - __u8 *idataptr; - __s16 *odataptr; - __s32 *wsptr; + int32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; + int32_t tmp10, tmp11, tmp12, tmp13; + int32_t z1, z2, z3, z4, z5, z11, z13; + uint8_t *idataptr; + int16_t *odataptr; + int32_t *wsptr; int ctr; idataptr = idata; @@ -1543,17 +1543,17 @@ #endif } -#define FIX_1_082392200 ((__s32) 277) /* FIX(1.082392200) */ -#define FIX_1_414213562 ((__s32) 362) /* FIX(1.414213562) */ -#define FIX_1_847759065 ((__s32) 473) /* FIX(1.847759065) */ -#define FIX_2_613125930 ((__s32) 669) /* FIX(2.613125930) */ +#define FIX_1_082392200 ((int32_t) 277) /* FIX(1.082392200) */ +#define FIX_1_414213562 ((int32_t) 362) /* FIX(1.414213562) */ +#define FIX_1_847759065 ((int32_t) 473) /* FIX(1.847759065) */ +#define FIX_2_613125930 ((int32_t) 669) /* FIX(2.613125930) */ -#define DESCALE(x) (__s16)( ((x)+4) >> 3) +#define DESCALE(x) (int16_t)( ((x)+4) >> 3) /* clip yuv to 16..235 (should be 16..240 for cr/cb but ... */ #define RL(x) ((x)>235) ? 235 : (((x)<16) ? 16 : (x)) -#define MULTIPLY(var,const) (((__s32) ((var) * (const)) + 128)>>8) +#define MULTIPLY(var,const) (((int32_t) ((var) * (const)) + 128)>>8) static void RTjpeg_idct_init(void) { @@ -1561,12 +1561,12 @@ for(i=0; i<64; i++) { - RTjpeg_liqt[i]=((__u64)RTjpeg_liqt[i]*RTjpeg_aan_tab[i])>>32; - RTjpeg_ciqt[i]=((__u64)RTjpeg_ciqt[i]*RTjpeg_aan_tab[i])>>32; + RTjpeg_liqt[i]=((uint64_t)RTjpeg_liqt[i]*RTjpeg_aan_tab[i])>>32; + RTjpeg_ciqt[i]=((uint64_t)RTjpeg_ciqt[i]*RTjpeg_aan_tab[i])>>32; } } -static void RTjpeg_idct(__u8 *odata, __s16 *data, int rskip) +static void RTjpeg_idct(uint8_t *odata, int16_t *data, int rskip) { #ifdef MMX @@ -2560,15 +2560,15 @@ movq_r2m(mm3, *(dataptr)); #else - __s32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; - __s32 tmp10, tmp11, tmp12, tmp13; - __s32 z5, z10, z11, z12, z13; - __s16 *inptr; - __s32 *wsptr; - __u8 *outptr; + int32_t tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; + int32_t tmp10, tmp11, tmp12, tmp13; + int32_t z5, z10, z11, z12, z13; + int16_t *inptr; + int32_t *wsptr; + uint8_t *outptr; int ctr; - __s32 dcval; - __s32 workspace[64]; + int32_t dcval; + int32_t workspace[64]; inptr = data; wsptr = workspace; @@ -2628,14 +2628,14 @@ tmp5 = tmp11 - tmp6; tmp4 = tmp10 + tmp5; - wsptr[0] = (__s32) (tmp0 + tmp7); - wsptr[56] = (__s32) (tmp0 - tmp7); - wsptr[8] = (__s32) (tmp1 + tmp6); - wsptr[48] = (__s32) (tmp1 - tmp6); - wsptr[16] = (__s32) (tmp2 + tmp5); - wsptr[40] = (__s32) (tmp2 - tmp5); - wsptr[32] = (__s32) (tmp3 + tmp4); - wsptr[24] = (__s32) (tmp3 - tmp4); + wsptr[0] = (int32_t) (tmp0 + tmp7); + wsptr[56] = (int32_t) (tmp0 - tmp7); + wsptr[8] = (int32_t) (tmp1 + tmp6); + wsptr[48] = (int32_t) (tmp1 - tmp6); + wsptr[16] = (int32_t) (tmp2 + tmp5); + wsptr[40] = (int32_t) (tmp2 - tmp5); + wsptr[32] = (int32_t) (tmp3 + tmp4); + wsptr[24] = (int32_t) (tmp3 - tmp4); inptr++; wsptr++; @@ -2712,15 +2712,15 @@ dptr=dptr>>5; dptr=dptr<<5; /* cache align data */ - RTjpeg_block=(__s16 *)dptr; - dptr+=sizeof(__s16)*64; - RTjpeg_lqt=(__s32 *)dptr; - dptr+=sizeof(__s32)*64; - RTjpeg_cqt=(__s32 *)dptr; - dptr+=sizeof(__s32)*64; - RTjpeg_liqt=(__u32 *)dptr; - dptr+=sizeof(__u32)*64; - RTjpeg_ciqt=(__u32 *)dptr; + RTjpeg_block=(int16_t *)dptr; + dptr+=sizeof(int16_t)*64; + RTjpeg_lqt=(int32_t *)dptr; + dptr+=sizeof(int32_t)*64; + RTjpeg_cqt=(int32_t *)dptr; + dptr+=sizeof(int32_t)*64; + RTjpeg_liqt=(uint32_t *)dptr; + dptr+=sizeof(uint32_t)*64; + RTjpeg_ciqt=(uint32_t *)dptr; } /* @@ -2734,18 +2734,18 @@ Q -> quality factor (192=best, 32=worst) */ -void RTjpeg_init_Q(__u8 Q) +void RTjpeg_init_Q(uint8_t Q) { int i; - __u64 qual; + uint64_t qual; - qual=(__u64)Q<<(32-7); /* 32 bit FP, 255=2, 0=0 */ + qual=(uint64_t)Q<<(32-7); /* 32 bit FP, 255=2, 0=0 */ for(i=0; i<64; i++) { - RTjpeg_lqt[i]=(__s32)((qual/((__u64)RTjpeg_lum_quant_tbl[i]<<16))>>3); + RTjpeg_lqt[i]=(int32_t)((qual/((uint64_t)RTjpeg_lum_quant_tbl[i]<<16))>>3); if(RTjpeg_lqt[i]==0)RTjpeg_lqt[i]=1; - RTjpeg_cqt[i]=(__s32)((qual/((__u64)RTjpeg_chrom_quant_tbl[i]<<16))>>3); + RTjpeg_cqt[i]=(int32_t)((qual/((uint64_t)RTjpeg_chrom_quant_tbl[i]<<16))>>3); if(RTjpeg_cqt[i]==0)RTjpeg_cqt[i]=1; RTjpeg_liqt[i]=(1<<16)/(RTjpeg_lqt[i]<<3); RTjpeg_ciqt[i]=(1<<16)/(RTjpeg_cqt[i]<<3); @@ -2779,10 +2779,10 @@ */ -void RTjpeg_init_compress(__u32 *buf, int width, int height, __u8 Q) +void RTjpeg_init_compress(uint32_t *buf, int width, int height, uint8_t Q) { int i; - __u64 qual; + uint64_t qual; RTjpeg_init_data(); @@ -2793,13 +2793,13 @@ RTjpeg_Cwidth = RTjpeg_width>>4; RTjpeg_Csize= (width>>1) * height; - qual=(__u64)Q<<(32-7); /* 32 bit FP, 255=2, 0=0 */ + qual=(uint64_t)Q<<(32-7); /* 32 bit FP, 255=2, 0=0 */ for(i=0; i<64; i++) { - RTjpeg_lqt[i]=(__s32)((qual/((__u64)RTjpeg_lum_quant_tbl[i]<<16))>>3); + RTjpeg_lqt[i]=(int32_t)((qual/((uint64_t)RTjpeg_lum_quant_tbl[i]<<16))>>3); if(RTjpeg_lqt[i]==0)RTjpeg_lqt[i]=1; - RTjpeg_cqt[i]=(__s32)((qual/((__u64)RTjpeg_chrom_quant_tbl[i]<<16))>>3); + RTjpeg_cqt[i]=(int32_t)((qual/((uint64_t)RTjpeg_chrom_quant_tbl[i]<<16))>>3); if(RTjpeg_cqt[i]==0)RTjpeg_cqt[i]=1; RTjpeg_liqt[i]=(1<<16)/(RTjpeg_lqt[i]<<3); RTjpeg_ciqt[i]=(1<<16)/(RTjpeg_cqt[i]<<3); @@ -2823,7 +2823,7 @@ buf[64+i]=RTjpeg_ciqt[i]; } -void RTjpeg_init_decompress(__u32 *buf, int width, int height) +void RTjpeg_init_decompress(uint32_t *buf, int width, int height) { int i; @@ -2854,12 +2854,12 @@ // RTjpeg_color_init(); } -int RTjpeg_compressYUV420(__s8 *sp, unsigned char *bp) +int RTjpeg_compressYUV420(int8_t *sp, unsigned char *bp) { - __s8 * sb; - register __s8 * bp1 = bp + (RTjpeg_width<<3); - register __s8 * bp2 = bp + RTjpeg_Ysize; - register __s8 * bp3 = bp2 + (RTjpeg_Csize>>1); + int8_t * sb; + register int8_t * bp1 = bp + (RTjpeg_width<<3); + register int8_t * bp2 = bp + RTjpeg_Ysize; + register int8_t * bp3 = bp2 + (RTjpeg_Csize>>1); register int i, j, k; #ifdef MMX @@ -2908,11 +2908,11 @@ return (sp-sb); } -int RTjpeg_compressYUV422(__s8 *sp, unsigned char *bp) +int RTjpeg_compressYUV422(int8_t *sp, unsigned char *bp) { - __s8 * sb; - register __s8 * bp2 = bp + RTjpeg_Ysize; - register __s8 * bp3 = bp2 + RTjpeg_Csize; + int8_t * sb; + register int8_t * bp2 = bp + RTjpeg_Ysize; + register int8_t * bp3 = bp2 + RTjpeg_Csize; register int i, j, k; #ifdef MMX @@ -2952,9 +2952,9 @@ return (sp-sb); } -int RTjpeg_compress8(__s8 *sp, unsigned char *bp) +int RTjpeg_compress8(int8_t *sp, unsigned char *bp) { - __s8 * sb; + int8_t * sb; int i, j; #ifdef MMX @@ -2980,10 +2980,10 @@ return (sp-sb); } -void RTjpeg_decompressYUV422(__s8 *sp, __u8 *bp) +void RTjpeg_decompressYUV422(int8_t *sp, uint8_t *bp) { - register __s8 * bp2 = bp + RTjpeg_Ysize; - register __s8 * bp3 = bp2 + (RTjpeg_Csize); + register int8_t * bp2 = bp + RTjpeg_Ysize; + register int8_t * bp3 = bp2 + (RTjpeg_Csize); int i, j,k; #ifdef MMX @@ -3028,11 +3028,11 @@ #endif } -void RTjpeg_decompressYUV420(__s8 *sp, __u8 *bp) +void RTjpeg_decompressYUV420(int8_t *sp, uint8_t *bp) { - register __s8 * bp1 = bp + (RTjpeg_width<<3); - register __s8 * bp2 = bp + RTjpeg_Ysize; - register __s8 * bp3 = bp2 + (RTjpeg_Csize>>1); + register int8_t * bp1 = bp + (RTjpeg_width<<3); + register int8_t * bp2 = bp + RTjpeg_Ysize; + register int8_t * bp3 = bp2 + (RTjpeg_Csize>>1); int i, j,k; #ifdef MMX @@ -3090,7 +3090,7 @@ #endif } -void RTjpeg_decompress8(__s8 *sp, __u8 *bp) +void RTjpeg_decompress8(int8_t *sp, uint8_t *bp) { int i, j; @@ -3129,7 +3129,7 @@ tmp=(unsigned long)RTjpeg_old; tmp+=32; tmp=tmp>>5; - RTjpeg_old=(__s16 *)(tmp<<5); + RTjpeg_old=(int16_t *)(tmp<<5); } if (!RTjpeg_old) { @@ -3141,7 +3141,7 @@ #ifdef MMX -static int RTjpeg_bcomp(__s16 *old, mmx_t *mask) +static int RTjpeg_bcomp(int16_t *old, mmx_t *mask) { int i; mmx_t *mold=(mmx_t *)old; @@ -3179,14 +3179,14 @@ if(result.q) { // if(!RTjpeg_mtest) -// for(i=0; i<16; i++)((__u64 *)old)[i]=((__u64 *)RTjpeg_block)[i]; +// for(i=0; i<16; i++)((uint64_t *)old)[i]=((uint64_t *)RTjpeg_block)[i]; return 0; } return 1; } #else -static int RTjpeg_bcomp(__s16 *old, __u16 *mask) +static int RTjpeg_bcomp(int16_t *old, uint16_t *mask) { int i; @@ -3194,7 +3194,7 @@ if(abs(old[i]-RTjpeg_block[i])>*mask) { if(!RTjpeg_mtest) - for(i=0; i<16; i++)((__u64 *)old)[i]=((__u64 *)RTjpeg_block)[i]; + for(i=0; i<16; i++)((uint64_t *)old)[i]=((uint64_t *)RTjpeg_block)[i]; return 0; } return 1; @@ -3206,19 +3206,19 @@ RTjpeg_mtest=i; } -int RTjpeg_mcompressYUV420(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask) +int RTjpeg_mcompressYUV420(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask) { - __s8 * sb; -//rh __s16 *block; - register __s8 * bp1 = bp + (RTjpeg_width<<3); - register __s8 * bp2 = bp + RTjpeg_Ysize; - register __s8 * bp3 = bp2 + (RTjpeg_Csize>>1); + int8_t * sb; +//rh int16_t *block; + register int8_t * bp1 = bp + (RTjpeg_width<<3); + register int8_t * bp2 = bp + RTjpeg_Ysize; + register int8_t * bp3 = bp2 + (RTjpeg_Csize>>1); register int i, j, k; #ifdef MMX emms(); - RTjpeg_lmask=(mmx_t)(((__u64)lmask<<48)|((__u64)lmask<<32)|((__u64)lmask<<16)|lmask); - RTjpeg_cmask=(mmx_t)(((__u64)cmask<<48)|((__u64)cmask<<32)|((__u64)cmask<<16)|cmask); + RTjpeg_lmask=(mmx_t)(((uint64_t)lmask<<48)|((uint64_t)lmask<<32)|((uint64_t)lmask<<16)|lmask); + RTjpeg_cmask=(mmx_t)(((uint64_t)cmask<<48)|((uint64_t)cmask<<32)|((uint64_t)cmask<<16)|cmask); #else RTjpeg_lmask=lmask; RTjpeg_cmask=cmask; @@ -3235,7 +3235,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3244,7 +3244,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3253,7 +3253,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3262,7 +3262,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3271,7 +3271,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_cqt); if(RTjpeg_bcomp(block, &RTjpeg_cmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_cb8); block+=64; @@ -3280,7 +3280,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_cqt); if(RTjpeg_bcomp(block, &RTjpeg_cmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_cb8); block+=64; @@ -3298,18 +3298,18 @@ } -int RTjpeg_mcompressYUV422(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask) +int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint64_t cmask) { - __s8 * sb; - __s16 *block; - register __s8 * bp2; - register __s8 * bp3; + int8_t * sb; + int16_t *block; + register int8_t * bp2; + register int8_t * bp3; register int i, j, k; #ifdef MMX emms(); - RTjpeg_lmask=(mmx_t)(((__u64)lmask<<48)|((__u64)lmask<<32)|((__u64)lmask<<16)|lmask); - RTjpeg_cmask=(mmx_t)(((__u64)cmask<<48)|((__u64)cmask<<32)|((__u64)cmask<<16)|cmask); + RTjpeg_lmask=(mmx_t)(((uint64_t)lmask<<48)|((uint64_t)lmask<<32)|((uint64_t)lmask<<16)|lmask); + RTjpeg_cmask=(mmx_t)(((uint64_t)cmask<<48)|((uint64_t)cmask<<32)|((uint64_t)cmask<<16)|cmask); #else RTjpeg_lmask=lmask; RTjpeg_cmask=cmask; @@ -3330,7 +3330,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3339,7 +3339,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; @@ -3348,7 +3348,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_cqt); if(RTjpeg_bcomp(block, &RTjpeg_cmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_cb8); block+=64; @@ -3357,7 +3357,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_cqt); if(RTjpeg_bcomp(block, &RTjpeg_cmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_cb8); block+=64; @@ -3373,15 +3373,15 @@ return (sp-sb); } -int RTjpeg_mcompress8(__s8 *sp, unsigned char *bp, __u16 lmask) +int RTjpeg_mcompress8(int8_t *sp, unsigned char *bp, uint16_t lmask) { - __s8 * sb; - __s16 *block; + int8_t * sb; + int16_t *block; int i, j; #ifdef MMX emms(); - RTjpeg_lmask=(mmx_t)(((__u64)lmask<<48)|((__u64)lmask<<32)|((__u64)lmask<<16)|lmask); + RTjpeg_lmask=(mmx_t)(((uint64_t)lmask<<48)|(uint64_t)lmask<<32)|((uint64_t)lmask<<16)|lmask); #else RTjpeg_lmask=lmask; #endif @@ -3398,7 +3398,7 @@ RTjpeg_quant(RTjpeg_block, RTjpeg_lqt); if(RTjpeg_bcomp(block, &RTjpeg_lmask)) { - *((__u8 *)sp++)=255; + *((uint8_t *)sp++)=255; } else sp+=RTjpeg_b2s(RTjpeg_block, sp, RTjpeg_lb8); block+=64; } @@ -3422,12 +3422,12 @@ #define KcbB 132252 #define Ky 76284 -void RTjpeg_yuv422rgb(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuv422rgb(uint8_t *buf, uint8_t *rgb, int stride) { int tmp; int i, j; - __s32 y, crR, crG, cbG, cbB; - __u8 *bufcr, *bufcb, *bufy, *bufoute; + int32_t y, crR, crG, cbG, cbB; + uint8_t *bufcr, *bufcb, *bufy, *bufoute; int yskip; yskip=RTjpeg_width; @@ -3470,12 +3470,12 @@ } -void RTjpeg_yuv420rgb(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuv420rgb(uint8_t *buf, uint8_t *rgb, int stride) { int tmp; int i, j; - __s32 y, crR, crG, cbG, cbB; - __u8 *bufcr, *bufcb, *bufy, *bufoute, *bufouto; + int32_t y, crR, crG, cbG, cbB; + uint8_t *bufcr, *bufcb, *bufy, *bufoute, *bufouto; int oskip, yskip; if(stride==0) @@ -3544,12 +3544,12 @@ } -void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuvrgb32(uint8_t *buf, uint8_t *rgb, int stride) { int tmp; int i, j; - __s32 y, crR, crG, cbG, cbB; - __u8 *bufcr, *bufcb, *bufy, *bufoute, *bufouto; + int32_t y, crR, crG, cbG, cbB; + uint8_t *bufcr, *bufcb, *bufy, *bufoute, *bufouto; int oskip, yskip; if(stride==0) @@ -3620,12 +3620,12 @@ } } -void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuvrgb24(uint8_t *buf, uint8_t *rgb, int stride) { int tmp; int i, j; - __s32 y, crR, crG, cbG, cbB; - __u8 *bufcr, *bufcb, *bufy, *bufoute, *bufouto; + int32_t y, crR, crG, cbG, cbB; + uint8_t *bufcr, *bufcb, *bufy, *bufoute, *bufouto; int oskip, yskip; if(stride==0) @@ -3693,12 +3693,12 @@ } } -void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuvrgb16(uint8_t *buf, uint8_t *rgb, int stride) { int tmp; int i, j; - __s32 y, crR, crG, cbG, cbB; - __u8 *bufcr, *bufcb, *bufy, *bufoute, *bufouto; + int32_t y, crR, crG, cbG, cbB; + uint8_t *bufcr, *bufcb, *bufy, *bufoute, *bufouto; int oskip, yskip; unsigned char r, g, b; @@ -3790,7 +3790,7 @@ /* fix stride */ -void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride) +void RTjpeg_yuvrgb8(uint8_t *buf, uint8_t *rgb, int stride) { bcopy(buf, rgb, RTjpeg_width*RTjpeg_height); } diff -ruN transcode/import/nuv/RTjpegN.h transcode.changed/import/nuv/RTjpegN.h --- transcode/import/nuv/RTjpegN.h 2006-06-28 09:11:52.000000000 +0000 +++ transcode.changed/import/nuv/RTjpegN.h 2006-07-07 18:55:37.000000000 +0000 @@ -26,37 +26,29 @@ # include "config.h" #endif -#ifndef _I386_TYPES_H -typedef unsigned char __u8; -typedef unsigned short __u16; -typedef unsigned long __u32; -typedef unsigned long long __u64; -typedef signed char __s8; -typedef signed short __s16; -typedef signed long __s32; -#endif +#include -extern void RTjpeg_init_Q(__u8 Q); -extern void RTjpeg_init_compress(long unsigned int *buf, int width, int height, __u8 Q); +extern void RTjpeg_init_Q(uint8_t Q); +extern void RTjpeg_init_compress(long unsigned int *buf, int width, int height, uint8_t Q); extern void RTjpeg_init_decompress(long unsigned int *buf, int width, int height); -extern int RTjpeg_compressYUV420(__s8 *sp, unsigned char *bp); -extern int RTjpeg_compressYUV422(__s8 *sp, unsigned char *bp); -extern void RTjpeg_decompressYUV420(__s8 *sp, __u8 *bp); -extern void RTjpeg_decompressYUV422(__s8 *sp, __u8 *bp); -extern int RTjpeg_compress8(__s8 *sp, unsigned char *bp); -extern void RTjpeg_decompress8(__s8 *sp, __u8 *bp); +extern int RTjpeg_compressYUV420(int8_t *sp, unsigned char *bp); +extern int RTjpeg_compressYUV422(int8_t *sp, unsigned char *bp); +extern void RTjpeg_decompressYUV420(int8_t *sp, uint8_t *bp); +extern void RTjpeg_decompressYUV422(int8_t *sp, uint8_t *bp); +extern int RTjpeg_compress8(int8_t *sp, unsigned char *bp); +extern void RTjpeg_decompress8(int8_t *sp, uint8_t *bp); extern void RTjpeg_init_mcompress(void); -extern int RTjpeg_mcompressYUV420(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask); -extern int RTjpeg_mcompressYUV422(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask); -extern int RTjpeg_mcompress8(__s8 *sp, unsigned char *bp, __u16 lmask); +extern int RTjpeg_mcompressYUV420(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask); +extern int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask); +extern int RTjpeg_mcompress8(int8_t *sp, unsigned char *bp, uint16_t lmask); extern void RTjpeg_set_test(int i); -extern void RTjpeg_yuv420rgb(__u8 *buf, __u8 *rgb, int stride); -extern void RTjpeg_yuv422rgb(__u8 *buf, __u8 *rgb, int stride); -extern void RTjpeg_yuvrgb8(__u8 *buf, __u8 *rgb, int stride); -extern void RTjpeg_yuvrgb16(__u8 *buf, __u8 *rgb, int stride); -extern void RTjpeg_yuvrgb24(__u8 *buf, __u8 *rgb, int stride); -extern void RTjpeg_yuvrgb32(__u8 *buf, __u8 *rgb, int stride); +extern void RTjpeg_yuv420rgb(uint8_t *buf, uint8_t *rgb, int stride); +extern void RTjpeg_yuv422rgb(uint8_t *buf, uint8_t *rgb, int stride); +extern void RTjpeg_yuvrgb8(uint8_t *buf, uint8_t *rgb, int stride); +extern void RTjpeg_yuvrgb16(uint8_t *buf, uint8_t *rgb, int stride); +extern void RTjpeg_yuvrgb24(uint8_t *buf, uint8_t *rgb, int stride); +extern void RTjpeg_yuvrgb32(uint8_t *buf, uint8_t *rgb, int stride); diff -ruN transcode/import/v4l/videodev2.h transcode.changed/import/v4l/videodev2.h --- transcode/import/v4l/videodev2.h 2006-06-28 09:11:53.000000000 +0000 +++ transcode.changed/import/v4l/videodev2.h 2006-07-07 19:14:53.000000000 +0000 @@ -20,7 +20,7 @@ /* Four-character-code (FOURCC) */ #define v4l2_fourcc(a,b,c,d)\ - (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24)) + (((uint32_t)(a)<<0)|((uint32_t)(b)<<8)|((uint32_t)(c)<<16)|((uint32_t)(d)<<24)) /* * E N U M S @@ -111,15 +111,15 @@ }; struct v4l2_rect { - __s32 left; - __s32 top; - __s32 width; - __s32 height; + int32_t left; + int32_t top; + int32_t width; + int32_t height; }; struct v4l2_fract { - __u32 numerator; - __u32 denominator; + uint32_t numerator; + uint32_t denominator; }; /* @@ -127,12 +127,12 @@ */ struct v4l2_capability { - __u8 driver[16]; /* i.e. "bttv" */ - __u8 card[32]; /* i.e. "Hauppauge WinTV" */ - __u8 bus_info[32]; /* "PCI:" + pci_dev->slot_name */ - __u32 version; /* should use KERNEL_VERSION() */ - __u32 capabilities; /* Device capabilities */ - __u32 reserved[4]; + uint8_t driver[16]; /* i.e. "bttv" */ + uint8_t card[32]; /* i.e. "Hauppauge WinTV" */ + uint8_t bus_info[32]; /* "PCI:" + pci_dev->slot_name */ + uint32_t version; /* should use KERNEL_VERSION() */ + uint32_t capabilities; /* Device capabilities */ + uint32_t reserved[4]; }; /* Values for 'capabilities' field */ @@ -156,14 +156,14 @@ struct v4l2_pix_format { - __u32 width; - __u32 height; - __u32 pixelformat; + uint32_t width; + uint32_t height; + uint32_t pixelformat; enum v4l2_field field; - __u32 bytesperline; /* for padding, zero if unused */ - __u32 sizeimage; + uint32_t bytesperline; /* for padding, zero if unused */ + uint32_t sizeimage; enum v4l2_colorspace colorspace; - __u32 priv; /* private data, depends on pixelformat */ + uint32_t priv; /* private data, depends on pixelformat */ }; /* Pixel format FOURCC depth Description */ @@ -209,12 +209,12 @@ */ struct v4l2_fmtdesc { - __u32 index; /* Format number */ - enum v4l2_buf_type type; /* buffer type */ - __u32 flags; - __u8 description[32]; /* Description string */ - __u32 pixelformat; /* Format fourcc */ - __u32 reserved[4]; + uint32_t index; /* Format number */ + enum v4l2_buf_type type; /* buffer type */ + uint32_t flags; + uint8_t description[32]; /* Description string */ + uint32_t pixelformat; /* Format fourcc */ + uint32_t reserved[4]; }; #define V4L2_FMT_FLAG_COMPRESSED 0x0001 @@ -225,13 +225,13 @@ */ struct v4l2_timecode { - __u32 type; - __u32 flags; - __u8 frames; - __u8 seconds; - __u8 minutes; - __u8 hours; - __u8 userbits[4]; + uint32_t type; + uint32_t flags; + uint8_t frames; + uint8_t seconds; + uint8_t minutes; + uint8_t hours; + uint8_t userbits[4]; }; /* Type */ @@ -259,10 +259,10 @@ * ### later ... */ struct v4l2_compression { - __u32 quality; - __u32 keyframerate; - __u32 pframerate; - __u32 reserved[5]; + uint32_t quality; + uint32_t keyframerate; + uint32_t pframerate; + uint32_t reserved[5]; }; #endif @@ -278,7 +278,7 @@ int COM_len; /* Length of data in JPEG COM segment */ char COM_data[60]; /* Data in JPEG COM segment */ - __u32 jpeg_markers; /* Which markers should go into the JPEG + uint32_t jpeg_markers; /* Which markers should go into the JPEG * output. Unless you exactly know what * you do, leave them untouched. * Inluding less markers will make the @@ -302,32 +302,32 @@ */ struct v4l2_requestbuffers { - __u32 count; + uint32_t count; enum v4l2_buf_type type; enum v4l2_memory memory; - __u32 reserved[2]; + uint32_t reserved[2]; }; struct v4l2_buffer { - __u32 index; + uint32_t index; enum v4l2_buf_type type; - __u32 bytesused; - __u32 flags; + uint32_t bytesused; + uint32_t flags; enum v4l2_field field; struct timeval timestamp; struct v4l2_timecode timecode; - __u32 sequence; + uint32_t sequence; /* memory location */ - enum v4l2_memory memory; + enum v4l2_memory memory; union { - __u32 offset; - unsigned long userptr; + uint32_t offset; + unsigned long userptr; } m; - __u32 length; + uint32_t length; - __u32 reserved[2]; + uint32_t reserved[2]; }; /* Flags for 'flags' field */ @@ -344,11 +344,11 @@ */ struct v4l2_framebuffer { - __u32 capability; - __u32 flags; + uint32_t capability; + uint32_t flags; /* FIXME: in theory we should pass something like PCI device + memory * region + offset instead of some physical address */ - void* base; + void* base; struct v4l2_pix_format fmt; }; /* Flags for the 'capability' field. Read only */ @@ -371,9 +371,9 @@ { struct v4l2_rect w; enum v4l2_field field; - __u32 chromakey; + uint32_t chromakey; struct v4l2_clip *clips; - __u32 clipcount; + uint32_t clipcount; void *bitmap; }; @@ -383,12 +383,12 @@ */ struct v4l2_captureparm { - __u32 capability; /* Supported modes */ - __u32 capturemode; /* Current mode */ + uint32_t capability; /* Supported modes */ + uint32_t capturemode; /* Current mode */ struct v4l2_fract timeperframe; /* Time per frame in .1us units */ - __u32 extendedmode; /* Driver-specific extensions */ - __u32 readbuffers; /* # of buffers for read */ - __u32 reserved[4]; + uint32_t extendedmode; /* Driver-specific extensions */ + uint32_t readbuffers; /* # of buffers for read */ + uint32_t reserved[4]; }; /* Flags for 'capability' and 'capturemode' fields */ #define V4L2_MODE_HIGHQUALITY 0x0001 /* High quality imaging mode */ @@ -396,12 +396,12 @@ struct v4l2_outputparm { - __u32 capability; /* Supported modes */ - __u32 outputmode; /* Current mode */ - struct v4l2_fract timeperframe; /* Time per frame in seconds */ - __u32 extendedmode; /* Driver-specific extensions */ - __u32 writebuffers; /* # of buffers for write */ - __u32 reserved[4]; + uint32_t capability; /* Supported modes */ + uint32_t outputmode; /* Current mode */ + struct v4l2_fract timeperframe; /* Time per frame in seconds */ + uint32_t extendedmode; /* Driver-specific extensions */ + uint32_t writebuffers; /* # of buffers for write */ + uint32_t reserved[4]; }; /* @@ -424,7 +424,7 @@ * A N A L O G V I D E O S T A N D A R D */ -typedef __u64 v4l2_std_id; +typedef uint64_t v4l2_std_id; /* one bit for each */ #define V4L2_STD_PAL_B ((v4l2_std_id)0x00000001) @@ -491,12 +491,12 @@ struct v4l2_standard { - __u32 index; - v4l2_std_id id; - __u8 name[24]; - struct v4l2_fract frameperiod; /* Frames, not fields */ - __u32 framelines; - __u32 reserved[4]; + uint32_t index; + v4l2_std_id id; + uint8_t name[24]; + struct v4l2_fract frameperiod; /* Frames, not fields */ + uint32_t framelines; + uint32_t reserved[4]; }; @@ -505,14 +505,14 @@ */ struct v4l2_input { - __u32 index; /* Which input */ - __u8 name[32]; /* Label */ - __u32 type; /* Type of input */ - __u32 audioset; /* Associated audios (bitfield) */ - __u32 tuner; /* Associated tuner */ - v4l2_std_id std; - __u32 status; - __u32 reserved[4]; + uint32_t index; /* Which input */ + uint8_t name[32]; /* Label */ + uint32_t type; /* Type of input */ + uint32_t audioset; /* Associated audios (bitfield) */ + uint32_t tuner; /* Associated tuner */ + v4l2_std_id std; + uint32_t status; + uint32_t reserved[4]; }; /* Values for the 'type' field */ #define V4L2_INPUT_TYPE_TUNER 1 @@ -542,13 +542,13 @@ */ struct v4l2_output { - __u32 index; /* Which output */ - __u8 name[32]; /* Label */ - __u32 type; /* Type of output */ - __u32 audioset; /* Associated audios (bitfield) */ - __u32 modulator; /* Associated modulator */ - v4l2_std_id std; - __u32 reserved[4]; + uint32_t index; /* Which output */ + uint8_t name[32]; /* Label */ + uint32_t type; /* Type of output */ + uint32_t audioset; /* Associated audios (bitfield) */ + uint32_t modulator; /* Associated modulator */ + v4l2_std_id std; + uint32_t reserved[4]; }; /* Values for the 'type' field */ #define V4L2_OUTPUT_TYPE_MODULATOR 1 @@ -560,31 +560,31 @@ */ struct v4l2_control { - __u32 id; - __s32 value; + uint32_t id; + int32_t value; }; /* Used in the VIDIOC_QUERYCTRL ioctl for querying controls */ struct v4l2_queryctrl { - __u32 id; - enum v4l2_ctrl_type type; - __u8 name[32]; /* Whatever */ - __s32 minimum; /* Note signedness */ - __s32 maximum; - __s32 step; - __s32 default_value; - __u32 flags; - __u32 reserved[2]; + uint32_t id; + enum v4l2_ctrl_type type; + uint8_t name[32]; /* Whatever */ + int32_t minimum; /* Note signedness */ + int32_t maximum; + int32_t step; + int32_t default_value; + uint32_t flags; + uint32_t reserved[2]; }; /* Used in the VIDIOC_QUERYMENU ioctl for querying menu items */ struct v4l2_querymenu { - __u32 id; - __u32 index; - __u8 name[32]; /* Whatever */ - __u32 reserved; + uint32_t id; + uint32_t index; + uint8_t name[32]; /* Whatever */ + uint32_t reserved; }; /* Control flags */ @@ -627,28 +627,28 @@ */ struct v4l2_tuner { - __u32 index; - __u8 name[32]; - enum v4l2_tuner_type type; - __u32 capability; - __u32 rangelow; - __u32 rangehigh; - __u32 rxsubchans; - __u32 audmode; - __s32 signal; - __s32 afc; - __u32 reserved[4]; + uint32_t index; + uint8_t name[32]; + enum v4l2_tuner_type type; + uint32_t capability; + uint32_t rangelow; + uint32_t rangehigh; + uint32_t rxsubchans; + uint32_t audmode; + int32_t signal; + int32_t afc; + uint32_t reserved[4]; }; struct v4l2_modulator { - __u32 index; - __u8 name[32]; - __u32 capability; - __u32 rangelow; - __u32 rangehigh; - __u32 txsubchans; - __u32 reserved[4]; + uint32_t index; + uint8_t name[32]; + uint32_t capability; + uint32_t rangelow; + uint32_t rangehigh; + uint32_t txsubchans; + uint32_t reserved[4]; }; /* Flags for the 'capability' field */ @@ -675,10 +675,10 @@ struct v4l2_frequency { - __u32 tuner; - enum v4l2_tuner_type type; - __u32 frequency; - __u32 reserved[8]; + uint32_t tuner; + enum v4l2_tuner_type type; + uint32_t frequency; + uint32_t reserved[8]; }; /* @@ -686,11 +686,11 @@ */ struct v4l2_audio { - __u32 index; - __u8 name[32]; - __u32 capability; - __u32 mode; - __u32 reserved[2]; + uint32_t index; + uint8_t name[32]; + uint32_t capability; + uint32_t mode; + uint32_t reserved[2]; }; /* Flags for the 'capability' field */ #define V4L2_AUDCAP_STEREO 0x00001 @@ -701,11 +701,11 @@ struct v4l2_audioout { - __u32 index; - __u8 name[32]; - __u32 capability; - __u32 mode; - __u32 reserved[2]; + uint32_t index; + uint8_t name[32]; + uint32_t capability; + uint32_t mode; + uint32_t reserved[2]; }; /* @@ -716,14 +716,14 @@ struct v4l2_vbi_format { - __u32 sampling_rate; /* in 1 Hz */ - __u32 offset; - __u32 samples_per_line; - __u32 sample_format; /* V4L2_PIX_FMT_* */ - __s32 start[2]; - __u32 count[2]; - __u32 flags; /* V4L2_VBI_* */ - __u32 reserved[2]; /* must be zero */ + uint32_t sampling_rate; /* in 1 Hz */ + uint32_t offset; + uint32_t samples_per_line; + uint32_t sample_format; /* V4L2_PIX_FMT_* */ + int32_t start[2]; + uint32_t count[2]; + uint32_t flags; /* V4L2_VBI_* */ + uint32_t reserved[2]; /* must be zero */ }; /* VBI flags */ @@ -745,7 +745,7 @@ struct v4l2_pix_format pix; // V4L2_BUF_TYPE_VIDEO_CAPTURE struct v4l2_window win; // V4L2_BUF_TYPE_VIDEO_OVERLAY struct v4l2_vbi_format vbi; // V4L2_BUF_TYPE_VBI_CAPTURE - __u8 raw_data[200]; // user-defined + uint8_t raw_data[200]; // user-defined } fmt; }; @@ -759,7 +759,7 @@ { struct v4l2_captureparm capture; struct v4l2_outputparm output; - __u8 raw_data[200]; /* user-defined */ + uint8_t raw_data[200]; /* user-defined */ } parm; }; diff -ruN transcode/import/v4l/videodev.h transcode.changed/import/v4l/videodev.h --- transcode/import/v4l/videodev.h 2006-06-28 09:11:53.000000000 +0000 +++ transcode.changed/import/v4l/videodev.h 2006-07-07 19:00:07.000000000 +0000 @@ -36,13 +36,13 @@ int channel; char name[32]; int tuners; - __u32 flags; + uint32_t flags; #define VIDEO_VC_TUNER 1 /* Channel has a tuner */ #define VIDEO_VC_AUDIO 2 /* Channel has audio */ - __u16 type; + uint16_t type; #define VIDEO_TYPE_TV 1 #define VIDEO_TYPE_CAMERA 2 - __u16 norm; /* Norm set by channel */ + uint16_t norm; /* Norm set by channel */ }; struct video_tuner @@ -50,7 +50,7 @@ int tuner; char name[32]; unsigned long rangelow, rangehigh; /* Tuner range */ - __u32 flags; + uint32_t flags; #define VIDEO_TUNER_PAL 1 #define VIDEO_TUNER_NTSC 2 #define VIDEO_TUNER_SECAM 4 @@ -59,23 +59,23 @@ #define VIDEO_TUNER_STEREO_ON 128 /* Tuner is seeing stereo */ #define VIDEO_TUNER_RDS_ON 256 /* Tuner is seeing an RDS datastream */ #define VIDEO_TUNER_MBS_ON 512 /* Tuner is seeing an MBS datastream */ - __u16 mode; /* PAL/NTSC/SECAM/OTHER */ + uint16_t mode; /* PAL/NTSC/SECAM/OTHER */ #define VIDEO_MODE_PAL 0 #define VIDEO_MODE_NTSC 1 #define VIDEO_MODE_SECAM 2 #define VIDEO_MODE_AUTO 3 - __u16 signal; /* Signal strength 16bit scale */ + uint16_t signal; /* Signal strength 16bit scale */ }; struct video_picture { - __u16 brightness; - __u16 hue; - __u16 colour; - __u16 contrast; - __u16 whiteness; /* Black and white only */ - __u16 depth; /* Capture depth */ - __u16 palette; /* Palette in use */ + uint16_t brightness; + uint16_t hue; + uint16_t colour; + uint16_t contrast; + uint16_t whiteness; /* Black and white only */ + uint16_t depth; /* Capture depth */ + uint16_t palette; /* Palette in use */ #define VIDEO_PALETTE_GREY 1 /* Linear greyscale */ #define VIDEO_PALETTE_HI240 2 /* High 240 cube (BT848) */ #define VIDEO_PALETTE_RGB565 3 /* 565 16 bit RGB */ @@ -98,43 +98,43 @@ struct video_audio { - int audio; /* Audio channel */ - __u16 volume; /* If settable */ - __u16 bass, treble; - __u32 flags; + int audio; /* Audio channel */ + uint16_t volume; /* If settable */ + uint16_t bass, treble; + uint32_t flags; #define VIDEO_AUDIO_MUTE 1 #define VIDEO_AUDIO_MUTABLE 2 #define VIDEO_AUDIO_VOLUME 4 #define VIDEO_AUDIO_BASS 8 #define VIDEO_AUDIO_TREBLE 16 #define VIDEO_AUDIO_BALANCE 32 - char name[16]; + char name[16]; #define VIDEO_SOUND_MONO 1 #define VIDEO_SOUND_STEREO 2 #define VIDEO_SOUND_LANG1 4 #define VIDEO_SOUND_LANG2 8 - __u16 mode; - __u16 balance; /* Stereo balance */ - __u16 step; /* Step actual volume uses */ + uint16_t mode; + uint16_t balance; /* Stereo balance */ + uint16_t step; /* Step actual volume uses */ }; struct video_clip { - __s32 x,y; - __s32 width, height; + int32_t x,y; + int32_t width, height; struct video_clip *next; /* For user use/driver use only */ }; struct video_window { - __u32 x,y; /* Position of window */ - __u32 width,height; /* Its size */ - __u32 chromakey; - __u32 flags; - struct video_clip *clips; /* Set only */ - int clipcount; + uint32_t x,y; /* Position of window */ + uint32_t width,height; /* Its size */ + uint32_t chromakey; + uint32_t flags; + struct video_clip *clips; /* Set only */ + int clipcount; #define VIDEO_WINDOW_INTERLACE 1 -#define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */ +#define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */ #define VIDEO_CLIP_BITMAP -1 /* bitmap is 1024x625, a '1' bit represents a clipped pixel */ #define VIDEO_CLIPMAP_SIZE (128 * 625) @@ -142,10 +142,10 @@ struct video_capture { - __u32 x,y; /* Offsets into image */ - __u32 width, height; /* Area to capture */ - __u16 decimation; /* Decimation divider */ - __u16 flags; /* Flags for capture */ + uint32_t x,y; /* Offsets into image */ + uint32_t width, height; /* Area to capture */ + uint16_t decimation; /* Decimation divider */ + uint16_t flags; /* Flags for capture */ #define VIDEO_CAPTURE_ODD 0 /* Temporal */ #define VIDEO_CAPTURE_EVEN 1 }; @@ -167,8 +167,8 @@ struct video_key { - __u8 key[8]; - __u32 flags; + uint8_t key[8]; + uint32_t flags; }; @@ -195,12 +195,12 @@ }; struct vbi_format { - __u32 sampling_rate; /* in Hz */ - __u32 samples_per_line; - __u32 sample_format; /* VIDEO_PALETTE_RAW only (1 byte) */ - __s32 start[2]; /* starting line for each frame */ - __u32 count[2]; /* count of lines for each frame */ - __u32 flags; + uint32_t sampling_rate; /* in Hz */ + uint32_t samples_per_line; + uint32_t sample_format; /* VIDEO_PALETTE_RAW only (1 byte) */ + int32_t start[2]; /* starting line for each frame */ + uint32_t count[2]; /* count of lines for each frame */ + uint32_t flags; #define VBI_UNSYNC 1 /* can distingues between top/bottom field */ #define VBI_INTERLACED 2 /* lines are interlaced */ }; @@ -209,13 +209,13 @@ /* but it could apply generically to any hardware compressor/decompressor */ struct video_info { - __u32 frame_count; /* frames output since decode/encode began */ - __u32 h_size; /* current unscaled horizontal size */ - __u32 v_size; /* current unscaled veritcal size */ - __u32 smpte_timecode; /* current SMPTE timecode (for current GOP) */ - __u32 picture_type; /* current picture type */ - __u32 temporal_reference; /* current temporal reference */ - __u8 user_data[256]; /* user data last found in compressed stream */ + uint32_t frame_count; /* frames output since decode/encode began */ + uint32_t h_size; /* current unscaled horizontal size */ + uint32_t v_size; /* current unscaled veritcal size */ + uint32_t smpte_timecode; /* current SMPTE timecode (for current GOP) */ + uint32_t picture_type; /* current picture type */ + uint32_t temporal_reference; /* current temporal reference */ + uint8_t user_data[256]; /* user data last found in compressed stream */ /* user_data[0] contains user data flags, user_data[1] has count */ }; @@ -232,7 +232,7 @@ { char loadwhat[16]; /* name or tag of file being passed */ int datasize; - __u8 *data; + uint8_t *data; }; #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */ --Boundary-00=_vfrrE17L/kJDQNI-- From transcode-users-bounces@exit1.org Sat Jul 8 09:29:04 2006 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 40FC2126D8B for ; Sat, 8 Jul 2006 09:29:04 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687MgWV028001; Sat, 8 Jul 2006 09:23:42 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k687Mbjc027985 for ; Sat, 8 Jul 2006 09:22:39 +0200 Received: by achurch.org (wmail 0.9.57) id 44af5d39.32546; Sat, 08 Jul 2006 16:22:33 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Date: Sat, 08 Jul 2006 16:16:40 JST In-Reply-To: <200607071937.19020.markus@unixforces.net> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44af5d39.32546@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >I'm subscribed to transcode-devel and transcode-users for about a month now >and have not yet seen a mail in transcode-devel, so I post this here on >transcode-users. Please tell me, if this was wrong. This should go to transcode-devel (it's been seeing activity, so make sure you have the right address subscribed and your filters aren't throwing it away), but I'll reply here for thread consistency. >On PowerPC64 you cannot define __s32 and such definitions without risking to >redefine them, because they are already defined in linux kernel headers. The >correct way would be using posix versions like int32_t and such. And as a matter of fact, we have been using int32_t and the like throughout transcode for newly-written code. Unfortunately, transcode includes a lot of (1) old, poorly-written code and (2) code dependent on external libraries which also use __s8 and the like; for (1) we're fixing them as we get to them (please be patient), but for (2) we prefer to use the same style/types as the external libraries, even if incorrect, in order to avoid potential incompatibilities. So this is not a patch we would consider applying at this time. --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Sat Jul 8 09:37:32 2006 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 42E04126D8B for ; Sat, 8 Jul 2006 09:37:32 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687Vlbw028205; Sat, 8 Jul 2006 09:32:38 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail.unixforces.net (unixforces.net [217.160.130.73]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687ViYu028190 for ; Sat, 8 Jul 2006 09:31:45 +0200 Received: from [192.168.0.2] (p54BBD795.dip.t-dialin.net [84.187.215.149]) by mail.unixforces.net (Postfix) with ESMTP id A3D7ECB361 for ; Sat, 8 Jul 2006 07:29:54 +0000 (UTC) From: Markus Rothe To: transcode Users Mailing List Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Date: Sat, 8 Jul 2006 07:31:17 +0000 User-Agent: KMail/1.9.1 References: <200607071937.19020.markus@unixforces.net> In-Reply-To: <200607071937.19020.markus@unixforces.net> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_F91rEoxyzdbPdqU" Message-Id: <200607080731.17204.markus@unixforces.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 --Boundary-00=_F91rEoxyzdbPdqU Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Friday 07 July 2006 19:37, Markus Rothe wrote: > For more information look here [1]. On Gentoo we apply a patch on all > arches fixing this. sorry, has been late yesterday.. I did it wrong. a small patch for the patch. --Boundary-00=_F91rEoxyzdbPdqU Content-Type: text/x-diff; charset="iso-8859-15"; name="transcode-HEAD-types.patch.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="transcode-HEAD-types.patch.patch" --- transcode-HEAD-types.patch 2006-07-07 19:22:34.000000000 +0000 +++ transcode-HEAD-types.patch.new 2006-07-08 07:29:45.000000000 +0000 @@ -137,7 +137,7 @@ -__u32 *RTjpeg_ciqt; +int16_t *block; // rh +int16_t *RTjpeg_block; -+int16_t *RTjpeg_lqt; ++int32_t *RTjpeg_lqt; +int32_t *RTjpeg_cqt; +uint32_t *RTjpeg_liqt; +uint32_t *RTjpeg_ciqt; @@ -775,7 +775,7 @@ -int RTjpeg_mcompressYUV422(__s8 *sp, unsigned char *bp, __u16 lmask, __u16 cmask) -+int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint64_t cmask) ++int RTjpeg_mcompressYUV422(int8_t *sp, unsigned char *bp, uint16_t lmask, uint16_t cmask) { - __s8 * sb; - __s16 *block; --Boundary-00=_F91rEoxyzdbPdqU-- From transcode-users-bounces@exit1.org Sat Jul 8 09:39:14 2006 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 2CF90126D8B for ; Sat, 8 Jul 2006 09:39:14 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687YQKr028311; Sat, 8 Jul 2006 09:35:14 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail.unixforces.net (unixforces.net [217.160.130.73]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687YONr028296 for ; Sat, 8 Jul 2006 09:34:25 +0200 Received: from [192.168.0.2] (p54BBD795.dip.t-dialin.net [84.187.215.149]) by mail.unixforces.net (Postfix) with ESMTP id 288A5CB361 for ; Sat, 8 Jul 2006 07:32:35 +0000 (UTC) From: Markus Rothe To: transcode Users Mailing List Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Date: Sat, 8 Jul 2006 07:33:57 +0000 User-Agent: KMail/1.9.1 References: <44af5d39.32546@msgid.achurch.org> In-Reply-To: <44af5d39.32546@msgid.achurch.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607080733.57939.markus@unixforces.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 Saturday 08 July 2006 16:16, Andrew Church wrote: > So this is not a patch we would consider applying at this time. ok. and how would I fix this compile issue then? In file included from /usr/include/asm/elf.h:4, from /usr/include/asm/sigcontext.h:12, from /usr/include/bits/sigcontext.h:28, from /usr/include/signal.h:333, from ../../src/transcode.h:47, from rtjpeg_aud_plugin.c:61: /usr/include/asm/types.h:32: error: conflicting types for '__s32' RTjpegN.h:32: error: previous declaration of '__s32' was here /usr/include/asm/types.h:33: error: conflicting types for '__u32' RTjpegN.h:28: error: previous declaration of '__u32' was here /usr/include/asm/types.h:36: error: conflicting types for '__u64' RTjpegN.h:29: error: previous declaration of '__u64' was here make[3]: *** [rtjpeg_aud_plugin.lo] Error 1 Regards, Markus Rothe From transcode-users-bounces@exit1.org Sat Jul 8 09:42:43 2006 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 A45B7126D8B for ; Sat, 8 Jul 2006 09:42:43 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687amHv028369; Sat, 8 Jul 2006 09:37:45 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k687ajja028354 for ; Sat, 8 Jul 2006 09:36:46 +0200 Received: by nf-out-0910.google.com with SMTP id y25so299817nfb for ; Sat, 08 Jul 2006 00:36:45 -0700 (PDT) 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=WGt/cozyKvH6CObezsibV3VBGH7d6Nu33ya2QXUgWNMbbE+JvQUaiENcCMdez5GrICfHjmfm1LPM/yiGWi9XXn7ScVRTBDyBpN8R9pI8zfa/dmDEXjvZz851YMwuL1DDGIo3ndZBc6ztO5QHAt2p+SeBvLTB+N6b+KD1B/GcXwo= Received: by 10.49.87.7 with SMTP id p7mr2073718nfl; Sat, 08 Jul 2006 00:36:45 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.6.204.70]) by mx.gmail.com with ESMTP id k9sm10221388nfc.2006.07.08.00.36.44; Sat, 08 Jul 2006 00:36:45 -0700 (PDT) Date: Sat, 8 Jul 2006 09:36:42 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Message-ID: <20060708093642.0e32bc32@azafuse.rokugan.lan> In-Reply-To: <200607071937.19020.markus@unixforces.net> References: <200607071937.19020.markus@unixforces.net> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; 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: 3.1.20060624.1@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, 7 Jul 2006 19:37:18 +0000 Markus Rothe wrote: > Hello, > > I'm subscribed to transcode-devel and transcode-users for about a month now > and have not yet seen a mail in transcode-devel, so I post this here on > transcode-users. Please tell me, if this was wrong. Well, our developers are pretty busy with real-life works, but there is still some activity even, unfortuntely, at lower rate than desired. on transco-devel we usually discuss relevant (architectural) changes, maintenance and routine work go directly on CVS yet. Anyway, patches are very welcome, but they should go on -devel. Don't worry too much if noone posts, there almost ever is somebody lurking ;) > On PowerPC64 you cannot define __s32 and such definitions without risking > to redefine them, because they are already defined in linux kernel headers. > The correct way would be using posix versions like int32_t and such. And that's should be the way we go (and the way I like much). Unfortunately there is stilla bunch of dark corners in our codebase. > Would be fine to have this patch included. Unfortunatly the patch attached > to this mail is not the patch included in gentoo, because I had to adopt it > so it can be applied to HEAD. > Comments? RTJpegN part looks fine for me and I'm going to commit it if Andrew likes it too. videodev.h headers are a different story. They are supposed to be an exact copy of real kernel (linux) v4l header. Can't remember yet why they are bundled at time, but I'd like from long time to drop them and use system header instead. I'll investigate on this later. Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) From transcode-users-bounces@exit1.org Sat Jul 8 11:06:12 2006 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 3F830126D8B for ; Sat, 8 Jul 2006 11:06:12 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k688xKWQ031699; Sat, 8 Jul 2006 11:00:47 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k688xErf031684 for ; Sat, 8 Jul 2006 10:59:16 +0200 Received: by achurch.org (wmail 0.9.57) id 44af73e1.32607; Sat, 08 Jul 2006 17:59:13 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Date: Sat, 08 Jul 2006 17:56:14 JST In-Reply-To: <20060708093642.0e32bc32@azafuse.rokugan.lan> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44af73e1.32607@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >RTJpegN part looks fine for me and I'm going to commit it if Andrew likes it >too. Sorry, I can't accept it (this was the main library I was referring to in my previous post) unless either: a new version of RTjpeg comes out that uses the proper types, or somebody (maybe me, if I ever find the time for it) reimplements RTjpeg from scratch for transcode. I really don't want to have to deal with local copies of libraries at all, much less local copies that have been patched... remember all the problems with lavc? --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Sat Jul 8 11:07:06 2006 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 8BF85126D8B for ; Sat, 8 Jul 2006 11:07:06 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6891M7L031777; Sat, 8 Jul 2006 11:02:45 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 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-3sarge1) with SMTP id k6891Jrb031762 for ; Sat, 8 Jul 2006 11:01:21 +0200 Received: by achurch.org (wmail 0.9.57) id 44af745e.32775; Sat, 08 Jul 2006 18:01:18 JST From: achurch@achurch.org (Andrew Church) To: transcode-users@exit1.org Subject: Re: [transcode-users] [patch] using posix versions of __s32 and others Date: Sat, 08 Jul 2006 17:59:17 JST In-Reply-To: <200607080733.57939.markus@unixforces.net> Content-Type: text/plain; charset=ISO-2022-JP X-Mailer: MMail v5.21 Message-ID: <44af745e.32775@msgid.achurch.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060624.1@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 >> So this is not a patch we would consider applying at this time. > >ok. and how would I fix this compile issue then? [...] >/usr/include/asm/types.h:32: error: conflicting types for '__s32' >RTjpegN.h:32: error: previous declaration of '__s32' was here ./configure --disable-nuv Alternatively, if you want to reimplement RTjpeg from scratch (as I suggested was necessary in the message I just posted), we'd be extremely grateful for the help... (: --Andrew Church achurch@achurch.org http://achurch.org/ From transcode-users-bounces@exit1.org Sun Jul 9 02:36:50 2006 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 0F20E126D82 for ; Sun, 9 Jul 2006 02:36:50 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k690PNBs028456; Sun, 9 Jul 2006 02:27:31 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k690PCMC028441 for ; Sun, 9 Jul 2006 02:25:16 +0200 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id F30D97791D for ; Sat, 8 Jul 2006 19:25:05 -0500 (CDT) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Date: Sat, 8 Jul 2006 19:25:02 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C6A2C4.3622D520" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Acai7h6Iw7ybodeURemFYsWoFD1A+w== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <20060709002505.F30D97791D@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] New Script agk20 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_000_0005_01C6A2C4.3622D520 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Here is that new script I've been working on. Basically the script turns VOB's into xvid avi's. The script can process in the foreground, -F, or it can hand it off to the batch command, default. #!/bin/sh # # $Id: agk20,v 1.7 2006/07/07 01:53:25 jwhyche Exp jwhyche $ # # # $Log: agk20,v $ # Revision 1.7 2006/07/07 01:53:25 jwhyche # more bugs # # Revision 1.6 2006/07/06 23:07:43 jwhyche # added command line help -h and fixed some bugs about something # # Revision 1.5 2006/07/06 22:22:07 jwhyche # Installed the framerate override code # -f <0-5> where 0 is native fps # 1 is 23.976 fps # 2 is 24 fps # 3 is 25 fps # 4 is 29.970 fps # 5 is 30 fps # # Revision 1.4 2006/07/06 21:35:47 jwhyche # added default file sizing code # # Revision 1.3 2006/07/04 01:12:38 jwhyche # Added aggressive demuxing using tcdecode. Solves problem with some VOBs # and audio sync. Using mplayer to get video length # # Revision 1.2 2006/07/02 00:30:32 jwhyche # Inital version of agk20 to replace the ageing 1.x scripts. This version # moves more of the processing into the main script and out of the subscript. # While this slows the execution of the main script down some what, # it makes the matanance of the code much easier. Functionally this # script is exactly the same as the original. # # Revision 1.1 2006/06/30 22:23:32 jwhyche # Initial revision # # # function script_write() # # function writes input parameters to temporary script to be # handed off to batch command or optionally excuted in the # foreground. function script_write() { echo $1 >> $$.sh } # function show_help() # function shows help options function show_help() { echo "agk20 [options] [files....] -s set the output file size of the avi (default output size is 10MB per minute of video) -b sets the mp3 bitrate to use for audio (default: 128) -F execute encoding in the Foreground instead of submitting it to the batch queue. -a audio track to use for avi (default: 0) -A passes auto through untouched. Use for including orginal 5.1 sound track to avi -M Sets the demuxer mode for transcode. Uses the same settings that transcode uses except takes 5 as a parameter to use tcdemux to build a nav map. (default: 2) -f <0-5> where 0 is native fps 1 is 23.976 fps 2 is 24 fps 3 is 25 fps 4 is 29.970 fps 5 is 30 fps " } # function ts () # # convert seconds to hours / minutes /seconds function ts () { seconds=$1 hours=$((seconds / 3600)) seconds=$((seconds % 3600)) minutes=$((seconds / 60)) seconds=$((seconds % 60)) echo "$hours hour(s) $minutes minute(s) $seconds second(s)" } # Parse command line options and set flags # # -s set the output file size of the avi # (default output size is 10MB per minute of video) # -b sets the mp3 bitrate to use for audio (default: 128) # -F execute encoding in the Foreground instead of submitting it # to the batch queue. # -a audio track to use for avi (default: 0) # -A passes auto through untouched. Use for including orginal # 5.1 sound track to avi # -M Sets the demuxer mode for transcode. Uses the same # settings that transcode uses except takes 5 as a parameter to # use tcdemux to build a nav map. (default: 2) # -f <0-5> where 0 is native fps # 1 is 23.976 fps # 2 is 24 fps # 3 is 25 fps # 4 is 29.970 fps # 5 is 30 fps OPTSTRING="s:b:Fa:AhM:f:h" _progress_off="--progress_off" _filesize=0 _audio_option="-s 2.738" _audio_bitrate=128 _ag_demux=0 _frame_over=0 if [ $# -eq 0 ] then echo "agk20 -h for options and commands" exit fi set -- `getopt ${OPTSTRING} $*` while [ $1 != -- ] do case $1 in -s) _filesize=$2 shift; shift; ;; -F) _batch_mode=1 _progress_off="" shift; ;; -A) _audio_option="-A -N 0x2000" shift; ;; -a) _audio_track=$2 shift; shift; ;; -b) _audio_bitrate=$2 shift; shift; ;; -M) _demuxer=$2 [ $_demuxer = 5 ] && _ag_demux=1; shift; shift; ;; -f) _frame_over=1; _frc=$2; shift; shift; ;; -h) show_help; exit; ;; esac done shift; #Determine output filesize in MB ((_filesize*=1024)) # for loop to begin processing files on command line for _target in $* do echo ${_target} # Create output file name from input _outfile=`echo ${_target} | sed -e 's/.VOB$/.avi/g'` # Use code from Phil Ehrens mplayerprobe.sh # to determine incoming VOB's resolution, frame rate, and # Aspect Ratio. # # Thanks Phil # # run mplayer in -identify mode foo=`mplayer -identify -frames 0 -vo null -ao null\ ${_target} 2> /dev/null | grep ID_VIDEO` eval "$foo"; # Parsing Parsing Parsing geometry=${ID_VIDEO_WIDTH}x${ID_VIDEO_HEIGHT}; asr=0; framerate=$ID_VIDEO_FPS; index=0; [ $framerate = 23.976 ] && index=1; [ $framerate = 25 ] && index=3; [ $framerate = 29.970 ] && index=4; # Use bc to calculate asr asr=`bc -l << _EOF define asr(w,h) { if (w/h >= 2.0) return (4); if (w/h >= 1.6) return (3); if (w/h >= 0.0) return (2); } asr($ID_VIDEO_WIDTH,$ID_VIDEO_HEIGHT) _EOF ` _framerate="-f ${framerate},${index}"; #frame rate code if [ ${_frame_over} -eq 1 ] then [ $_frc = 0 ] && _framerate=; [ $_frc = 1 ] && _framerate="-f 23,976,1"; [ $_frc = 2 ] && _framerate="-f 24,2"; [ $_frc = 3 ] && _framerate="-f 25,3"; [ $_frc = 4 ] && _framerate="-f 29.970,4"; [ $_frc = 5 ] && _framerate="-f 30,4"; fi # Use mplayer to probe VOB to get video length and store it audio_foo=`mplayer -identify -frames 0 -vo null -ao null\ ${_target} 2> /dev/null | grep ID_LENGTH` eval "$audio_foo"; _length=${ID_LENGTH}; # Create default file size if -s is not specified [ ${_filesize} -eq 0 ] && ((_filesize=((${ID_LENGTH}/60) * 10) * 1024 )) # Get audio bit rate for AC3 audio if [ "${_audio_option}" == "-A -N 0x2000" ] then _audio_bitrate=` tcextract -i ${_target} -t vob -x ac3 -a ${_audio_track:-0}|\ tcscan -x ac3 | head -1 | awk '{print $8}'` fi # Get the bitrate for the correct filesize using bc # ({S}ize - ({A}udio x {L}ength)) / {L}enght = {V}ideo Bitrate # {S} Size of output file in KM # {A} Audio bitrate in KB/s (note 224 kbits/s = 224 / 8 = 28 KB/s) # {L} Lenght of Video Clip in Seconds # {V} Video bitrate in KB/s, to get kbit/s multiply 8 vid_bitrate=`bc < ${_target}.log" _nav_option="-H 10 --psu_mode --nav_seek ${_target}.log --no_split" fi # First Pass script_write "transcode -a ${_audio_track:-0} \ -x vob \ -i ${_target} \ -w ${vid_bitrate},50 \ -b ${_audio_bitrate:-128},0,0 \ ${_audio_option} --a52_drc_off \ -g ${geometry} \ ${_framerate}\ -M ${_demuxer:-2} -R 1,$$.log \ -y xvid4,null \ -o /dev/null \ --nice 2 ${_nav_option} \ -J 32detect=force_mode=3 --print_status 20 ${_progress_off} &&" # --import_asr ${asr} \ # --import_asr ${asr} \ # Second Pass script_write "transcode -a ${_audio_track:-0} \ -x vob \ -i ${_target} \ -w ${vid_bitrate},50 \ -b ${_audio_bitrate:-128},0,0 \ ${_audio_option} --a52_drc_off \ -g ${geometry} \ ${_framerate}\ -M ${_demuxer:-2} -R 2,$$.log \ -y xvid4, \ -o ${_outfile} \ --nice 2 ${_nav_option} \ -J 32detect=force_mode=3 --print_status 20 ${_progress_off}" # Fix 6 Channel Surround Sound in AVI files with it if [ ${_audio_bitrate} -eq 448 ] then script_write "avifix -i ${_outfile} -e 48000,16,6 -a ${_audio_track:-0}" fi mv $$.sh ${_target}.sh # Excute in the forground or submit it to batch command if [ ! ${_batch_mode} ] then echo ${_target} >> batch.log batch -f ${_target}.sh >> batch.log 2>&1 else /bin/sh ${_target}.sh fi done ------=_NextPart_000_0005_01C6A2C4.3622D520 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Here is that new script I’ve been working = on.  Basically the script turns VOB’s into xvid avi’s.  The script can process in the foreground, -F, or it can hand it off to the batch = command, default. 

 

#!/bin/sh
#
# $Id: agk20,v 1.7 2006/07/07 01:53:25 jwhyche Exp jwhyche $
#
#
# $Log: agk20,v $
# Revision 1.7  2006/07/07 01:53:25  jwhyche
# more bugs
#
# Revision 1.6  2006/07/06 23:07:43  jwhyche
# added command line help -h and fixed some bugs about something
#
# Revision 1.5  2006/07/06 22:22:07  jwhyche
# Installed the framerate override code
# -f <0-5> where 0 is native fps
#            =     1 is 23.976 fps
#           =      2 is 24 fps
#     =            3 is 25 fps
#           =      4 is 29.970 fps
#           =      5 is 30 fps
#
# Revision 1.4  2006/07/06 21:35:47  jwhyche
# added default file sizing code
#
# Revision 1.3  2006/07/04 01:12:38  jwhyche
# Added aggressive demuxing using tcdecode.  Solves problem with = some VOBs
# and audio sync.  Using mplayer to get video length
#
# Revision 1.2  2006/07/02 00:30:32  jwhyche
# Inital version of agk20 to replace the ageing 1.x scripts.  This = version
# moves more of the processing into the main script and out of the = subscript.
# While this slows the execution of the main script down some what,
# it makes the matanance of the code much easier.  Functionally = this
# script is exactly the same as the original.
#
# Revision 1.1  2006/06/30 22:23:32  jwhyche
# Initial revision
#
#

# function script_write()
#
# function writes input parameters to temporary script to be
# handed off to batch command or optionally excuted in the
# foreground.
function script_write() {
            echo = $1 >> $$.sh
}

# function show_help()
# function shows help options
function show_help() {
            echo "agk20 [options] [files....]
 -s <size> set the output file size of the avi
     (default output size is 10MB per minute of = video)
 -b <bitrate> sets the mp3 bitrate to use for audio (default: = 128)
 -F execute encoding in the Foreground instead of submitting it =
    to the batch queue.
 -a <track> audio track to use for avi (default: 0)
 -A passes auto through untouched.  Use for including orginal =
    5.1 sound track to avi
 -M <mode> Sets the demuxer mode for transcode.  Uses = the same
    settings that transcode uses except takes 5 as a = parameter to
    use tcdemux to build a nav map.   (default: = 2)
 -f <0-5> where 0 is native fps
            &= nbsp;   1 is 23.976 fps
            &= nbsp;   2 is 24 fps
            &= nbsp;   3 is 25 fps
            &= nbsp;   4 is 29.970 fps
            &= nbsp;   5 is 30 fps
"
}

# function ts ()
#
# convert seconds to hours / minutes /seconds
function ts () {

seconds=3D$1
hours=3D$((seconds / 3600))
seconds=3D$((seconds % 3600))
minutes=3D$((seconds / 60))
seconds=3D$((seconds % 60))

echo "$hours hour(s) $minutes minute(s) $seconds = second(s)"
}

# Parse command line options and set flags
#
# -s <size> set the output file size of the avi
#     (default output size is 10MB per minute of = video)
# -b <bitrate> sets the mp3 bitrate to use for audio (default: = 128)
# -F execute encoding in the Foreground instead of submitting it
#    to the batch queue.
# -a <track> audio track to use for avi (default: 0)
# -A passes auto through untouched.  Use for including orginal
#    5.1 sound track to avi
# -M <mode> Sets the demuxer mode for transcode.  Uses the = same
#    settings that transcode uses except takes 5 as a = parameter to
#    use tcdemux to build a nav map.   = (default: 2)
# -f <0-5> where 0 is native fps
#            =     1 is 23.976 fps
# =             &= nbsp;           &n= bsp;           &nb= sp;    2 is 24 fps
# =             &= nbsp;           &n= bsp;           &nb= sp;    3 is 25 fps
# =             &= nbsp;   =             &= nbsp;           =  4 is 29.970 fps
# =             &= nbsp;           &n= bsp;           &nb= sp;    5 is 30 fps

OPTSTRING=3D"s:b:Fa:AhM:f:h"
_progress_off=3D"--progress_off"
_filesize=3D0
_audio_option=3D"-s 2.738"
_audio_bitrate=3D128
_ag_demux=3D0
_frame_over=3D0

if [ $# -eq 0 ]
then
            echo "agk20 -h for options and commands"
            = exit
fi

set -- `getopt ${OPTSTRING} $*`
while [ $1 !=3D -- ]
do
      case $1 in
            &= nbsp;     -s) _filesize=3D$2
            &= nbsp;           &n= bsp;     shift; shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -F) _batch_mode=3D1
            &= nbsp;           &n= bsp;     _progress_off=3D""
            &= nbsp;           &n= bsp;     shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -A) _audio_option=3D"-A -N 0x2000"
            &= nbsp;        shift;
            &= nbsp;           =  ;;
            &= nbsp;     -a) _audio_track=3D$2
            &= nbsp;           &n= bsp;     shift; shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -b) _audio_bitrate=3D$2
            &= nbsp;           &n= bsp;     shift; shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -M) _demuxer=3D$2
            &= nbsp;           &n= bsp;     [ $_demuxer =3D 5 ] && _ag_demux=3D1;
            &= nbsp;           &n= bsp;     shift; shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -f) _frame_over=3D1;
            &= nbsp;           &n= bsp;     _frc=3D$2;
            &= nbsp;           &n= bsp;     shift; shift;
            &= nbsp;           &n= bsp;     ;;
            &= nbsp;     -h)
            &= nbsp;           &n= bsp;     show_help;
            =             &= nbsp;     exit;
            &= nbsp;           &n= bsp;     ;;
            = esac
done
shift;

#Determine output filesize in MB
((_filesize*=3D1024))

# for loop to begin processing files on command line
for _target in $*
do
       echo ${_target}
# Create output file name from input
      _outfile=3D`echo ${_target} | sed -e = 's/.VOB$/.avi/g'`

# Use code from Phil Ehrens <phil@slug.org> mplayerprobe.sh
# to determine incoming VOB's resolution, frame rate, and
# Aspect Ratio.
#
# Thanks Phil
#

# run mplayer in -identify mode
      foo=3D`mplayer -identify -frames 0 -vo = null -ao null\
            &= nbsp;      ${_target} 2> /dev/null | grep ID_VIDEO`
      eval "$foo";
     
      # Parsing Parsing Parsing
      = geometry=3D${ID_VIDEO_WIDTH}x${ID_VIDEO_HEIGHT};
      asr=3D0;
      framerate=3D$ID_VIDEO_FPS;
      index=3D0;
      [ $framerate =3D 23.976 ] && index=3D1;
      [ $framerate =3D = 25     ] && index=3D3;
      [ $framerate =3D 29.970 ] && index=3D4;

      # Use bc to calculate asr
      asr=3D`bc -l << _EOF
  define asr(w,h) { 
  if (w/h >=3D 2.0) return (4);
  if (w/h >=3D 1.6) return (3);
  if (w/h >=3D 0.0) return (2);
  }
  asr($ID_VIDEO_WIDTH,$ID_VIDEO_HEIGHT)
_EOF
`
      _framerate=3D"-f = ${framerate},${index}";

      #frame rate code
      if [ ${_frame_over} -eq 1 ]
  then
            &= nbsp;     [ $_frc =3D 0 ] && _framerate=3D;
            &= nbsp;     [ $_frc =3D 1 ] && _framerate=3D"-f 23,976,1";
            &= nbsp;     [ $_frc =3D 2 ] && _framerate=3D"-f 24,2";
            &= nbsp;     [ $_frc =3D 3 ] && _framerate=3D"-f 25,3";
            &= nbsp;     [ $_frc =3D 4 ] && _framerate=3D"-f 29.970,4";
            &= nbsp;     [ $_frc =3D 5 ] && _framerate=3D"-f 30,4";
      fi

      # Use mplayer to probe VOB to get video = length and store it
      audio_foo=3D`mplayer -identify -frames 0 = -vo null -ao null\
            &= nbsp;      ${_target} 2> /dev/null | grep ID_LENGTH`
      eval "$audio_foo";
      _length=3D${ID_LENGTH};

      # Create default file size if -s is not specified
      [ ${_filesize} -eq 0 ] && ((_filesize=3D((${ID_LENGTH}/60) * 10) * 1024 ))
     
      # Get audio bit rate for AC3 audio
      if [ "${_audio_option}" =3D=3D = "-A -N 0x2000" ]
      then
            &= nbsp;     _audio_bitrate=3D`
       tcextract -i ${_target} -t vob -x = ac3 -a ${_audio_track:-0}|\
        tcscan -x ac3 | head -1 | awk '{print $8}'`
      fi
 
  # Get the bitrate for the correct filesize using bc
  # ({S}ize - ({A}udio x {L}ength)) / {L}enght =3D {V}ideo = Bitrate
  # {S} Size of output file in KM
  # {A} Audio bitrate in KB/s (note 224 kbits/s =3D 224 / 8 =3D 28 = KB/s)
  # {L} Lenght of Video Clip in Seconds
  # {V} Video bitrate in KB/s, to get kbit/s multiply 8
      vid_bitrate=3D`bc <<EOF
((${_filesize}-((${_audio_bitrate}/8)*${_length}))/${_length})*8
EOF
`
     
      # Lay down option -M 5 and nav.log using tcdemux
      if [ ${_ag_demux} -eq 1 ]
      then
            &= nbsp;     _demuxer=3D2;
            &= nbsp;    
            &= nbsp;     script_write "tcdemux -i ${_target} -W > ${_target}.log"
            &= nbsp;     _nav_option=3D"-H 10 --psu_mode --nav_seek ${_target}.log --no_split"
      fi
      # First Pass
      script_write "transcode -a ${_audio_track:-0} \
            &= nbsp;     -x vob \
            &= nbsp;     -i ${_target} \
            &= nbsp;     -w ${vid_bitrate},50 \
            &= nbsp;     -b ${_audio_bitrate:-128},0,0 \
            &= nbsp;     ${_audio_option} --a52_drc_off \
            &= nbsp;     -g ${geometry} \
            &= nbsp;     ${_framerate}\
            &= nbsp;     -M ${_demuxer:-2} -R 1,$$.log \
            &= nbsp;     -y xvid4,null \
            &= nbsp;     -o /dev/null \
      --nice 2 ${_nav_option} \
      -J 32detect=3Dforce_mode=3D3  = --print_status 20 ${_progress_off} &&"

#            =      --import_asr ${asr} \
#            =      --import_asr ${asr} \

      # Second Pass
      script_write "transcode -a ${_audio_track:-0} \
            &= nbsp;     -x vob \
            &= nbsp;     -i ${_target} \
            &= nbsp;     -w ${vid_bitrate},50 \
            &= nbsp;     -b ${_audio_bitrate:-128},0,0 \
            &= nbsp;     ${_audio_option} --a52_drc_off \
            &= nbsp;     -g ${geometry} \
            &= nbsp;     ${_framerate}\
      -M ${_demuxer:-2} -R 2,$$.log \
            &= nbsp;     -y xvid4, \
            &= nbsp;     -o ${_outfile} \
      --nice 2 ${_nav_option} \
            &= nbsp;     -J 32detect=3Dforce_mode=3D3 --print_status 20 ${_progress_off}"
     
       # Fix 6 Channel Surround Sound in = AVI files with it
      if [ ${_audio_bitrate} -eq 448 ]
      then
            &= nbsp;     script_write "avifix -i ${_outfile} -e 48000,16,6 -a = ${_audio_track:-0}"
      fi
      mv $$.sh ${_target}.sh

  # Excute in the forground or submit it to batch command
      if [ ! ${_batch_mode} ]
      then
            &= nbsp;     echo ${_target} >> batch.log
            &= nbsp;     batch -f ${_target}.sh >> batch.log 2>&1
      else
            &= nbsp;     /bin/sh ${_target}.sh
      fi
done

 

------=_NextPart_000_0005_01C6A2C4.3622D520-- From transcode-users-bounces@exit1.org Sun Jul 9 02:53:03 2006 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 2319D126D82 for ; Sun, 9 Jul 2006 02:53:03 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k690mCnu028939; Sun, 9 Jul 2006 02:49:49 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k690m6ud028922 for ; Sun, 9 Jul 2006 02:48:09 +0200 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id 25D6170905 for ; Sat, 8 Jul 2006 19:48:01 -0500 (CDT) From: "Jeff Hyche" To: "'transcode Users Mailing List'" Subject: RE: [transcode-users] New Script agk20 Date: Sat, 8 Jul 2006 19:47:57 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C6A2C7.69BF1580" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Acai7h6Iw7ybodeURemFYsWoFD1A+wAAxhtg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <20060709002505.F30D97791D@warwind.org> Message-Id: <20060709004801.25D6170905@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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. ------=_NextPart_000_000F_01C6A2C7.69BF1580 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This will be the last time I'm going to post this script too. The thing is getting to big. Anyone know of a website that I can post it too? Jeff _____ From: transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of Jeff Hyche Sent: Saturday, July 08, 2006 7:25 PM To: 'transcode Users Mailing List' Subject: [transcode-users] New Script agk20 Here is that new script I've been working on. Basically the script turns VOB's into xvid avi's. The script can process in the foreground, -F, or it can hand it off to the batch command, default. ------=_NextPart_000_000F_01C6A2C7.69BF1580 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

This will be the last time = I’m going to post this script too.  The thing is getting to big.  Anyone = know of a website that I can post it too?

 

Jeff

 


From: = transcode-users-bounces@exit1.org [mailto:transcode-users-bounces@exit1.org] On Behalf Of Jeff Hyche
Sent: Saturday, July 08, = 2006 7:25 PM
To: 'transcode Users Mailing List'
Subject: = [transcode-users] New Script agk20

 

Here is that new script I’ve been working = on.  Basically the script turns VOB’s into xvid avi’s.  The = script can process in the foreground, -F, or it can hand it off to the batch = command, default. 

 

------=_NextPart_000_000F_01C6A2C7.69BF1580-- From transcode-users-bounces@exit1.org Sun Jul 9 11:07:56 2006 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 6B37E126D82 for ; Sun, 9 Jul 2006 11:07:56 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k698xWtL017360; Sun, 9 Jul 2006 11:02:13 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k698xUfC017345 for ; Sun, 9 Jul 2006 10:59:31 +0200 Received: by nf-out-0910.google.com with SMTP id l23so194444nfc for ; Sun, 09 Jul 2006 01:59:29 -0700 (PDT) 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=ONHewxeoxkllUaUQXkcLfwTACVFtcyrSU/a7IhctySPc52aECNwtCb1wbu3yL5jhh5GtyLG+JW9FF3jejxVj1KwPfzztpeezsNtmfa8vcM3u+vEo2IVg6kKt+laZG39mE/P+oRM0xxUa19Sl21IB4CVNRnFrGCdxnws3YnwwMJA= Received: by 10.78.167.12 with SMTP id p12mr1291582hue; Sun, 09 Jul 2006 01:59:29 -0700 (PDT) Received: by 10.78.59.20 with HTTP; Sun, 9 Jul 2006 01:59:29 -0700 (PDT) Message-ID: <17fda3b50607090159x9eeeb37t906167715aaaa2e0@mail.gmail.com> Date: Sun, 9 Jul 2006 08:59:29 +0000 From: "daniele rosa" To: "transcode Users Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] ./configure: line 30314: syntax error near unexpected token `}' 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 Hello, after the check out of the last version of transcode cvs -z3 -d :pserver:cvs@cvs.exit1.org:/cvstc co -r transcode_1_0 transcode and the creation of configure with "autoreconf -i -f" I have an error message from ./configure run like this env CFLAGS="-O3 -march=pentium4" echo $CFLAGS ./configure -quiet --enable-libavcodec --enable-libmpeg2 --enable-statbuffer --enable-avifile --enable-lame --enable-ogg --enable-vorbis --enable-theora --enable-libdvdread --enable-libmpeg3 --enable-mjpegtools The error message is: ./configure: line 30314: syntax error near unexpected token `}' ./configure: line 30314: `echo "${ECHO_T}no" >&6; }' and another file is created "tc_pkg_err_file" in the building directory dr:/usr/local/src/transcode# cat tc_pkg_err_file ERROR: requirement failed: cannot compile ffmpeg/avcodec.h ffmpeg/avcodec.h can be found in the following packages: FFmpeg http://www.ffmpeg.org Can anybody help me? Thanks Daniele Rosa From transcode-users-bounces@exit1.org Sun Jul 9 11:58:13 2006 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 B496C126D90 for ; Sun, 9 Jul 2006 11:58:13 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k699pxNr019077; Sun, 9 Jul 2006 11:53:09 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k699puHv019061 for ; Sun, 9 Jul 2006 11:51:57 +0200 Received: by nf-out-0910.google.com with SMTP id x29so289619nfb for ; Sun, 09 Jul 2006 02:51:56 -0700 (PDT) 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; b=nvTsi0kQzw3s01tKJV82IotykUXc9aj2WzPMlSuhNWX4tfJp/cOPwCO64uDHsP+aW/eu2leLOyHKMU5wt+LcpdX1YJS2iGcM2SMRaTQCLDClxSF3iJZ5Eq9XFfwMyMEMC40ZDp+JCbcC7Hc92KUQt7BS4PpccE5Ir3MF5fG5NjE= Received: by 10.49.21.3 with SMTP id y3mr2703890nfi; Sun, 09 Jul 2006 02:51:56 -0700 (PDT) Received: from azafuse.rokugan.lan ( [82.51.100.148]) by mx.gmail.com with ESMTP id b1sm6812476nfe.2006.07.09.02.51.56; Sun, 09 Jul 2006 02:51:56 -0700 (PDT) Date: Sun, 9 Jul 2006 11:51:54 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] ./configure: line 30314: syntax error near unexpected token `}' Message-ID: <20060709115154.14eb7bf0@azafuse.rokugan.lan> In-Reply-To: <17fda3b50607090159x9eeeb37t906167715aaaa2e0@mail.gmail.com> References: <17fda3b50607090159x9eeeb37t906167715aaaa2e0@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=MP_6lEjVlef4iVmsUYzWv7PkPD X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 --MP_6lEjVlef4iVmsUYzWv7PkPD Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sun, 9 Jul 2006 08:59:29 +0000 "daniele rosa" wrote: Ciao, > Hello, > after the check out of the last version of transcode > > cvs -z3 -d :pserver:cvs@cvs.exit1.org:/cvstc co -r transcode_1_0 transcode That's the last stable version, that's was you looking for? If you want to get very last development version use -r HEAD. AFAIK, transcode_1_0 branch has got NO changes until 1.0.2 released. > The error message is: > > ./configure: line 30314: syntax error near unexpected token `}' > ./configure: line 30314: `echo "${ECHO_T}no" >&6; }' autoconf version? You are on debian, I guess. Looks like we must fix the autoconf issue. Grumph. > dr:/usr/local/src/transcode# cat tc_pkg_err_file > ERROR: requirement failed: cannot compile ffmpeg/avcodec.h > ffmpeg/avcodec.h can be found in the following packages: > FFmpeg http://www.ffmpeg.org That's another story. Apply attached patch against configure (I'll upload on wiki next week). Saluti, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) --MP_6lEjVlef4iVmsUYzWv7PkPD Content-Type: text/x-patch; name=tc-configure-new-lavc.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=tc-configure-new-lavc.patch --- configure.orig 2006-06-27 22:41:13.000000000 +0200 +++ configure 2006-06-27 22:42:12.000000000 +0200 @@ -28107,7 +28107,12 @@ printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); return(1); } + /* 3344640 == ((51<<16)+(9<<8)+0) == 51.9.0 */ +#if LIBAVCODEC_BUILD >= 3344640 + printf("VER=%s\n", AV_STRINGIFY(LIBAVCODEC_VERSION)); +#else printf("VER=%s\n", FFMPEG_VERSION); +#endif /* LIBAVCODEC_BUILD >= 51.9.0 check */ printf("BUILD=%d\n", LIBAVCODEC_BUILD); return(0); } --MP_6lEjVlef4iVmsUYzWv7PkPD-- From transcode-users-bounces@exit1.org Sun Jul 9 20:56:55 2006 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 1BA61126D90 for ; Sun, 9 Jul 2006 20:56:55 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k69Imdnj004798; Sun, 9 Jul 2006 20:52:05 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=HTML_MESSAGE,JR_PGP_MIME autolearn=disabled version=3.1.3 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k69ImXfm004783 for ; Sun, 9 Jul 2006 20:48:34 +0200 Received: by py-out-1112.google.com with SMTP id c63so3140684pyc for ; Sun, 09 Jul 2006 11:48:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:content-transfer-encoding:x-pgp-agent:x-mailer; b=THt2//9Z8oRuy2qgYTlLBGvyAM3e4+hfA/Waub0+QsI55QFUDf4NBIu3VLrRGE3nHxNw1nHKbXJ5Z1DlfeLGvy0ooG2spM9RxlOoYtoa9dtfUM2PFxyvUGmV7XV5FagLeB+qJsUSgz9g4SjXYQX2Wl6F8YCDpOFxc04/zpuq/R4= Received: by 10.35.34.18 with SMTP id m18mr4251398pyj; Sun, 09 Jul 2006 11:48:32 -0700 (PDT) Received: from ?192.168.0.6? ( [71.193.92.4]) by mx.gmail.com with ESMTP id s72sm2580702pyc.2006.07.09.11.48.28; Sun, 09 Jul 2006 11:48:32 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060709004801.25D6170905@warwind.org> References: <20060709004801.25D6170905@warwind.org> Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-6-217515718" Message-Id: From: Ivan Kowalenko Subject: Re: [transcode-users] New Script agk20 Date: Sun, 9 Jul 2006 13:48:10 -0500 To: transcode Users Mailing List Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-6-217515718 Content-Type: multipart/alternative; boundary=Apple-Mail-5-217515422 --Apple-Mail-5-217515422 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed On Jul 8, 2006, at 19.47, Jeff Hyche wrote: > This will be the last time I=92m going to post this script too. The =20= > thing is getting to big. Anyone know of a website that I can post =20 > it too? Well, the mailing list seems as good a place as any. Just put it in =20 an attached .sh file, and compress it with GZip. You should be able =20 to pull at least 4:1 compression. Besides, that script isn't THAT =20 long. I've sent off compiling log reports larger than that. Or you could see about getting it included in the CVS (or are we =20 switching to SVN now?) as something in /contrib/ or something else =20 along those lines. --Apple-Mail-5-217515422 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=WINDOWS-1252
On Jul 8, 2006, at = 19.47, Jeff Hyche wrote:

This will be the last = time I=92m going to post this script too.=A0 The thing is getting to = big.=A0 Anyone know of a website that I can post it = too?

Well, the mailing list seems as = good a place as any. Just put it in an attached .sh file, and compress = it with GZip. You should be able to pull at least 4:1 compression. = Besides, that script isn't THAT long. I've sent off compiling log = reports larger than that.

Or you could see about getting = it included in the CVS (or are we switching to SVN now?) as something in = /contrib/ or something else along those lines.
= --Apple-Mail-5-217515422-- --Apple-Mail-6-217515718 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEsU9th/R/wkI6oPQRAjoEAKCoG21HfSmYb7H+mS7lDJW2u69zOgCeOls1 HCeJZhuIgab4DuIx/mWm3uM= =hIoL -----END PGP SIGNATURE----- --Apple-Mail-6-217515718-- From transcode-users-bounces@exit1.org Mon Jul 10 00:36:28 2006 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 D2893126D90 for ; Mon, 10 Jul 2006 00:36:28 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k69MTv4p011596; Mon, 10 Jul 2006 00:32:06 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-101.4 required=5.0 tests=ALL_TRUSTED,JR_PGP_MIME autolearn=disabled version=3.1.3 Received: from wizard.castle (IDENT:itsme@xdsl-87-78-162-239.netcologne.de [87.78.162.239]) (authenticated bits=0) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k69MTsZJ011581 for ; Mon, 10 Jul 2006 00:29:56 +0200 MIME-Version: 1.0 Message-ID: <20060710002930.6126SoHcEv939@wizard.castle> X-Mailer: JaM - Just A Mailer To: "'transcode Users Mailing List'" In-Reply-To: <20060709004801.25D6170905@warwind.org> From: =?ISO-8859-15?Q?J=F6rn?= Reder Subject: RE: [transcode-users] New Script agk20 Date: Mon, 10 Jul 2006 00:29:30 +0200 Content-Type: multipart/signed; boundary="----------=_1152484170-6096-31"; micalg="pgp-ripemd160"; protocol="application/pgp-signature" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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... ------------=_1152484170-6096-31 Content-Type: text/plain; charset="iso-8859-15" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable "Jeff Hyche" wrote: > This will be the last time I'm going to post this script too. The thing = is > getting to big. Anyone know of a website that I can post it too? Of course ;) http://www.transcoding.org/ It's a Wiki and you can request the editing password by sending an email to phil@slug.org (explained at the bottom of the homepage). Regards, Joern --=20 .''`. J=F6rn Reder : :' : http://www.exit1.org/ http://www.zyn.de/ `. `' `- Debian GNU/Linux -- The power of freedom ------------=_1152484170-6096-31 Content-Type: application/pgp-signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQBEsYNK2hNi0Chc9HMRA0ovAKCBpaF7/Ba3NLjaAjin17f3NXmn/gCfbZm7 UuV/7UUHYX+/x6CLlyPGvEc= =Ym2N -----END PGP SIGNATURE----- ------------=_1152484170-6096-31-- From transcode-users-bounces@exit1.org Mon Jul 10 20:46:07 2006 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 5CE1A126D89 for ; Mon, 10 Jul 2006 20:46:07 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6AIYd8Y023192; Mon, 10 Jul 2006 20:39:29 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6AIYYhg023177 for ; Mon, 10 Jul 2006 20:34:35 +0200 Received: by nf-out-0910.google.com with SMTP id x29so600659nfb for ; Mon, 10 Jul 2006 11:34:33 -0700 (PDT) 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=lXsNtlZpYJHDsHy4ul8iS7JOrC3x8IU8tNYLtw+I6T+GoIfIz36I8/VTFP7SWAUbhnm3/1uBL/Iu7GzkEVQTL3XCyG1zEsryc/5eNvtddaVB2CgVnLZG+siOIYBiaV2x9deNsC8smXEiDxx0muOrGzdYZWnqmlbkotRv+eWFEJs= Received: by 10.48.161.1 with SMTP id j1mr3994952nfe; Mon, 10 Jul 2006 11:34:33 -0700 (PDT) Received: by 10.48.237.17 with HTTP; Mon, 10 Jul 2006 11:34:33 -0700 (PDT) Message-ID: <79328ea80607101134q50a06444l4304cb9ee665c04f@mail.gmail.com> Date: Mon, 10 Jul 2006 19:34:33 +0100 From: "Asfand Yar Qazi" To: transcode-users@exit1.org In-Reply-To: <79328ea80607071724r5781f85ev22901b998a6975e6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <79328ea80607071724r5781f85ev22901b998a6975e6@mail.gmail.com> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: Can't sync video to audio 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 7/8/06, Asfand Yar Qazi wrote: > Hi, > > I can't seem to sync the audio to video on an xvid I have. > > Here's the commands I tried executing: > > transcode -i ${VIDEO}.avi -y ffmpeg --export_prof dvd-ntsc \ > --export_asr 3 -J modfps --export_fps 29.97 \ > --import_asr 4 -b224 -N 0x2000 -m dvd.ac3 \ > -o dvd > > mplex -f 8 -o ${VIDEO}.mpg dvd.m2v dvd.ac3 > > I also tried using --export_prof dvd-pal and --export_fps 23.976 > > The video is originally in AC3 with a fps of 23.976. FYI, here's some > sample transcode output: > > transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms > [transcode] auto-probing source vid1.avi (ok) > [transcode] V: import format | XviD RIFF data, AVI (V=ffmpeg|A=ac3) > [transcode] V: import frame | 720x304 2.37:1 encoded @ 2.21:1 > XXX: zoom=yes pre_clip=yes > [transcode] V: pre clip frame | 720x376 (-36,0,-36,0) > [transcode] V: zoom | 720x576 1.55:1 (Lanczos3) > [transcode] V: bits/pixel | 0.181 > [transcode] V: decoding fps,frc | 23.976,1 > [transcode] V: Y'CbCr | YV12/I420 > [transcode] A: import format | 0x2000 AC3 [48000,16,5] 448 kbps > [transcode] A: downmix | 5 channels -> 2 channels > [transcode] A: export format | 0x2000 AC3 [48000,16,2] 224 kbps > [transcode] V: encoding fps,frc | 29.970,4 > [transcode] A: bytes per frame | 6408 (6406.400000) > [transcode] A: adjustment | -1600@1000 > [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow > mmxext mmx asm C) > tc_memcpy: using amd64 for memcpy > [transcode] V: video buffer | 10 @ 720x576 > [import_ac3.so] v0.3.2 (2002-02-15) (audio) AC3 > [import_ffmpeg.so] v0.1.12 (2004-05-07) (video) ffmpeg: MS MPEG4v1-3/MPEG4/MJPEG > [filter_modfps.so] v0.10 (2003-08-18) plugin to modify framerate > [filter_modfps.so] converting from 23.9760fps to 29.9700fps > [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) Lavc51.9.0 | (audio) > MPEG/AC3/PCM > [import_ac3.so] AC3->PCM > [import_ac3.so] tcextract -a 0 -i "vid1.avi" -x ac3 -d 0 | tcdecode -x > ac3 -d 0 -s 1.000000,1.000000,1.000000 -A 0 > [export_ffmpeg.so] Using FFMPEG codec 'mpeg2video' (FourCC 'mpg2', > MPEG2 compliant video). > [export_ffmpeg.so]: INFO: Selected dvd profile, pal/secam video type for video > [export_ffmpeg.so]: INFO: Set interlacing to top-first > [export_ffmpeg.so]: INFO: Set frame rate to 25 > [export_ffmpeg.so]: INFO: Set video bitrate to 5000 > [export_ffmpeg.so]: INFO: Set GOP size to 15 > [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' > [export_ffmpeg.so] found. Default settings will be used instead. > [export_ffmpeg.so]: INFO: Starting 1 thread(s) > [export_ffmpeg.so]: INFO: Display aspect ratio calculated as 1.777778 > [export_ffmpeg.so]: INFO: Sample aspect ratio calculated as 1.422222 > [mpeg2video @ 0x2aaaad1e9a50]removing common factors from framerate > [export_ffmpeg.so]: INFO: Selected dvd profile for audio > [export_ffmpeg.so]: INFO: Resampling filter inactive > [export_ffmpeg.so]: INFO: Set number of audio channels to 2 > [export_ffmpeg.so]: INFO: Set number of audio bits to 16 > [export_ffmpeg.so]: INFO: No audio resampling necessary, using 48000 Hz > tc_memcpy: using amd64 for memcpy > [mpeg2video @ 0x2aaaad1e9a50]rc buffer underflow > > > What am I doing wrong? > > Thanks > Also, just to note that the audio is always slower than the video From transcode-users-bounces@exit1.org Tue Jul 11 03:37:32 2006 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 3A0B3126D88 for ; Tue, 11 Jul 2006 03:37:32 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6B1RoGd003039; Tue, 11 Jul 2006 03:31:31 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6B1Rbab003022 for ; Tue, 11 Jul 2006 03:27:39 +0200 Received: from [192.168.1.186] (c-67-163-39-124.hsd1.il.comcast.net[67.163.39.124]) by comcast.net (rwcrmhc12) with ESMTP id <20060711012730m12000bgife>; Tue, 11 Jul 2006 01:27:30 +0000 Message-ID: <44B2FE70.8090508@personnelware.com> Date: Mon, 10 Jul 2006 20:27:12 -0500 From: Carl Karsten User-Agent: Thunderbird 1.5.0.4 (X11/20060615) 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: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] smoothing out sharp edges 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 have a mp3 podcast that was done with a crappy mike or something - it has a lot of high end twang - is there a filer I can use to make it "better" ? even just shifting the freq of everything down a bit would be a help. it is currently like listening to nails on a chalkboard. Carl K From transcode-users-bounces@exit1.org Tue Jul 11 08:36:02 2006 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 EF422126D88 for ; Tue, 11 Jul 2006 08:36:02 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6B6TgJ7016732; Tue, 11 Jul 2006 08:30:50 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from bender.bawue.de (bender.bawue.de [193.7.176.20]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6B6TdpO016717 for ; Tue, 11 Jul 2006 08:29:40 +0200 Received: by bender.bawue.de (Postfix, from userid 171) id 2E49C445BC; Tue, 11 Jul 2006 08:29:39 +0200 (MEST) Received: from 15.195.185.76 (SquirrelMail authenticated user ericl) by my.bawue.de with HTTP; Tue, 11 Jul 2006 08:29:39 +0200 (MEST) Message-ID: <49641.15.195.185.76.1152599379.squirrel@my.bawue.de> In-Reply-To: <44B2FE70.8090508@personnelware.com> References: <44B2FE70.8090508@personnelware.com> Date: Tue, 11 Jul 2006 08:29:39 +0200 (MEST) Subject: Re: [transcode-users] smoothing out sharp edges From: "Eric Lavarde - ASB" To: "transcode Users Mailing List" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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, > I have a mp3 podcast that was done with a crappy mike or something - it > has a > lot of high end twang - is there a filer I can use to make it "better" ? > > even just shifting the freq of everything down a bit would be a help. it > is > currently like listening to nails on a chalkboard. If it's audio only, have you tried with audacity (GUI) or sox (command line)? Cheers, Eric -- Eric de France, d'Allemagne et de Navarre From transcode-users-bounces@exit1.org Tue Jul 11 18:51:37 2006 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 8A502126D88 for ; Tue, 11 Jul 2006 18:51:37 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6BGdfWl003863; Tue, 11 Jul 2006 18:41:27 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from rwcrmhc15.comcast.net (rwcrmhc15.comcast.net [204.127.192.85]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6BGdc8d003848 for ; Tue, 11 Jul 2006 18:39:40 +0200 Received: from [192.168.1.186] (c-67-163-39-124.hsd1.il.comcast.net[67.163.39.124]) by comcast.net (rwcrmhc15) with ESMTP id <20060711163929m15004er64e>; Tue, 11 Jul 2006 16:39:29 +0000 Message-ID: <44B3D42D.3050701@personnelware.com> Date: Tue, 11 Jul 2006 11:39:09 -0500 From: Carl Karsten User-Agent: Thunderbird 1.5.0.4 (X11/20060615) MIME-Version: 1.0 To: transcode Users Mailing List Subject: Re: [transcode-users] smoothing out sharp edges References: <44B2FE70.8090508@personnelware.com> <49641.15.195.185.76.1152599379.squirrel@my.bawue.de> In-Reply-To: <49641.15.195.185.76.1152599379.squirrel@my.bawue.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Eric Lavarde - ASB wrote: > Hi, > >> I have a mp3 podcast that was done with a crappy mike or something - it >> has a >> lot of high end twang - is there a filer I can use to make it "better" ? >> >> even just shifting the freq of everything down a bit would be a help. it >> is >> currently like listening to nails on a chalkboard. > If it's audio only, have you tried with audacity (GUI) or sox (command line)? Nope. unless you think they will give me better results, I would rather use transcode - I already know a bit about it, and it seems like something worth learning more about. C From transcode-users-bounces@exit1.org Tue Jul 11 19:05:23 2006 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 A5E4F126D9C for ; Tue, 11 Jul 2006 19:05:23 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6BGvcf8004865; Tue, 11 Jul 2006 18:57:51 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6BGvY0g004848 for ; Tue, 11 Jul 2006 18:57:36 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k6BGvSOg025229 for ; Tue, 11 Jul 2006 09:57:28 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k6BGvSEW025228 for transcode-users@exit1.org; Tue, 11 Jul 2006 09:57:28 -0700 Date: Tue, 11 Jul 2006 09:57:28 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] smoothing out sharp edges Message-ID: <20060711165728.GA25062@webserver> References: <44B2FE70.8090508@personnelware.com> <49641.15.195.185.76.1152599379.squirrel@my.bawue.de> <44B3D42D.3050701@personnelware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44B3D42D.3050701@personnelware.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Carl Karsten wrote: > Eric Lavarde - ASB wrote: > >Hi, > > > >>I have a mp3 podcast that was done with a crappy mike or something - it > >>has a > >>lot of high end twang - is there a filer I can use to make it "better" ? > >> > >>even just shifting the freq of everything down a bit would be a help. it > >>is > >>currently like listening to nails on a chalkboard. > >If it's audio only, have you tried with audacity (GUI) or sox (command > >line)? > > Nope. unless you think they will give me better results, I would rather > use transcode - I already know a bit about it, and it seems like something > worth learning more about. Well, frankly, Transcode would do well to encapsulate sox as a module, since it is "the right thing". Basically, sox contains the accumulated knowlege of the free software audio processing community. As the sox webpage says: The following effects can be applied to sound data (using sox): * Channel averaging, duplication, and removal * Band-pass filter * Band-reject filter * Compress and Expand (compand) the dynamic range of samples * Chorus effect * DCShift audio * Deemphases filter * Move soundstage to front of listener. * Add an echo or sequence of echos * Fade in or out * Apply a flanger effect * Apply a high-pass filter * Apply a low-pass filter * Display a list of loops in a file * Add masking noise to a signal * Multi-band Compander * Pan sound between channels * Apply a phaser effect * Change the pitch of a sound file without affecting its speed. * Change sampling rates using several different algorithms. * Repeat audio data * Apply a reverb effect * Reverse sound samples (to search for Satanic messages :) * Detect periods of silence and start and stop processing based on it * Change the speed of samples being played (without affecting pitch) * Display general stats on sound samples * Stretch/shorten the duration of a sound file. * Swap stereo channels * Create sounds with a simple synthesizer * Trim audio data from beginning and end of file. * Add the world-famous Fender Vibro-Champ effect * Adjust volume of samples. From transcode-users-bounces@exit1.org Wed Jul 12 18:49:52 2006 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 956FB126D9A for ; Wed, 12 Jul 2006 18:49:52 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CGc0PM021670; Wed, 12 Jul 2006 18:39:55 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.9 required=5.0 tests=HTML_10_20,HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from smtpout.mac.com (smtpout69.apple.com [17.250.248.181] (may be forged)) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CGbv1d021653 for ; Wed, 12 Jul 2006 18:37:59 +0200 Received: from mac.com (smtpin04-en2 [10.13.10.149]) by smtpout.mac.com (Xserve/8.12.11/smtpout11/MantshX 4.0) with ESMTP id k6CGbuqk023182 for ; Wed, 12 Jul 2006 09:37:56 -0700 (PDT) Received: from [192.168.1.100] (82-42-218-45.cable.ubr03.live.blueyonder.co.uk [82.42.218.45]) (authenticated bits=0) by mac.com (Xserve/smtpin04/MantshX 4.0) with ESMTP id k6CGbmKc019048 for ; Wed, 12 Jul 2006 09:37:55 -0700 (PDT) User-Agent: Microsoft-Entourage/11.2.4.060510 Date: Wed, 12 Jul 2006 17:37:46 +0100 From: Iain MacGranthin To: Message-ID: Thread-Topic: Hard Disk doesn't seem to do the fps it used to... Thread-Index: Acal0YEjv/OPFBHEEdurygANk1jFjg== Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3235570674_369321" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Hard Disk doesn't seem to do the fps it used to... 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 message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3235570674_369321 Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable System =AD SuSe 10.0 AMD64 3500 1x277gig, 2x202gig SATA Hard disks. 2x512meg paired memory. I have noticed that the transcode speed have decreased over time on one har= d disk that I am using =AD which was confirmed by my using another disk today, which is processing consistently at about 35fps as opposed to the 21-24fps my more heavily used disk now averages. The time has not been long either, perhaps 2 months at most since I installed SuSe 10.1. It has given me a layman=B9s impression that the volume of transcoding from mpg to XviD, after recording dvb-t and editing it with dvbcut, followed by deletion of original m2t (from recording using Kaffeine) files and dvbcut created mpg files, is affecting the hard disk performance in a similar way to how a windows drive gets when it needs defragmenting. However, having a Powerbook with Mac OS X, I was under the impression that this wouldn=B9t be a= n issue, as unix based systems manage their disks without need for interference. If there is some disk maintenance that needs performing, what do I do and with what, and if not, what could be causing the change in performance, and what can I do to keep things running smoothly and at best speed? Finally, some basic stats, just in case they may be of use: Heavy use disk: 277gig, logical drive 250gig, with 109gig free. Recently conscripted disk: 202gig, logical drive 189 gig with 140 gig free. --B_3235570674_369321 Content-type: text/html; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Hard Disk doesn't seem to do the fps it used to... Syste= m – SuSe 10.0
AMD64 3500
1x277gig, 2x202gig SATA Hard disks.
2x512meg paired memory.
I have noticed that the transcode speed have decreased over time on one har= d disk that I am using – which was confirmed by my using another disk = today, which is processing consistently at about 35fps as opposed to the 21-= 24fps my more heavily used disk now averages.

The time has not been long either, perhaps 2 months at most since I install= ed SuSe 10.1.

It has given me a layman’s impression that the volume of transcoding = from mpg to XviD, after recording dvb-t and editing it with dvbcut, followed= by deletion of original m2t (from recording using Kaffeine) files and dvbcu= t created mpg files, is affecting the hard disk performance in a similar way= to how a windows drive gets when it needs defragmenting.  However, hav= ing a Powerbook with Mac OS X, I was under the impression that this wouldn&#= 8217;t be an issue, as unix based systems manage their disks without need fo= r interference.

If there is some disk maintenance that needs performing, what do I do and w= ith what, and if not, what could be causing the change in performance, and w= hat can I do to keep things running smoothly and at best speed?

Finally, some basic stats, just in case they may be of use:
Heavy use disk: 277gig, logical drive 250gig, with 109gig free.
Recently conscripted disk: 202gig, logical drive 189 gig with 140 gig free.=
--B_3235570674_369321-- From transcode-users-bounces@exit1.org Wed Jul 12 20:54:32 2006 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 CAAD8126D91 for ; Wed, 12 Jul 2006 20:54:32 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CInMBg026736; Wed, 12 Jul 2006 20:50:11 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CInEFQ026708 for ; Wed, 12 Jul 2006 20:49:16 +0200 Received: from ibm58aec.bellsouth.net ([68.159.94.78]) by imf16aec.mail.bellsouth.net with ESMTP id <20060712184909.FYTL6598.imf16aec.mail.bellsouth.net@ibm58aec.bellsouth.net> for ; Wed, 12 Jul 2006 14:49:09 -0400 Received: from [192.168.2.3] (really [68.159.94.78]) by ibm58aec.bellsouth.net with ESMTP id <20060712184908.JFBV10031.ibm58aec.bellsouth.net@[192.168.2.3]> for ; Wed, 12 Jul 2006 14:49:08 -0400 From: Sean Hendricks To: transcode Users Mailing List Content-Type: text/plain Date: Wed, 12 Jul 2006 14:49:07 -0400 Message-Id: <1152730147.3848.4.camel@khethra> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Compiling libavcodec 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 all, I just upgraded my machine to Ubuntu Dapper Drake, and I'm trying to recompile transcode. I keep getting the following error, however: ERROR: requirement failed: cannot link against libavcodec libavcodec can be found in the following packages: FFMpeg http://www.ffmpeg.org/ Now, I've got the latest svn from FFMPEG, and I've compiled and installed it. The following are the locations of libavcodec.a, libavcodec.so and avcodec.h: /usr/local/lib/libavcodec.a /usr/local/lib/libavcodec.so /usr/local/include/ffmpeg/avcodec.h And here's the configure command I'm using: ./configure --with-libavcodec-includes=/usr/local --with-libavcodec-libs=/usr/local --with-libavcodec-prefix=/usr/local I figure I'm just missing something, but any help I could get on figuring this out would be appreciated. Sean From transcode-users-bounces@exit1.org Wed Jul 12 22:37:12 2006 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 6B712126D91 for ; Wed, 12 Jul 2006 22:37:12 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CKUJns030391; Wed, 12 Jul 2006 22:31:18 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CKUEcv030376 for ; Wed, 12 Jul 2006 22:30:15 +0200 Received: by nf-out-0910.google.com with SMTP id i2so4770nfe for ; Wed, 12 Jul 2006 13:30:14 -0700 (PDT) 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; b=KCFhS+LnJRpPuKqFFKV/eYLLInUbjoTJ1jBMmntVNR/J6eArvthrAfHQCKUliznkN0cnwYCi4toRa/Jz323JExiRPhcDdcVlkEkQhOt5Kf07MYABsNzmi1jHzx9j859fVfAiR4t2AZscZ9pDGArmIzEis70605MNYlprX8QZNtg= Received: by 10.48.1.4 with SMTP id 4mr95167nfa; Wed, 12 Jul 2006 13:23:45 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.7.207.142]) by mx.gmail.com with ESMTP id b1sm636576nfe.2006.07.12.13.23.44; Wed, 12 Jul 2006 13:23:44 -0700 (PDT) Date: Wed, 12 Jul 2006 22:23:42 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Compiling libavcodec Message-ID: <20060712222342.79602580@azafuse.rokugan.lan> In-Reply-To: <1152730147.3848.4.camel@khethra> References: <1152730147.3848.4.camel@khethra> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_hHQr2Ta70oOsTk9V8ht=+kI" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 --MP_hHQr2Ta70oOsTk9V8ht=+kI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, 12 Jul 2006 14:49:07 -0400 Sean Hendricks wrote: > Hi all, [...] > I figure I'm just missing something, but any help I could get on > figuring this out would be appreciated. Our stable branch need to be updated (maybe that will be a strong reason to go ahead with 1.0.3). As a workaround, pleas retry after applying the attached patch Best regards, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) --MP_hHQr2Ta70oOsTk9V8ht=+kI Content-Type: text/x-patch; name=tc-configure-new-lavc.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=tc-configure-new-lavc.patch --- configure.orig 2006-06-27 22:41:13.000000000 +0200 +++ configure 2006-06-27 22:42:12.000000000 +0200 @@ -28107,7 +28107,12 @@ printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); return(1); } + /* 3344640 == ((51<<16)+(9<<8)+0) == 51.9.0 */ +#if LIBAVCODEC_BUILD >= 3344640 + printf("VER=%s\n", AV_STRINGIFY(LIBAVCODEC_VERSION)); +#else printf("VER=%s\n", FFMPEG_VERSION); +#endif /* LIBAVCODEC_BUILD >= 51.9.0 check */ printf("BUILD=%d\n", LIBAVCODEC_BUILD); return(0); } --MP_hHQr2Ta70oOsTk9V8ht=+kI-- From transcode-users-bounces@exit1.org Thu Jul 13 00:00:44 2006 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 3FF3E126D91 for ; Thu, 13 Jul 2006 00:00:44 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CLqdD8001270; Wed, 12 Jul 2006 23:53:25 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from imf19aec.mail.bellsouth.net (imf19aec.mail.bellsouth.net [205.152.59.67]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6CLqYPU001254 for ; Wed, 12 Jul 2006 23:52:35 +0200 Received: from ibm60aec.bellsouth.net ([68.159.94.78]) by imf19aec.mail.bellsouth.net with ESMTP id <20060712215224.ENFL3075.imf19aec.mail.bellsouth.net@ibm60aec.bellsouth.net> for ; Wed, 12 Jul 2006 17:52:24 -0400 Received: from [192.168.2.3] (really [68.159.94.78]) by ibm60aec.bellsouth.net with ESMTP id <20060712215223.EYMU16573.ibm60aec.bellsouth.net@[192.168.2.3]> for ; Wed, 12 Jul 2006 17:52:23 -0400 Subject: Re: [transcode-users] Compiling libavcodec From: Sean Hendricks To: transcode Users Mailing List In-Reply-To: <20060712222342.79602580@azafuse.rokugan.lan> References: <1152730147.3848.4.camel@khethra> <20060712222342.79602580@azafuse.rokugan.lan> Content-Type: text/plain Date: Wed, 12 Jul 2006 17:52:23 -0400 Message-Id: <1152741143.13512.1.camel@khethra> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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, 2006-07-12 at 22:23 +0200, Francesco Romani wrote: > Our stable branch need to be updated (maybe that will be a strong > reason to go ahead with 1.0.3). > > As a workaround, pleas retry after applying the attached patch Thanks. I realized after I sent that, that Synaptic was able to install transcode 1.0.2. I'm going to try it out, see how it runs. If I need to compile it myself, I'll apply the patch. Sean From transcode-users-bounces@exit1.org Fri Jul 14 17:54:57 2006 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 C8A7C126D82 for ; Fri, 14 Jul 2006 17:54:57 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6EFjTSx031386; Fri, 14 Jul 2006 17:47:13 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=-100.0 required=5.0 tests=HTML_MESSAGE,JR_PGP_MIME autolearn=disabled version=3.1.3 Received: from defout.telus.net (defout.telus.net [199.185.220.240]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6EFjNod031363 for ; Fri, 14 Jul 2006 17:45:27 +0200 Received: from priv-edtnaa06.telusplanet.net ([142.179.175.123]) by priv-edtnes86.telusplanet.net (InterMail vM.7.05.01.01 201-2174-106-103-20060222) with ESMTP id <20060714154520.JBRA25546.priv-edtnes86.telusplanet.net@priv-edtnaa06.telusplanet.net> for ; Fri, 14 Jul 2006 09:45:20 -0600 Received: from DesktopServer (s142-179-175-123.ab.hsia.telus.net [142.179.175.123]) by priv-edtnaa06.telusplanet.net (BorderWare MXtreme Infinity Mail Firewall) with ESMTP id 3D9BMNUH7J for ; Fri, 14 Jul 2006 09:45:19 -0600 (MDT) From: Roy Souther To: transcode-users@exit1.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-p2U+VFO92EZfAH/qtket" Organization: Silicon Tao Technology Systems Inc. Date: Fri, 14 Jul 2006 09:45:18 -0600 Message-Id: <1152891919.17882.369.camel@DesktopServer> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] CLI list movie DVD TOC? X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: roy@silicontao.com, 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 --=-p2U+VFO92EZfAH/qtket Content-Type: multipart/alternative; boundary="=-og5BT4VzuqJRAhthWxgh" --=-og5BT4VzuqJRAhthWxgh Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Is there any command line tools in transcode or any other program that would help me to get a list of the contents on a movie DVD? Having a very hard time trying to find information about such a thing because when I google for Linux movie DVD list "Table of Contents" it returns the links to every project documentation be cause the documentation has a Table of Contents. Royce Souther www.SiliconTao.com Let Open Source help your business move beyond. For security this message is digitally authenticated by GnuPG. --=-og5BT4VzuqJRAhthWxgh Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Is there any command line tools in transcode or any other program that woul= d help me to get a list of the contents on a movie DVD?

Having a very hard time trying to find information about such a thing becau= se when I google for Linux movie DVD list "Table of Contents"<= /B> it returns the links to every project documentation be cause the docume= ntation has a Table of Contents.

Royce Souther
www.SiliconTao.com
Let Open Source help your business move beyond.

For security this message is digitally authenticated by GnuPG.



--=-og5BT4VzuqJRAhthWxgh-- --=-p2U+VFO92EZfAH/qtket Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBEt7wOY62fql08qicRAvMkAKCtPKSIA4qSTvNn5DS7Ogrl/ttIJgCff5WJ YxQYDWMgfY8fm3hKPqyVZug= =qRiR -----END PGP SIGNATURE----- --=-p2U+VFO92EZfAH/qtket-- From transcode-users-bounces@exit1.org Fri Jul 14 18:20:19 2006 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 CFEC7126D82 for ; Fri, 14 Jul 2006 18:20:19 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6EGEUns032448; Fri, 14 Jul 2006 18:14:43 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.200.83]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6EGERAM032407 for ; Fri, 14 Jul 2006 18:14:28 +0200 Received: from [69.248.159.144] (c-69-248-159-144.hsd1.nj.comcast.net[69.248.159.144]) by comcast.net (sccrmhc13) with ESMTP id <2006071416142001300aco7ie>; Fri, 14 Jul 2006 16:14:21 +0000 Message-ID: <44B7C2EA.1070100@martnet.com> Date: Fri, 14 Jul 2006 12:14:34 -0400 From: Joe Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060607 Fedora/1.0.2-1.fc5 SeaMonkey/1.0.2 MIME-Version: 1.0 To: roy@silicontao.com, transcode Users Mailing List Subject: Re: [transcode-users] CLI list movie DVD TOC? References: <1152891919.17882.369.camel@DesktopServer> In-Reply-To: <1152891919.17882.369.camel@DesktopServer> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Cc: X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: transcode Users Mailing List List-Id: transcode Users Mailing List List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: transcode-users-bounces@exit1.org Errors-To: transcode-users-bounces@exit1.org Roy Souther wrote: > Is there any command line tools in transcode or any other program that > would help me to get a list of the contents on a movie DVD? $ lsdvd Disc Title: PHANTOM_MENACE Title: 01, Length: 02:16:04.200 Chapters: 51, Cells: 80, Audio streams: 04, Subpictures: 04 Title: 02, Length: 00:00:08.000 Chapters: 02, Cells: 02, Audio streams: 00, Subpictures: 00 Title: 03, Length: 00:02:02.220 Chapters: 02, Cells: 01, Audio streams: 01, Subpictures: 00 ... Installed from a Freshrpms package. From transcode-users-bounces@exit1.org Sat Jul 15 14:13:41 2006 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 97C07126D90 for ; Sat, 15 Jul 2006 14:13:41 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FC7VOf013287; Sat, 15 Jul 2006 14:08:37 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from smtp1.libero.it (smtp1.libero.it [193.70.192.51]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FC7RoR013272 for ; Sat, 15 Jul 2006 14:07:29 +0200 Received: from localhost (172.16.1.208) by smtp1.libero.it (7.0.027-DD01) id 4499641B02038E29 for transcode-users@exit1.org; Sat, 15 Jul 2006 14:07:22 +0200 Received: from smtp2.libero.it ([172.16.1.225]) by localhost (asav21.libero.it [193.70.193.8]) (amavisd-new, port 10024) with ESMTP id 11078-09 for ; Sat, 15 Jul 2006 14:07:22 +0200 (CEST) Received: from [192.168.2.4] (adsl-ull-171-118.47-151.net24.it [151.47.118.171]) by smtp2.libero.it (Postfix) with ESMTP id 61133A8C34 for ; Sat, 15 Jul 2006 14:07:22 +0200 (MEST) Message-ID: <44B8DBDE.6090008@libero.it> Date: Sat, 15 Jul 2006 14:13:18 +0200 From: paolo cutilli User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: transcode-users@exit1.org Content-Type: multipart/alternative; boundary="------------090002010705000009010000" X-Scanned: with antispam and antivirus automated system at libero.it X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Can't complie against ffmpeg 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. --------------090002010705000009010000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello there. When I compile bu this: ./configure --with-libavcodec-prefix=/usr/local/bin --with-libavcodec-includes=/usr/local/include/ffmpeg I get this: ERROR: requirement failed: cannot compile ffmpeg/avcodec.h ffmpeg/avcodec.h can be found in the following packages: FFmpeg http://www.ffmpeg.org Please see the INSTALL file in the top directory of the transcode sources for more information about building transcode with this configure script. What the hell I am missing here ? Why system doesn't find ffmpeg ?? Thanks paolo --------------090002010705000009010000 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello there.
When I compile bu this:

./configure --with-libavcodec-prefix=/usr/local/bin --with-libavcodec-includes=/usr/local/include/ffmpeg

I get this:

ERROR: requirement failed: cannot compile ffmpeg/avcodec.h
ffmpeg/avcodec.h can be found in the following packages:
  FFmpeg  http://www.ffmpeg.org


Please see the INSTALL file in the top directory of the
transcode sources for more information about building
transcode with this configure script.

What the hell I am missing here ? Why system doesn't find ffmpeg ??
Thanks
paolo
--------------090002010705000009010000-- From transcode-users-bounces@exit1.org Sat Jul 15 14:59:58 2006 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 864D1126D90 for ; Sat, 15 Jul 2006 14:59:58 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FCrvJF015137; Sat, 15 Jul 2006 14:54:24 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from gallium.webpack.hosteurope.de (gallium.webpack.hosteurope.de [217.115.142.119]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FCrtsG015120 for ; Sat, 15 Jul 2006 14:53:56 +0200 Received: by gallium.webpack.hosteurope.de running Exim 4.51 using esmtpa from pd953a8cf.dip.t-dialin.net ([217.83.168.207] helo=[192.168.100.2]) id 1G1jed-0002t3-Ki; Sat, 15 Jul 2006 14:53:55 +0200 Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <44B8DBDE.6090008@libero.it> References: <44B8DBDE.6090008@libero.it> Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: From: NewsBox Subject: Re: [transcode-users] Can't complie against ffmpeg Date: Sat, 15 Jul 2006 14:51:06 +0200 To: transcode Users Mailing List X-Mailer: Apple Mail (2.750) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by fries.zyn.de id k6FCrtsG015120 X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Am 15.07.2006 um 14:13 schrieb paolo cutilli: > Hello there. > When I compile bu this: > > ./configure --with-libavcodec-prefix=/usr/local/bin --with- > libavcodec-includes=/usr/local/include/ffmpeg > > I get this: > > ERROR: requirement failed: cannot compile ffmpeg/avcodec.h > ffmpeg/avcodec.h can be found in the following packages: > FFmpeg http://www.ffmpeg.org > > > Please see the INSTALL file in the top directory of the > transcode sources for more information about building > transcode with this configure script. > > What the hell I am missing here ? Why system doesn't find ffmpeg ?? > Thanks > paolo Hi, did you install ffmpeg from rpms or debs or any other package management? Install ffmpeg-devel. Did you compile ffmpeg from source? Check that your sources are in usr/local/include/ffmpeg. If they are there, check that the user account you´re using has read access to that directory. I compiled ffmpeg with prefix /usr/local and transcodes ./configure found it automagically... Hope that helps kind regards Peter Marquardt From transcode-users-bounces@exit1.org Sat Jul 15 17:51:24 2006 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 DDD72126D90 for ; Sat, 15 Jul 2006 17:51:24 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FFidIe019716; Sat, 15 Jul 2006 17:46:08 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6FFiarm019701 for ; Sat, 15 Jul 2006 17:44:37 +0200 Received: by nf-out-0910.google.com with SMTP id q29so433215nfc for ; Sat, 15 Jul 2006 08:44:34 -0700 (PDT) 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=ZIrZlx3/sog4NvgLOduTXcQOceyW1dOp8DaD2spx6mdR0AG7cb8drsPPQ8l/jxvleZWiDURK45l0vEDLek+VCtsDT4b5juJHJOb42usGAoUN9pV5pnI+soxfDr+d7luzsSjBT+R+zfdPXBya/ODJbZmFNh+SOgrZDZSMWkn6ADk= Received: by 10.78.165.16 with SMTP id n16mr204391hue; Sat, 15 Jul 2006 08:44:34 -0700 (PDT) Received: by 10.78.145.19 with HTTP; Sat, 15 Jul 2006 08:44:34 -0700 (PDT) Message-ID: <91981b3e0607150844i469a51baq8fda9282b02852ba@mail.gmail.com> Date: Sat, 15 Jul 2006 09:44:34 -0600 From: "Chris Kuethe" To: "transcode Users Mailing List" Subject: Re: [transcode-users] Can't complie against ffmpeg In-Reply-To: <44B8DBDE.6090008@libero.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44B8DBDE.6090008@libero.it> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 7/15/06, paolo cutilli wrote: > > Hello there. > When I compile bu this: > > ./configure --with-libavcodec-prefix=/usr/local/bin > --with-libavcodec-includes=/usr/local/include/ffmpeg > > I get this: > > ERROR: requirement failed: cannot compile ffmpeg/avcodec.h > ffmpeg/avcodec.h can be found in the following packages: > FFmpeg http://www.ffmpeg.org RTF configure.log I'm guessing that you've passed in bad data and configure is doing something like gcc -I/usr/local/include/ffmpeg -L/usr/local/bin -lavcodec -o conftest conftest.c That looks like a pretty sane command line but I bet your libavcodec (etc) doesn't live in /usr/local/bin and i'm guessing that conftest.c says "#include " which will fail because /usr/local/include/ffmpeg/ffmpeg/avcodec.h doesn't exist. But read the configure.log to see exactly what configure was trying to do and why it failed. -- GDB has a 'break' feature; why doesn't it have 'fix' too? From transcode-users-bounces@exit1.org Sun Jul 16 14:58:41 2006 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 6BCA8126D89 for ; Sun, 16 Jul 2006 14:58:41 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6GCmDQm027531; Sun, 16 Jul 2006 14:52:56 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6GCm87T027510 for ; Sun, 16 Jul 2006 14:48:09 +0200 Received: by nf-out-0910.google.com with SMTP id q29so566500nfc for ; Sun, 16 Jul 2006 05:48:08 -0700 (PDT) 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; b=p4LOOREpVpZSYQywpCY/pza6pHgs+4S0NeVMq4sSDUdS2gm+LADiJ7JAV3VYhxjvCPNl0+Q3h03p8xOo7bn9DhzKpMS+Fswwpa6EdOivzzQ5na1+AZCgyjUNALjsRIOlNHGFLRAumziGip1/Ia/hH58K93Q9lG135lB7T3iSovc= Received: by 10.48.202.19 with SMTP id z19mr1102182nff; Sun, 16 Jul 2006 05:48:08 -0700 (PDT) Received: from azafuse.rokugan.lan ( [87.7.203.31]) by mx.gmail.com with ESMTP id l38sm1480528nfc.2006.07.16.05.48.07; Sun, 16 Jul 2006 05:48:08 -0700 (PDT) Date: Sun, 16 Jul 2006 14:48:05 +0200 From: Francesco Romani To: transcode-users@exit1.org Subject: Re: [transcode-users] Can't complie against ffmpeg Message-ID: <20060716144805.59ff105c@azafuse.rokugan.lan> In-Reply-To: <44B8DBDE.6090008@libero.it> References: <44B8DBDE.6090008@libero.it> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.18; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_.3uhTjuRp0263F2+/odgdz4" X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 --MP_.3uhTjuRp0263F2+/odgdz4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sat, 15 Jul 2006 14:13:18 +0200 paolo cutilli wrote: Ciao, [...] > What the hell I am missing here ? Why system doesn't find ffmpeg ?? transcode's configure for 1.0.x branch need to be updated to catch up some ffmpeg API changes. Hopefully this will drive 1.0.3 out soon. Retry applying this patch. Saluti, -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!) --MP_.3uhTjuRp0263F2+/odgdz4 Content-Type: text/x-patch; name=tc-configure-new-lavc.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=tc-configure-new-lavc.patch --- configure.orig 2006-06-27 22:41:13.000000000 +0200 +++ configure 2006-06-27 22:42:12.000000000 +0200 @@ -28107,7 +28107,12 @@ printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); return(1); } + /* 3344640 == ((51<<16)+(9<<8)+0) == 51.9.0 */ +#if LIBAVCODEC_BUILD >= 3344640 + printf("VER=%s\n", AV_STRINGIFY(LIBAVCODEC_VERSION)); +#else printf("VER=%s\n", FFMPEG_VERSION); +#endif /* LIBAVCODEC_BUILD >= 51.9.0 check */ printf("BUILD=%d\n", LIBAVCODEC_BUILD); return(0); } --MP_.3uhTjuRp0263F2+/odgdz4-- From transcode-users-bounces@exit1.org Mon Jul 17 16:42:29 2006 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 502E6126D83 for ; Mon, 17 Jul 2006 16:42:29 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6HERpJ0014684; Mon, 17 Jul 2006 16:32:53 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6HERmYB014667 for ; Mon, 17 Jul 2006 16:27:49 +0200 Received: by nf-out-0910.google.com with SMTP id q29so807432nfc for ; Mon, 17 Jul 2006 07:27:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=Km2zgFbXv/emg6NmTFrP3nbm7rTtTKl0Ap97U4cDQjjfk6NKyyF0eO+FsRTfC5GUhslIHrnu4+R8DXQpAjLVMazT1CvagTFNUWEP1s7uo/vREDHZV4pWEKI7fGUPF/Gy2rQnM68UbzjUq9gS+8oMGRlx/3foSwuL/h6btGk68zQ= Received: by 10.78.175.14 with SMTP id x14mr856203hue; Mon, 17 Jul 2006 07:27:47 -0700 (PDT) Received: from ?10.0.0.3? ( [80.59.59.246]) by mx.gmail.com with ESMTP id 37sm741528hub.2006.07.17.07.27.43; Mon, 17 Jul 2006 07:27:44 -0700 (PDT) From: Antonio Beamud Montero To: transcode Users Mailing List Content-Type: text/plain Date: Mon, 17 Jul 2006 16:27:38 +0200 Message-Id: <1153146458.7049.34.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Avoid losing audio 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'm converting files from 12 fps (AVI) to 2 fps (AVI). All seems ok, but the audio is "fit" to the frame rate, i.e.: Original audio duration: 00:12:34.368 2 fps audio duration: 00:12:34.00 I need all the audio samples. How I can accomplish this? Greetings. From transcode-users-bounces@exit1.org Tue Jul 18 02:30:35 2006 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 01AC8126D83 for ; Tue, 18 Jul 2006 02:30:35 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I050j2000785; Tue, 18 Jul 2006 02:06:35 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=HTML_MESSAGE autolearn=disabled version=3.1.3 Received: from warwind.org (dpc6935148230.direcpc.com [69.35.148.230]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I04qjT000769 for ; Tue, 18 Jul 2006 02:04:56 +0200 Received: from presto (presto [192.168.1.99]) by warwind.org (Postfix) with ESMTP id 2BCF47365F for ; Mon, 17 Jul 2006 19:04:41 -0500 (CDT) From: "Jeff Hyche" To: Date: Mon, 17 Jul 2006 19:06:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C6A9D4.230EA100" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 thread-index: Acap/gtfnaKemFliRk2SnkyjmHx+vA== Message-Id: <20060718000441.2BCF47365F@warwind.org> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Deinterlacing without re-encoding 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_000_000F_01C6A9D4.230EA100 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Is it possible to deinterlace video with out having to run it through and re-encoding it? ------=_NextPart_000_000F_01C6A9D4.230EA100 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Is it possible to deinterlace video with out having = to run it through and re-encoding it?

------=_NextPart_000_000F_01C6A9D4.230EA100-- From transcode-users-bounces@exit1.org Tue Jul 18 02:31:15 2006 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 1B4CB126D83 for ; Tue, 18 Jul 2006 02:31:15 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I0MESC001230; Tue, 18 Jul 2006 02:22:27 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I0MBQl001212 for ; Tue, 18 Jul 2006 02:22:12 +0200 Received: by py-out-1112.google.com with SMTP id s49so49993pyc for ; Mon, 17 Jul 2006 17:22:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer; b=Kba/psu2J7cWlYy3+C++4yNZ0db3788vXnoyAjZMCBtFeTVdw4r8HKAKa1+8aywfBRiVRiUgHP4KySKLVMOVuv5Xl2yemFudAP2JpQ2rhtgjNJkjlEioAkypadrb+PDfLwefXuxGFcmhiNNzYV9azAF/JpLmm0z7ZNlgupc68ck= Received: by 10.35.132.13 with SMTP id j13mr4759680pyn; Mon, 17 Jul 2006 17:22:10 -0700 (PDT) Received: from ?192.168.0.6? ( [71.193.92.4]) by mx.gmail.com with ESMTP id d13sm86085pyd.2006.07.17.17.22.09; Mon, 17 Jul 2006 17:22:10 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060718000441.2BCF47365F@warwind.org> References: <20060718000441.2BCF47365F@warwind.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7A7E17AD-A078-4CD8-A7CE-333A3A6D42A2@gmail.com> Content-Transfer-Encoding: 7bit From: Ivan Kowalenko Subject: Re: [transcode-users] Deinterlacing without re-encoding Date: Mon, 17 Jul 2006 19:22:04 -0500 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Jul 17, 2006, at 19.06, Jeff Hyche wrote: > Is it possible to deinterlace video with out having to run it > through and re-encoding it? Nope, I don't think so. Either you interpolate what the missing lines look like (result: having to create whole new full-resolution frames, which require re-compression since these are NEW frames), you combine the two fields (result: new frames are created from combining two fields, which require re-compression since these are NEW frames), or you simply halve the resolution (result: the frames need to be altered so that you don't see a jump of one pixel between frames, which requires creation of new frames at a new resolution, which required re-compression since these are, again, NEW frames). Sorry, you're kind of up a creek. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEvCmuh/R/wkI6oPQRAjbpAJkBxAw7wU9w4wmuMgxO55Pwgj1vAACfXs71 z62FUIRfF71PVFHXEh3/Sgs= =Y68C -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Tue Jul 18 02:39:33 2006 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 7EEBC126D83 for ; Tue, 18 Jul 2006 02:39:33 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I0aFfa001808; Tue, 18 Jul 2006 02:36:28 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I0a97N001791 for ; Tue, 18 Jul 2006 02:36:11 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.0/8.13.0) with ESMTP id k6I0a029001848 for ; Mon, 17 Jul 2006 17:36:01 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.0/8.13.0/Submit) id k6I0a0PO001847 for transcode-users@exit1.org; Mon, 17 Jul 2006 17:36:00 -0700 Date: Mon, 17 Jul 2006 17:36:00 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] Deinterlacing without re-encoding Message-ID: <20060718003600.GA1841@t22> References: <20060718000441.2BCF47365F@warwind.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060718000441.2BCF47365F@warwind.org> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Jeff Hyche wrote: > Is it possible to deinterlace video with out having to run it through and > re-encoding it? > You can just skip frames, but in most cases this only works when the interlaced material is just the titles or very short sequences with little motion. What most people are interested in deinterlacing for is to fix broken interlacing, where somebody has intentionally interlaced the material and made a mess of things. For an example, see any of the Shaw Brothers "restored" Monkey King films. From transcode-users-bounces@exit1.org Tue Jul 18 10:21:21 2006 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 DB0ED126D94 for ; Tue, 18 Jul 2006 10:21:21 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I89ruJ020792; Tue, 18 Jul 2006 10:11:21 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mk-smarthost-2.mail.uk.tiscali.com (mk-smarthost-2.mail.uk.tiscali.com [212.74.114.38]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6I89nXw020777 for ; Tue, 18 Jul 2006 10:09:51 +0200 Received: from 88-104-53-144.dynamic.dsl.as9105.com (HELO mk-smarthost-9.mail.uk.tiscali.com) ([88.104.53.144]) by mk-smarthost-2.mail.uk.tiscali.com with ESMTP; 18 Jul 2006 09:09:35 +0100 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AcwMAHI0vESBT4hg Received: from 88-104-53-144.dynamic.dsl.as9105.com ([88.104.53.144]:2501 helo=THE.HOPTO.ORG) by mk-smarthost-9.mail.uk.tiscali.com with esmtp (Exim 4.30) id 1G2kdp-000NF1-Fo for transcode-users@exit1.org; Tue, 18 Jul 2006 09:09:17 +0100 Received: from THE.HOPTO.ORG (localhost [127.0.0.1]) by THE.HOPTO.ORG (8.12.8/8.12.8) with ESMTP id k6I89Umm016596 for ; Tue, 18 Jul 2006 09:09:30 +0100 Received: (from apache@localhost) by THE.HOPTO.ORG (8.12.8/8.12.8/Submit) id k6I89Uac016594; Tue, 18 Jul 2006 09:09:30 +0100 From: Laurie X-Authentication-Warning: THE.HOPTO.ORG: apache set sender to laurie@localhost using -f Received: from the.hopto.org ([88.104.53.144]) (SquirrelMail authenticated user laurie) by postbox.hopto.org with HTTP; Tue, 18 Jul 2006 09:09:30 +0100 (BST) Message-ID: <2493.88.104.53.144.1153210170.squirrel@postbox.hopto.org> In-Reply-To: <20060718000441.2BCF47365F@warwind.org> References: <20060718000441.2BCF47365F@warwind.org> Date: Tue, 18 Jul 2006 09:09:30 +0100 (BST) Subject: Re: [transcode-users] Deinterlacing without re-encoding To: "transcode Users Mailing List" User-Agent: SquirrelMail/1.4.5-0.1.7.x MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: laurie@the.hopto.org X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 > Is it possible to deinterlace video with out having to run it through and > re-encoding it? > > Good question, I was trying last night to do this using mencoder and transcode with no joy. I'll let youi know if I have success but it don't feel right. From transcode-users-bounces@exit1.org Wed Jul 19 14:56:05 2006 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 3B48C126D9A for ; Wed, 19 Jul 2006 14:56:05 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6JCkqvm018419; Wed, 19 Jul 2006 14:49:18 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from v2mailserver.in.v2solutions.com (mail.in.v2solutions.com [203.187.217.42]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6JCkmeG018400 for ; Wed, 19 Jul 2006 14:46:50 +0200 Received: from [192.168.8.204] ([192.168.8.204]) by v2mailserver.in.v2solutions.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 19 Jul 2006 18:16:49 +0530 Message-ID: <44BE29AE.5090200@in.v2solutions.com> Date: Wed, 19 Jul 2006 18:16:38 +0530 From: Vicky Budhiraja User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: transcode Users Mailing List Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Jul 2006 12:46:49.0906 (UTC) FILETIME=[67280120:01C6AB31] X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] transcode vnc : Nothing happens! 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 Hello All, I am trying to transcode a vncrec recorded file session.vnc to AVI with the following command: transcode -i session.vnc -y ffmpeg -F msmpeg4 -o output.avi -k It gets executed OK, as no error is generated. But AVI file is also not generated correctly. Any comments or suggestions are most welcome! Best Regards, Vicky "I can't be fired... slaves needs to be sold!!!" From transcode-users-bounces@exit1.org Thu Jul 20 17:36:03 2006 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 A1737126D85 for ; Thu, 20 Jul 2006 17:36:03 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6KFPS6Z014559; Thu, 20 Jul 2006 17:27:47 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6KFPMmX014542 for ; Thu, 20 Jul 2006 17:25:23 +0200 Received: by nf-out-0910.google.com with SMTP id q29so531839nfc for ; Thu, 20 Jul 2006 08:25:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=FYVszdMIcRpoO+XGQWUpcTT84IfXm8fzK1vDYoPZ0R/OhbSDsVECRfVKyYwnsOX4m5Z9QbwmO+YzVGvfoEL/jZYlRrfxhPcu5xUVPsHYu1j7TePYvaDulaquottJKrYzx4xaAmSSSL3Cxy2DWbaT/yC26KsHFwDtIif4Ed8RSaY= Received: by 10.78.175.14 with SMTP id x14mr490479hue; Thu, 20 Jul 2006 08:25:22 -0700 (PDT) Received: from ?10.0.0.3? ( [80.59.59.246]) by mx.gmail.com with ESMTP id 30sm686208hub.2006.07.20.08.25.20; Thu, 20 Jul 2006 08:25:21 -0700 (PDT) From: Antonio Beamud Montero To: transcode Users Mailing List Content-Type: text/plain Date: Thu, 20 Jul 2006 17:25:18 +0200 Message-Id: <1153409118.7191.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Avoid losing audio 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'm converting files from 12 fps (AVI) to 2 fps (AVI). All seems ok, but the audio is "fit" to the frame rate, i.e.: Original audio duration: 00:12:34.368 2 fps audio duration: 00:12:34.00 I need all the audio samples. How I can accomplish this? Greetings. From transcode-users-bounces@exit1.org Fri Jul 21 02:28:48 2006 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 DCCD5126D95 for ; Fri, 21 Jul 2006 02:28:48 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L0IBHk032481; Fri, 21 Jul 2006 02:19:23 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L0I6PL032466 for ; Fri, 21 Jul 2006 02:18:08 +0200 Received: by py-out-1112.google.com with SMTP id i75so952648pye for ; Thu, 20 Jul 2006 17:18:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-pgp-agent:x-mailer; b=oxtZdjizgerGd/3urt/iOFH3mTXhrZd92c/84Y/1TUeDpVd/+3+UUjmeMI6sZZtf20bKROs3/CzdXYs1eBOxRP/+DgCmbqiRUqS/xjPQ+fXkRQ1DTKV6H8U+Gphk9fYfjWJH7cYL/PCYsCnCaOovpzUBBRjkOgxkrI0y/rNS6ww= Received: by 10.35.88.17 with SMTP id q17mr66328pyl; Thu, 20 Jul 2006 17:18:06 -0700 (PDT) Received: from ?192.168.0.6? ( [71.193.92.4]) by mx.gmail.com with ESMTP id i72sm854414pye.2006.07.20.17.18.04; Thu, 20 Jul 2006 17:18:05 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <1153409118.7191.12.camel@localhost.localdomain> References: <1153409118.7191.12.camel@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <10ACA6CB-103F-4746-B9FD-14E8DA28B733@gmail.com> Content-Transfer-Encoding: 7bit From: Ivan Kowalenko Subject: Re: [transcode-users] Avoid losing audio Date: Thu, 20 Jul 2006 19:17:59 -0500 To: transcode Users Mailing List X-Pgp-Agent: GPGMail 1.1.1 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Jul 20, 2006, at 10.25, Antonio Beamud Montero wrote: > I'm converting files from 12 fps (AVI) to 2 fps (AVI). All seems > ok, but > the audio is "fit" to the frame rate, i.e.: > > Original audio duration: 00:12:34.368 > 2 fps audio duration: 00:12:34.00 > > I need all the audio samples. How I can accomplish this? Are you transcoding your audio as well? If not, why not just use a copy function? It seems that, in order to keep A/V sync, people add in garbage data, instead of silence spots and such. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEwB05h/R/wkI6oPQRApwFAKCbmhzdvuAbEd8KK+KkFnRjxHY9RwCgpDmW H0msVH5kbhJcREj9eSvFKiE= =6HN8 -----END PGP SIGNATURE----- From transcode-users-bounces@exit1.org Fri Jul 21 06:25:16 2006 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 E729A126D95 for ; Fri, 21 Jul 2006 06:25:13 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L4I1xZ007546; Fri, 21 Jul 2006 06:19:08 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from fed1rmmtao11.cox.net (fed1rmmtao11.cox.net [68.230.241.28]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L4HpsV007531 for ; Fri, 21 Jul 2006 06:17:57 +0200 Received: from barry.mythbox ([70.162.40.14]) by fed1rmmtao11.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060721041745.QNIX554.fed1rmmtao11.cox.net@barry.mythbox> for ; Fri, 21 Jul 2006 00:17:45 -0400 From: Barry Mead To: transcode-users@exit1.org Date: Thu, 20 Jul 2006 21:17:40 -0700 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607202117.40627.bmead15@cox.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Trouble compiling transcode-1.0.2 X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bmead15@cox.net, 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 When I run the configure script I get the following error: ERROR: option '--enable-lame' failed: cannot compile and run a test program lame.h can be found in the following packages: lame http://www.mp3dev.org/ I have verified that the lame-3.96.1 is properly configured and installed. The lame.h file is properly located in /usr/include The libmp3lame.so file is properly located in /usr/lib and the lame program is properly located in /usr/bin Yet the configure script does not think that lame is installed WHY? I tried the --with-lame-prefix=/usr --with-lame-includes=/usr/include --with-lame-libs=/usr/lib configure options with no change in behavior. Is the configure script broken, or am I doing something wrong? From transcode-users-bounces@exit1.org Fri Jul 21 08:04:16 2006 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 526B3126D95 for ; Fri, 21 Jul 2006 08:04:16 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L5xqLt017067; Fri, 21 Jul 2006 08:00:25 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from fed1rmmtao12.cox.net (fed1rmmtao12.cox.net [68.230.241.27]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6L5xhel017050 for ; Fri, 21 Jul 2006 07:59:44 +0200 Received: from barry.mythbox ([70.162.40.14]) by fed1rmmtao12.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060721055937.EVNL985.fed1rmmtao12.cox.net@barry.mythbox> for ; Fri, 21 Jul 2006 01:59:37 -0400 From: Barry Mead To: transcode-users@exit1.org Date: Thu, 20 Jul 2006 22:59:37 -0700 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607202259.37318.bmead15@cox.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] More trouble compiling Transcode X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bmead15@cox.net, 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 was able to get past the problem with lame using the following technique: First in the lame source directory use the Makefile.unix like this make -f Makefile.unix make -f Makefile.unix libmp3lame/libmp3lame.so This still makes a bad libmp3lame.so file so I copied the libmp3lame.a file to the /usr/lib directory instead and it worked. Then I could get past the lame complaints by the ./configure script. Now the configure script finished, but I get a compile error during make: gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o tcdecode tcdecode-tcdecode.o tcdecode-decode_ac3.o tcdecode-decode_mpeg2.otcdecode-decode_yuv.o tcdecode-fileinfo.o tcdecode-ioaux.o tcdecode-decode_dv.otcdecode-decode_mp3.o tcdecode-mpg123.o tcdecode-decode_a52.o tcdecode-decode_af6.o tcdecode-scan_dv.o tcdecode-decode_lavc.o tcdecode-decode_xvid.o tcdecode-decode_ogg.o tcdecode-decode_mov.o tcdecode-decode_lzo.o -L/usr/lib -lavcodec -L/usr//lib -lmp3lame ../libac3/.libs/libac3_tc.a ../libmpeg2/.libs/libmpeg2cvs.a ../libvo/.libs/libvout.a ../aclib/.libs/libac.a -lm -lz -ldl /usr/lib/libavcodec.a(dtsdec.o)(.text+0x33d): In function `dts_decode_frame': : undefined reference to `dts_frame' From transcode-users-bounces@exit1.org Fri Jul 21 16:20:05 2006 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 DA2ED126D95 for ; Fri, 21 Jul 2006 16:20:04 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6LECArf000962; Fri, 21 Jul 2006 16:14:13 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6LEC6JH000947 for ; Fri, 21 Jul 2006 16:12:07 +0200 Received: by nf-out-0910.google.com with SMTP id q29so834861nfc for ; Fri, 21 Jul 2006 07:12:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=P1dapSH7abzoQzYiwVEpLxHU1z/or/9DnpmNNmDfuTn3/1arpDYXz01bimPAvAOoWseXUGfWuCyvHr9q9iACs5X6ajFHVx99iROY3KDqfq19P5o6bf9rlbGqQ8b0SejaS/w9uLEugndpvMq77lJOmfQoAqfpby+0yvKOVYxXVJo= Received: by 10.78.160.2 with SMTP id i2mr371047hue; Fri, 21 Jul 2006 07:12:06 -0700 (PDT) Received: from ?10.0.0.3? ( [80.59.59.246]) by mx.gmail.com with ESMTP id 2sm1048411huc.2006.07.21.07.12.04; Fri, 21 Jul 2006 07:12:05 -0700 (PDT) Subject: Re: [transcode-users] Avoid losing audio From: Antonio Beamud Montero To: transcode Users Mailing List In-Reply-To: <10ACA6CB-103F-4746-B9FD-14E8DA28B733@gmail.com> References: <1153409118.7191.12.camel@localhost.localdomain> <10ACA6CB-103F-4746-B9FD-14E8DA28B733@gmail.com> Content-Type: text/plain; charset=iso-8859-15 Date: Fri, 21 Jul 2006 16:12:00 +0200 Message-Id: <1153491120.7313.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 8bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 El jue, 20-07-2006 a las 19:17 -0500, Ivan Kowalenko escribió: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Jul 20, 2006, at 10.25, Antonio Beamud Montero wrote: > > > I'm converting files from 12 fps (AVI) to 2 fps (AVI). All seems > > ok, but > > the audio is "fit" to the frame rate, i.e.: > > > > Original audio duration: 00:12:34.368 > > 2 fps audio duration: 00:12:34.00 > > > > I need all the audio samples. How I can accomplish this? > > Are you transcoding your audio as well? If not, why not just use a > copy function? Yes, I'm transcoding the audio... from mp2 to mp3, different bitrate, etc... If I not reencode audio, you say to process video and merge with original audio with avimerge, for example? Greetings > > It seems that, in order to keep A/V sync, people add in garbage data, > instead of silence spots and such. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) > > iD8DBQFEwB05h/R/wkI6oPQRApwFAKCbmhzdvuAbEd8KK+KkFnRjxHY9RwCgpDmW > H0msVH5kbhJcREj9eSvFKiE= > =6HN8 > -----END PGP SIGNATURE----- > From transcode-users-bounces@exit1.org Fri Jul 21 16:33:03 2006 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 E9802126D95 for ; Fri, 21 Jul 2006 16:33:03 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6LET63l001508; Fri, 21 Jul 2006 16:29:19 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6LET1xi001489 for ; Fri, 21 Jul 2006 16:29:02 +0200 Received: by nf-out-0910.google.com with SMTP id q29so840433nfc for ; Fri, 21 Jul 2006 07:29:01 -0700 (PDT) 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=HzZVvFyEg5eqSmtGEvoOVGoQ/iaqwUHWbwO/skqruCDDyWwgo006/amWkqAtKTwAI5AxG9OjdsA/N+pMqd2BtpEE+wWg5qKd23H1LkT47Wf1DVd9J8U2G+PL9AFcogjAneCvYJKUTWlzkDUujU1sUYPoER8FK/wp1pGMbrTE7Wc= Received: by 10.48.210.20 with SMTP id i20mr680287nfg; Fri, 21 Jul 2006 07:29:01 -0700 (PDT) Received: by 10.48.49.4 with HTTP; Fri, 21 Jul 2006 07:29:01 -0700 (PDT) Message-ID: <79328ea80607210729v605198c1q41aa2cc1a0dc62b2@mail.gmail.com> Date: Fri, 21 Jul 2006 15:29:01 +0100 From: "Asfand Yar Qazi" To: transcode-users@exit1.org In-Reply-To: <79328ea80607071724r5781f85ev22901b998a6975e6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <79328ea80607071724r5781f85ev22901b998a6975e6@mail.gmail.com> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] Re: Can't sync video to audio 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'm resending this message I sent before in case anybody has any new ideas about it: On 7/8/06, Asfand Yar Qazi wrote: > Hi, > > I can't seem to sync the audio to video on an xvid I have. > > Here's the commands I tried executing: > > transcode -i ${VIDEO}.avi -y ffmpeg --export_prof dvd-ntsc \ > --export_asr 3 -J modfps --export_fps 29.97 \ > --import_asr 4 -b224 -N 0x2000 -m dvd.ac3 \ > -o dvd > > mplex -f 8 -o ${VIDEO}.mpg dvd.m2v dvd.ac3 > > I also tried using --export_prof dvd-pal and --export_fps 23.976 > > The video is originally in AC3 with a fps of 23.976. FYI, here's some > sample transcode output: > > transcode v1.0.2 (C) 2001-2003 Thomas Oestreich, 2003-2004 T. Bitterberg > [transcode] (probe) suggested AV correction -D 0 (0 ms) | AV 0 ms | 0 ms > [transcode] auto-probing source vid1.avi (ok) > [transcode] V: import format | XviD RIFF data, AVI (V=ffmpeg|A=ac3) > [transcode] V: import frame | 720x304 2.37:1 encoded @ 2.21:1 > XXX: zoom=yes pre_clip=yes > [transcode] V: pre clip frame | 720x376 (-36,0,-36,0) > [transcode] V: zoom | 720x576 1.55:1 (Lanczos3) > [transcode] V: bits/pixel | 0.181 > [transcode] V: decoding fps,frc | 23.976,1 > [transcode] V: Y'CbCr | YV12/I420 > [transcode] A: import format | 0x2000 AC3 [48000,16,5] 448 kbps > [transcode] A: downmix | 5 channels -> 2 channels > [transcode] A: export format | 0x2000 AC3 [48000,16,2] 224 kbps > [transcode] V: encoding fps,frc | 29.970,4 > [transcode] A: bytes per frame | 6408 (6406.400000) > [transcode] A: adjustment | -1600@1000 > [transcode] V: IA32/AMD64 accel | sse3 (sse3 sse2 sse 3dnowext 3dnow > mmxext mmx asm C) > tc_memcpy: using amd64 for memcpy > [transcode] V: video buffer | 10 @ 720x576 > [import_ac3.so] v0.3.2 (2002-02-15) (audio) AC3 > [import_ffmpeg.so] v0.1.12 (2004-05-07) (video) ffmpeg: MS MPEG4v1-3/MPEG4/MJPEG > [filter_modfps.so] v0.10 (2003-08-18) plugin to modify framerate > [filter_modfps.so] converting from 23.9760fps to 29.9700fps > [export_ffmpeg.so] v0.3.13 (2004-08-03) (video) Lavc51.9.0 | (audio) > MPEG/AC3/PCM > [import_ac3.so] AC3->PCM > [import_ac3.so] tcextract -a 0 -i "vid1.avi" -x ac3 -d 0 | tcdecode -x > ac3 -d 0 -s 1.000000,1.000000,1.000000 -A 0 > [export_ffmpeg.so] Using FFMPEG codec 'mpeg2video' (FourCC 'mpg2', > MPEG2 compliant video). > [export_ffmpeg.so]: INFO: Selected dvd profile, pal/secam video type for video > [export_ffmpeg.so]: INFO: Set interlacing to top-first > [export_ffmpeg.so]: INFO: Set frame rate to 25 > [export_ffmpeg.so]: INFO: Set video bitrate to 5000 > [export_ffmpeg.so]: INFO: Set GOP size to 15 > [export_ffmpeg.so] Neither './ffmpeg.cfg' nor '~/.transcode/ffmpeg.cfg' > [export_ffmpeg.so] found. Default settings will be used instead. > [export_ffmpeg.so]: INFO: Starting 1 thread(s) > [export_ffmpeg.so]: INFO: Display aspect ratio calculated as 1.777778 > [export_ffmpeg.so]: INFO: Sample aspect ratio calculated as 1.422222 > [mpeg2video @ 0x2aaaad1e9a50]removing common factors from framerate > [export_ffmpeg.so]: INFO: Selected dvd profile for audio > [export_ffmpeg.so]: INFO: Resampling filter inactive > [export_ffmpeg.so]: INFO: Set number of audio channels to 2 > [export_ffmpeg.so]: INFO: Set number of audio bits to 16 > [export_ffmpeg.so]: INFO: No audio resampling necessary, using 48000 Hz > tc_memcpy: using amd64 for memcpy > [mpeg2video @ 0x2aaaad1e9a50]rc buffer underflow > > > What am I doing wrong? > > Thanks > From transcode-users-bounces@exit1.org Sat Jul 22 05:34:11 2006 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 E00A2126D84 for ; Sat, 22 Jul 2006 05:34:11 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6M3MDHb024792; Sat, 22 Jul 2006 05:24:18 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from fed1rmmtao08.cox.net (fed1rmmtao08.cox.net [68.230.241.31]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6M3M27m024769 for ; Sat, 22 Jul 2006 05:22:03 +0200 Received: from barry.mythbox ([70.162.40.14]) by fed1rmmtao08.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060722032156.DBQS27857.fed1rmmtao08.cox.net@barry.mythbox> for ; Fri, 21 Jul 2006 23:21:56 -0400 From: Barry Mead To: transcode-users@exit1.org Date: Fri, 21 Jul 2006 20:21:56 -0700 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607212021.57108.bmead15@cox.net> X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] All Problems solved X-BeenThere: transcode-users@exit1.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bmead15@cox.net, 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 When I added the following line to my /etc/apt/sources.list file all of my problems went away. deb http://www.debian-multimedia.org stable main After editing the sources.list file I simply did: apt-get update apt-get install transcode And all was well. I googled for 2-days before I found this. Apparently the old web site was named malirrat or something (the name of the maintainer). But the new site was not mentioned in any of the google searches, since it changed only recently. Anyway I thought this might help others with this problem. From transcode-users-bounces@exit1.org Mon Jul 24 00:00:48 2006 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 08E47126D83 for ; Mon, 24 Jul 2006 00:00:48 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6NLohpb026602; Sun, 23 Jul 2006 23:52:35 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from mail.cybermesa.com (mail.cybermesa.com [198.59.109.2]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6NLoaZp026587 for ; Sun, 23 Jul 2006 23:50:38 +0200 Received: from [192.168.0.100] ([65.19.28.231]) by mail.cybermesa.com (8.12.11/8.12.10) with ESMTP id k6NLoTn2026806 for ; Sun, 23 Jul 2006 15:50:30 -0600 Message-ID: <44C3EF5C.6010601@cybermesa.com> Date: Sun, 23 Jul 2006 15:51:24 -0600 From: "BrianO'Keefe" User-Agent: Thunderbird 1.5.0.2 (X11/20060521) MIME-Version: 1.0 To: TranscodeUsersGroup Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@fries X-Mail-Blocker-Flag: YES Subject: [transcode-users] can't use dvdauthor 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 have finally worked my way to almost creating a dvd from a .avi file. I have transcoded and recombined the files into an Mpeg and now need to use dvdauthor. I'm following the wiki how-to and I have created the DVD directory as well as copied the script to create the dvdauthor.xml file. When I try to run dvdauthor I get: brianokeefe@ubuntu:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x dvdauthor.xml Password: DVDAuthor::dvdauthor, version 0.6.11. Build options: gnugetopt magick iconv freetype Send bugs to ERR: Unable to open XML file dvdauthor.xml I've tried running it as user, I've tried running it in the directory above, "Movies" which contains the mpeg file and nothing-same error. What am i doing wrong? Thanks for any help. Brian PS-contents of the Movies directory: DVD dvdauthor.xml dvd_Grave_of_the_Fireflies.mpg From transcode-users-bounces@exit1.org Mon Jul 24 17:35:47 2006 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 6B816126D94 for ; Mon, 24 Jul 2006 17:35:47 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6OFPlbU031792; Mon, 24 Jul 2006 17:28:10 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from inferno.slug.org (inferno.slug.org [64.81.35.113]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6OFPfLe031777 for ; Mon, 24 Jul 2006 17:25:44 +0200 Received: from inferno.slug.org (localhost.localnet [127.0.0.1]) by inferno.slug.org (8.13.6/8.13.6) with ESMTP id k6OFPZsU023998 for ; Mon, 24 Jul 2006 08:25:35 -0700 Received: (from phil@localhost) by inferno.slug.org (8.13.6/8.13.6/Submit) id k6OFPZcl023997 for transcode-users@exit1.org; Mon, 24 Jul 2006 08:25:35 -0700 Date: Mon, 24 Jul 2006 08:25:35 -0700 From: Phil Ehrens To: transcode Users Mailing List Subject: Re: [transcode-users] can't use dvdauthor Message-ID: <20060724152535.GA23974@webserver> References: <44C3EF5C.6010601@cybermesa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44C3EF5C.6010601@cybermesa.com> User-Agent: Mutt/1.4.2.1i X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 BrianO'Keefe wrote: > I have finally worked my way to almost creating a dvd from a .avi file. > I have transcoded and recombined the files into an Mpeg and now need to > use dvdauthor. I'm following the wiki how-to and I have created the DVD > directory as well as copied the script to create the dvdauthor.xml file. > When I try to run dvdauthor I get: > > brianokeefe@ubuntu:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x > dvdauthor.xml > Password: > DVDAuthor::dvdauthor, version 0.6.11. > Build options: gnugetopt magick iconv freetype > Send bugs to > > ERR: Unable to open XML file dvdauthor.xml > > > I've tried running it as user, I've tried running it in the directory > above, "Movies" which contains the mpeg file and nothing-same error. > What am i doing wrong? > Thanks for any help. > Brian > > PS-contents of the Movies directory: > > DVD dvdauthor.xml dvd_Grave_of_the_Fireflies.mpg Not sure why you need sudo to run dvdauthor, but that's your business... Run the command under strace to find out where it's looking for the file: strace -f dvdauthor -x dvdauthor.xml From transcode-users-bounces@exit1.org Mon Jul 24 20:23:57 2006 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 D5F4B126D99 for ; Mon, 24 Jul 2006 20:23:57 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6OIGLbI004645; Mon, 24 Jul 2006 20:17:11 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fries.zyn.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 Received: from zanzibar.vif.com (mail.vif.com [216.239.64.153]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6OIGGxN004630 for ; Mon, 24 Jul 2006 20:16:17 +0200 Received: from phebehouse.gloucester.ca (ip216-239-77-90.vif.net [216.239.77.90]) by zanzibar.vif.com (8.13.6/8.13.6) with ESMTP id k6OIGCWQ045566 for ; Mon, 24 Jul 2006 14:16:13 -0400 (EDT) (envelope-from grepper@gmail.com) From: Robert Sohn To: transcode Users Mailing List Subject: Re: [transcode-users] can't use dvdauthor Date: Mon, 24 Jul 2006 14:19:31 -0400 User-Agent: KMail/1.9.3 References: <44C3EF5C.6010601@cybermesa.com> In-Reply-To: <44C3EF5C.6010601@cybermesa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607241419.33328.grepper@gmail.com> X-vif-MailScanner-Information: Please contact the ISP for more information X-vif-MailScanner: Found to be clean X-vif-MailScanner-From: grepper@gmail.com X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Sunday 23 July 2006 5:51, BrianO'Keefe wrote: > brianokeefe@ubuntu:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x > PS-contents of the Movies directory: >DVD dvdauthor.xml dvd_Grave_of_the_Fireflies.mpg It doesn't look to me like you are in the Movies/ directory, where the dvdauthor.xml appears to reside. In which case the error you get makes sense :) all the best, grepper From transcode-users-bounces@exit1.org Tue Jul 25 08:43:37 2006 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 3AFD7126D99 for ; Tue, 25 Jul 2006 08:43:37 +0200 (CEST) Received: from fries.zyn.de (localhost.localdomain [127.0.0.1]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6P6XKj4031859; Tue, 25 Jul 2006 08:37:43 +0200 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) 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.3 Received: from SANCTUM.COM (ns1.sanctum.com [64.58.216.10]) by fries.zyn.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k6P6XF2v031844 for ; Tue, 25 Jul 2006 08:33:17 +0200 Received: from private.ip-address.localhost (*authenticated* [71.98.214.228] rnr@sanctum.com) by SANCTUM.COM with ESMTP (IOA-IPAD 5.42b) id 1HW5500 for ; Tue, 25 Jul 2006 02:33:01 -0400 From: Bob Stia Organization: EasyStreet To: "Transcode_Users" Subject: Re: [transcode-users] can't use dvdauthor Date: Mon, 24 Jul 2006 23:06:58 -0400 User-Agent: KMail/1.9.3 References: <44C3EF5C.6010601@cybermesa.com> <20060724152535.GA23974@webserver> In-Reply-To: <20060724152535.GA23974@webserver> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200607242306.58114.rnr@sanctum.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mail-Checks: sa wwmf block (fries) X-WWMF-Status: 3.1.20060708.1@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 Monday 24 July 2006 11:25, Phil Ehrens wrote: > BrianO'Keefe wrote: > > I have finally worked my way to almost creating a dvd from a .avi file. > > I have transcoded and recombined the files into an Mpeg and now need to > > use dvdauthor. I'm following the wiki how-to and I have created the DVD > > directory as well as copied the script to create the dvdauthor.xml file. > > When I try to run dvdauthor I get: > > > > brianokeefe@ubuntu:/media/For_Linux/Movies/DVD$ sudo dvdauthor -x > > dvdauthor.xml If this is your command, I don't think it is correct. I believe it should be (-x dvd.xml) and you don't need a directory. dvdauthor will build one for you with (dvdauthor -o output -x dvd.xml) Creating the directory output where your results will be found. > > Password: > > DVDAuthor::dvdauthor, version 0.6.11. > > Build options: gnugetopt magick iconv freetype > > Send bugs to > > > > ERR: Unable to open XML file dvdauthor.xml > > > > Did you create your dvd.xml file correctly? Post a cop