Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34309 invoked by uid 1010); 21 Mar 2007 09:19:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34294 invoked from network); 21 Mar 2007 09:19:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2007 09:19:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:12837] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/74-21072-EA8F0064 for ; Wed, 21 Mar 2007 04:19:45 -0500 Received: (qmail 10820 invoked from network); 21 Mar 2007 09:17:40 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 21 Mar 2007 09:17:40 -0000 Message-ID: <4600F8A9.1090404@zend.com> Date: Wed, 21 Mar 2007 12:19:37 +0300 User-Agent: Thunderbird 2.0b2 (X11/20070116) MIME-Version: 1.0 To: "Tijnema !" CC: internals@lists.php.net References: <1405337330.20070315155023@marcus-boerger.de> <4E49AB3E-7BCE-4B10-8696-F0427C4AAAD4@prohost.org> <1475201111.20070315162711@marcus-boerger.de> <167173066.20070315224827@marcus-boerger.de> <45049.216.230.84.67.1174434279.squirrel@www.l-i-e.com> <4600F35E.2050707@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] GSoC From: antony@zend.com (Antony Dovgal) On 03/21/2007 12:08 PM, Tijnema ! wrote: > Like i said, video resizing might be useful for sites like youtube. I'm sure they don't do it each time the video is viewed. > And what i'm trying to do with audio is more extending the limits of > PHP. Ever wanted to become a web DJ? Nope. >> There is a bunch of mature opensource utilities (transcoder, lame, oggenc etc.) and you >> can always use them to convert WAV to MP3 and AVI to OGG, it's just a matter of implementation. > What about WMA? do you know a library/encoder dat does convert from/to WMA? That windows-only format? I've never seen anybody using it. > Well, video files are just a set of frames, so if a PECL extension is > able to read video files, they already need to be decoded, and so, all > work is done already, it shoudl be very easy to also create other > formats then. Are you really going to create videos on the fly? -- Wbr, Antony Dovgal