Micro Niche Builder
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: How to convert video file in to php?

  1. #1

    Default How to convert video file in to php?

    I have problem in php i want to convert my video file wmv, mpeg, avi to FLV through PHP class and how i can get auto thumb from video in php i search on google but not found good one.

    How to convert video file in to php?

    Thanks in advance.


  2. Micro Niche Builder

  3. #2

    Default

    Hi Now_i_m_here.

    ffmpeg should be what you need. Plus you can search for ffmpeg-php extension.

    Quote Originally Posted by now_i_m_here View Post
    I have problem in php i want to convert my video file wmv, mpeg, avi to FLV through PHP class and how i can get auto thumb from video in php i search on google but not found good one.

    How to convert video file in to php?

    Thanks in advance.
    2WDH.com .:. Professional Hosting since 2003

  4. #3

    Default

    Yep ffmpeg you'll probably need at least a VPS most shared hosts do not install this some VPS providers will charge you to install it.

  5. #4

    Default

    you will need ffmpeg and the ffmpeg-php extension.

    Or.... you can use ffmpeg and command line exec()

  6. #5

    Default

    IIRC ffmpeg is perfectly able to decode wmv (you can also try renaming to asf). Encoding to wmv is "strongly discouraged" for legal reasons (see ffmpeg faq).

    To extract a still image from the video just "wind" it to the desired position (-ss) and convert to jpeg:
    Code:

    ffmpeg -i video.mpeg -ss 10 -t 1 -f mjpeg screenshot.jpg

  7. #6

    Default

    yes indeed, i was about to say the same thing as you seoexpert22

  8. #7

    Default

    actually i don't see why you just don't convert it to silverlight or flash, because if you can do that then you can just use a javascript and put it on there...

  9. #8

    Default

    fast for converting?

    ---------- Post added at 01:05 AM ---------- Previous post was at 01:05 AM ----------

    to silverlight or flash is just what i want

    ---------- Post added at 01:06 AM ---------- Previous post was at 01:05 AM ----------

    mpeg, avi to FLV through PHP class and how i can get auto thumb from video in php i search on google

  10. #9

    Default

    Hello,

    Thanks for the information. I will check

  11. #10

    Default

    FFmepg seems great, but I cannot find the download now.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. How to convert psd file to joomla template?
    By now_i_m_here in forum WordPress Themes & Templates
    Replies: 5
    Last Post: 06-10-2011, 05:00 AM
  2. Replies: 4
    Last Post: 11-20-2009, 08:48 PM
  3. Replies: 0
    Last Post: 10-03-2009, 10:49 PM
  4. Convert image to a PDF
    By Kay in forum Graphics
    Replies: 9
    Last Post: 08-02-2009, 05:59 AM
  5. Replies: 0
    Last Post: 04-17-2009, 05:20 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts