Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36126 invoked by uid 1010); 21 Mar 2007 09:26:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36111 invoked from network); 21 Mar 2007 09:26:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2007 09:26:46 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.182.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 64.233.182.191 nf-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.182.191] ([64.233.182.191:52196] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/C4-21072-65AF0064 for ; Wed, 21 Mar 2007 04:26:46 -0500 Received: by nf-out-0910.google.com with SMTP id l35so835248nfa for ; Wed, 21 Mar 2007 02:26:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vmv306+H2KBYLoS7RZHNovRCfJBNrlR08MVj3/ko/B7gLjnEhdC6r5rjRs4umYLWtU9Uf9MRAsVnLjLLO/DJWpnIBOKtxCI/SsgMVUm5dOtDVgGkPDSypypYyfmMqGWfDQOyAj6NMO8e/WIK5Xa+2nlNgweBl3HCmfVDqPDFYc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hVWr1hO+7c+bF7BqmQKAa0QuyIFvDm7+6IwipV5u9cZ3+b0l4xG4mmbwHnp6bldnCm0VAZo/0W9gNy+8DzQATAFl7Vue2tA8+yW8er5dhMlctbYCqu9jI1BggeEsYbHx2sRxkvFoy96S/iNFT/1OL7KoD10iZPViRTLWjfJ/JXE= Received: by 10.82.154.2 with SMTP id b2mr1199402bue.1174469202794; Wed, 21 Mar 2007 02:26:42 -0700 (PDT) Received: by 10.82.98.10 with HTTP; Wed, 21 Mar 2007 02:26:42 -0700 (PDT) Message-ID: Date: Wed, 21 Mar 2007 10:26:42 +0100 To: "Antony Dovgal" Cc: internals@lists.php.net In-Reply-To: <4600F8A9.1090404@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1405337330.20070315155023@marcus-boerger.de> <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> <4600F8A9.1090404@zend.com> Subject: Re: [PHP-DEV] GSoC From: tijnema@gmail.com ("Tijnema !") On 3/21/07, Antony Dovgal wrote: > 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. Nope, they do it when uploading the video. > > > And what i'm trying to do with audio is more extending the limits of > > PHP. Ever wanted to become a web DJ? > > Nope. Some others might ;) and there are of course a lot of ohter possibilities of usage. > > >> 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, i got huge music collection out here, just checking my main dir with 3104 songs, it says 2674 MP3, 320 WMA and 110 other file formats. > > > 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? Yeah why not? what about setting up a stream? Having an movie showed at your homepage where you create that videos from your admin panel :) Tijnema > > -- > Wbr, > Antony Dovgal >