Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: videos not converting

  1. #1
    Join Date
    Jul 2007
    Posts
    10

    Default videos not converting

    files are uploading fine
    then I get the standard blank upload.php
    so I thought ffmpeg or ffmpeg-php were not installed
    however, my phpinfo file shows ffmpeg and ffmpeg-php without issue
    so then I created the suggested file to try and pull information from a video file I uploaded
    that successfully got all the information out

    so, I'm stumed
    any thoughts?

  2. #2
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    I should note, I also tried doing the video conversions via the cron script
    this also results in absolutely nothing happening

    no errors found in the debug file, but also no signs of it actually converting

  3. #3
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    no longer getting the blank upload.php page
    now I get the page saying it was successful and I need to wait for it to convert
    which is fine
    but it still never converts

    here's my debug output:
    2007-10-21 8:18:57 Video (25) Conversion starting...
    2007-10-21 8:18:57 File: /home/www/video.knightspeed.com/htdocs/video/StarCraft2CinematicTrailer_EnglishUS.avi
    2007-10-21 8:18:57 -------------------------------------------------------------
    2007-10-21 8:18:57 INSERT INTO video SET
    UID='2',
    title='test',
    description='test',
    keyword='test',
    channel='0|2|0',
    addtime='1192969137',
    adddate='2007-10-21',
    vkey='1479751989',
    type='private',
    active='0',
    approve='1'
    2007-10-21 8:18:57 -------------------------------------------------------------
    2007-10-21 8:18:57 Video id: 23
    2007-10-21 8:18:57 Calling ffmpeg-php -> ffmpeg_movie()
    2007-10-21 8:18:57 Get video duration - START
    2007-10-21 8:18:57 Get video duration - END
    2007-10-21 8:18:57 DURATION: 268.65338
    2007-10-21 8:18:57 Create Thumbnail - START


    It never gets past "create thumbnail"


    the "create thumbnail" script you have to test it seems to be missing a file as well, so I couldnt run it

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: videos not converting

    The problem is with ffmpeg-php

    see

    Create Thumbnail - START

  5. #5
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    the very last thing I posted was stating (specifically) that I tried your script
    you say to run the ffmpeg_php_info.php which does not exist in that zip file
    the only php file in there is called thumb.php

  6. #6
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: videos not converting

    use thumb.php for testing, it is a test script that create thumbnail from video.

  7. #7
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    Ok, when I run that I just get a blank page
    what should I be seeing?

    I've already uninstalled and re-installed ffmpeg-php

  8. #8
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: videos not converting

    ffmpeg-php depends on ffmpeg, php and gd to create thumbnail.

    So you need to try reinstalling ffmpeg also.

    Always install latest version of software from source as old version of software can create problem.

  9. #9
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    I did all of that
    I removed gd, mplayer, ffmpeg, and ffmpeg-php and reinstalled all of them
    and I run Gentoo, so everything is from source ;)

    Everything worked fine until I upgraded apache

  10. #10
    Join Date
    Jul 2007
    Posts
    10

    Default Re: videos not converting

    Ok I managed to get something from the thumb script:

    Before - ffmpeg_movie(1.wmv)

    file name = 1.wmv
    duration = 4.433 seconds
    frame count = 66
    frame rate = 15.000 fps
    comment =
    title =
    author =
    copyright =
    frame height = 240 pixels
    frame width = 320 pixels
    has audio = Yes
    get pixel format = yuv420p
    get pixel aspect ratio = 0
    get video codec = wmv2
    get audio codec = wmav2
    get audio channels = 1
    get bit rate = 166179 kb/s

    After - ffmpeg_movie(1.wmv)
    Before - video_to_frame
    Total Frames: 65
    object(ffmpeg_frame)#3 (1) { ["ffmpeg_frame"]=> resource(3) of type (ffmpeg_frame) } GOT FRAME

    Fatal error: Call to undefined method ffmpeg_frame::toGDImage() in /home/www/video.knightspeed.com/htdocs/vshare_test/thumb.php on line 64

    What does this mean?

Page 1 of 2 12 LastLast

Similar Threads

  1. Converting little
    By Boxerman in forum Installation Support
    Replies: 2
    Last Post: 10-09-2008, 09:29 AM
  2. Trouble converting videos into FLV
    By pimpoff in forum Installation Support
    Replies: 24
    Last Post: 08-30-2008, 09:53 PM
  3. Videos bot converting with correct paths . See print screen
    By pimpoff in forum Installation Support
    Replies: 1
    Last Post: 05-30-2008, 05:34 AM
  4. Videos are not Converting
    By roja in forum Installation Support
    Replies: 1
    Last Post: 01-01-2008, 09:12 PM
  5. New fix for videos not uploading/converting
    By leki in forum Fixed Bugs
    Replies: 3
    Last Post: 08-11-2007, 10:05 PM

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
  •