Re: [PHP] PHP Manipulation of WMV

2007-01-07 Thread Jochem Maas
Casey Chu wrote: > Okay, sorry if I wasn't clear. I need to get frames from a WMV > dynamically with PHP. If the way to do is not a native PHP function, I > need to use an include() to get the functions because I can't use > extensions. extracting frames from a video file/stream is not quite at th

Re: [PHP] PHP Manipulation of WMV

2007-01-07 Thread Casey Chu
Okay, sorry if I wasn't clear. I need to get frames from a WMV dynamically with PHP. If the way to do is not a native PHP function, I need to use an include() to get the functions because I can't use extensions. On 1/7/07, Jochem Maas <[EMAIL PROTECTED]> wrote: Casey Chu wrote: > Hello. Is there

Re: [PHP] PHP Manipulation of WMV

2007-01-07 Thread Jochem Maas
Casey Chu wrote: > Hello. Is there a way to manipulate WMV files with PHP? I need to do > so with an include(). the mind boggles as to what the correlation is between needing to manipulate a file and having to use include. with regard to file manipulation - a file is a file is a file, if you can

[PHP] PHP Manipulation of WMV

2007-01-07 Thread Casey Chu
Hello. Is there a way to manipulate WMV files with PHP? I need to do so with an include(). -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php