inside the mind of Wattz

phpVideo Release 0.1 beta

January 4, 2007 · 12 Comments

Today I have finished phpVideo version 0.1 beta. there is an example of how to use it in the zip file. Also this project uses the BSD license.

You can download it here: phpVideo version 0.1 beta

Required for this to use is:
- Flash Video Player
- FFMpeg
- PHP 5


notice: This is a beta release, so there will most likely be bugs. If so please just email me. Also the restriction of what video formats you can convert are based on the restrictions/version of ffmpeg you have.


I am interested in making this a project that will continued to be developed If you are interested please send me an email.Thank you, and I hope you enjoy!

Categories: Uncategorized

12 responses so far ↓

  • thebob // January 5, 2007 at 3:18 am

    Thanks, can’t wait to see what you add to it

  • JinRoh // January 7, 2007 at 8:02 pm

    Nice script!! It needs a few features, how can I adjust the quality of the flv video?

  • Upekshapriya // January 9, 2007 at 1:25 pm

    I wonder have you seen this to make thumbnails?

    http://ffmpeg-php.sourceforge.net/

  • Upekshapriya // January 9, 2007 at 1:30 pm

    And this for improving the upload dialog?

    http://labb.dev.mammon.se/swfupload/

  • Wattz // January 9, 2007 at 3:16 pm

    More features will be added when i have time, I am also aware of ffmpeg-php, i was just trying to stay way from the enduser having to install and compile a bunch of stuff.

  • maurizio // January 16, 2007 at 12:04 pm

    hi
    everything works good but the
    $video->player($vid);
    for some reason is not working andi get a javascript error saying that there is a missing object on that line! i have tried to play around with video.class.php but didn’t get any results. any clue?

  • dave // January 21, 2007 at 8:09 pm

    All good so far. Looking forward to the next release. cheers. dave.

  • sandy // February 2, 2007 at 3:30 am

    Hi
    i m trying this code to convert the video files into FLV.I have installed Media Flash player,FFMPEG,FFMEPGPHP for this on the server.When i use this code,it just converts the wmv file into the flv but of very less size..
    i m facing two problems:
    1.Unable to convert wmv files for more than a fixed size..
    2.Unable to convert any other video file into FLV

    Please help me out in this matter..
    Thanx

  • pugsx // February 17, 2007 at 12:55 pm

    I get this error when trying to use

    any ideas?

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/*/public_html/phpvideo/classes/video.class.php on line 16

  • krishna // February 20, 2007 at 1:17 pm

    Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in D:\php\phpvideo\classes\video.class.php on line 11

    iam getting this error can u help me out. I would be thankfull to you.

  • pugsx // February 21, 2007 at 4:17 pm

    I sorted my problem out it might also fix yours

    if you can put this in the .htaccess file without ”

    “AddType application/x-httpd-php5 .php5 .php”

  • mafiacooper // February 21, 2007 at 7:46 pm

    @ krishna and everyone else who has seen this parse error:

    God’s sake, learn to understand what you’re looking at instead of bleating on about parse errors. Read the code, then RTFM and sop trying to waste the valuable time of the man who is trying, ultimately, to provide an accessible solution to real developers like me who are looking forward to contributing to and benefiting from the project.

    Jeez…

    Jeez.

Leave a Comment