generating thumbnail from video file ? can gd to this ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Davidb

    #1

    generating thumbnail from video file ? can gd to this ?

    Hello,

    I am looking for a PHP script to generate thumbnail from a movie file (.AVI,
    ..MOV, .MPEG, .MPG, .WMV, etc...).

    Ideally, the file will be "remote" (hosted on another web server than the
    PHP script).

    Any idea ?

    Thanks and regards
    Biribs




  • Henrik Hansen

    #2
    Re: generating thumbnail from video file ? can gd to this ?

    "Davidb" <phpman@nospam. com> writes:
    [color=blue]
    > Hello,
    >
    > I am looking for a PHP script to generate thumbnail from a movie file (.AVI,
    > .MOV, .MPEG, .MPG, .WMV, etc...).
    >
    > Ideally, the file will be "remote" (hosted on another web server than the
    > PHP script).
    >
    > Any idea ?[/color]

    I use imagemagick via a system call for that, GD cannot do it. Maybe
    you should take a look at that too, but it requires you can make
    system calls with your php script.

    --
    Henrik Hansen

    Comment

    • Davidb

      #3
      Re: generating thumbnail from video file ? can gd to this ?

      Thanks Henrik, but I can not do system calls...
      Any other idea ?

      "Henrik Hansen" <spam@fsck.dk > a écrit dans le message de
      news:m2zn211u6u .fsf@fsck.dk...[color=blue]
      > "Davidb" <phpman@nospam. com> writes:
      >[color=green]
      > > Hello,
      > >
      > > I am looking for a PHP script to generate thumbnail from a movie file[/color][/color]
      (.AVI,[color=blue][color=green]
      > > .MOV, .MPEG, .MPG, .WMV, etc...).
      > >
      > > Ideally, the file will be "remote" (hosted on another web server than[/color][/color]
      the[color=blue][color=green]
      > > PHP script).
      > >
      > > Any idea ?[/color]
      >
      > I use imagemagick via a system call for that, GD cannot do it. Maybe
      > you should take a look at that too, but it requires you can make
      > system calls with your php script.
      >
      > --
      > Henrik Hansen[/color]


      Comment

      Working...