This is a discussion on encode JPG pictures into a video within the PHP Language forums, part of the PHP Programming Forums category; Hello to all I have a wecam where I can send per FTP every x minute a picture to a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello to all
I have a wecam where I can send per FTP every x minute a picture to a directory. Files look like this : video@20070811093424.jpg I like once a day encode the all pictures in a Flash video. After some search on the web I found that could be possible with "FFmpeg" or/and "mencoder". Did somebody have a good PHP sample or web link to do that ? Many thanks in advance for any help Otto |
|
|||
|
On Aug 13, 3:36 pm, otto <oha...@freesurf.ch> wrote:
> I have a wecam where I can send per FTP every x minute a picture to a directory. > Files look like this : vi...@20070811093424.jpg > I like once a day encode the all pictures in a Flash video. > > After some search on the web I found that could be possible with "FFmpeg" or/and "mencoder". > > Did somebody have a good PHP sample or web link to do that ? http://www.google.com/search?q=php+ffmpeg But, yours is no good solution. You should provide a desktop application that can encode the files into flv and then upload it via ftp or HTTP (SOAP). AFAIK, there are plenty of examples in Delphi that you can get by googling. -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ |
|
|||
|
On Mon, 13 Aug 2007 08:30:00 -0700, "R. Rajesh Jeba Anbiah" <ng4rrjanbiah@rediffmail.com> wrote:
Many thanks for your help. > there are plenty of examples in Delphi that >you can get by googling. > Have you a link to a good sample that you are using ? One that I can start with a batch job. >On Aug 13, 3:36 pm, otto <oha...@freesurf.ch> wrote: >> I have a wecam where I can send per FTP every x minute a picture to a directory. >> Files look like this : vi...@20070811093424.jpg >> I like once a day encode the all pictures in a Flash video. >> >> After some search on the web I found that could be possible with "FFmpeg" or/and "mencoder". >> >> Did somebody have a good PHP sample or web link to do that ? > > http://www.google.com/search?q=php+ffmpeg > > But, yours is no good solution. You should provide a desktop >application that can encode the files into flv and then upload it via >ftp or HTTP (SOAP). AFAIK, there are plenty of examples in Delphi that >you can get by googling. |