Converting Videos to flv using PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • irfanmcsd
    New Member
    • Feb 2007
    • 4

    Converting Videos to flv using PHP

    Hi everybody , after successfull publishing my first article about converting and handling videos on the web in real time using ASP.NET, People request him to write this type of article for PHP also. Now i wrote it and i want ot share this resource with people to get benefit from it. Below is the link of article.

    http://www.iepak.com/30/TopicDetail.asp x
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Originally posted by irfanmcsd
    Hi everybody , after successfull publishing my first article about converting and handling videos on the web in real time using ASP.NET, People request him to write this type of article for PHP also. Now i wrote it and i want ot share this resource with people to get benefit from it. Below is the link of article.

    http://www.iepak.com/30/TopicDetail.aspx
    Thank you for your post.

    Did this code actually work? I see a lot of "non standard" declarations, Dim-ing, and odd commenting techniques being used. I put it into my editor, and received a few errors with PHP 5.

    There is also this handy little tool called ffmpeg-php which will perform the task for you nicely.

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      If you would like some help with this tutorial, I have done extensive work with bridging the PHP-FFmpeg gap.

      Comment

      • lks
        New Member
        • Mar 2007
        • 1

        #4
        Hello Motoma,
        I really need help with the whole PHP-FFmpeg process. I am very new to this. I am even new to ffmpeg. I don't know where to start. I spent very much time on searching on the Internet about how to use ffmpeg, but I got nothing clear, and I can't do it. I want to upload video to the server, and convert the video file to flv. Could you please help me?

        Comment

        • irfanmcsd
          New Member
          • Feb 2007
          • 4

          #5
          Originally posted by Motoma
          Thank you for your post.

          Did this code actually work? I see a lot of "non standard" declarations, Dim-ing, and odd commenting techniques being used. I put it into my editor, and received a few errors with PHP 5.

          There is also this handy little tool called ffmpeg-php which will perform the task for you nicely.
          Hi i wrote article http://www.iepak.com/30/topicdetail.aspx about converting videos to flv using PHP uses FFMPEG.exe in background, if you make little bit changes in exec command it works 100% properly for windows server, but actually in linux exe files are not executing, so you must use or implement FFMPEG-PHP or Mencoder for this purpose. It is little bit tricky but not so difficult to implement both tools. If i have time i will wrote article about these two tools.

          Comment

          • izero
            New Member
            • Aug 2008
            • 1

            #6
            Try using FFlib.NET from www.intuitive.s k/fflib

            Comment

            Working...