Results 1 to 3 of 3

Thread: video upload error

  1. #1
    Join Date
    May 2008
    Posts
    2

    Default video upload error

    i already have a video site using this script it works excellent now i am trying to do a new one after buying another vshare script i am getting this error

    File: /home/friskypo/public_html/video/wmv03.wmv

    ################################################## ##

    SELECT * FROM `video` WHERE `VID`=4

    ################################################## ##

    Video id: 4

    Find video duration - START

    /usr/bin/ffmpeg -i /home/friskypo/public_html/video/wmv03.wmv

    FFmpeg version SVN-r9807, Copyright (c) 2000-2007 Fabrice Bellard, et al.
    configuration: --enable-libmp3lame --enable-shared
    libavutil version: 49.4.1
    libavcodec version: 51.40.4
    libavformat version: 51.12.1
    built on Aug 31 2007 06:40:10, gcc: 4.1.1 20070105 (Red Hat 4.1.1-52)

    Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 14.99 (15000/1001)
    Input #0, asf, from '/home/friskypo/public_html/video/wmv03.wmv':
    Duration: 00:00:20.5, start: 5.000000, bitrate: 567 kb/s
    Stream #0.0: Audio: wmav2, 44100 Hz, mono, 32 kb/s
    Stream #0.1: Video: wmv3, yuv420p, 720x480, 700 kb/s, 14.99 fps(r)
    Must supply at least one output file

    Duration (ffmpeg): 20

    DURATION: 00:20

    Create Thumbnail - START
    Creating Thumbnail with ffmpeg

    /home/friskypo/public_html/thumb/4.jpg

    /usr/bin/ffmpeg -i /home/friskypo/public_html/video/wmv03.wmv -ss 00:00:15 -t 00:00:01 -s 320x240 -r 1 -f mjpeg /home/friskypo/public_html/thumb/4.jpg

    /home/friskypo/public_html/thumb/1_4.jpg

    /usr/bin/ffmpeg -i /home/friskypo/public_html/video/wmv03.wmv -ss 00:00:20 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/friskypo/public_html/thumb/1_4.jpg

    /home/friskypo/public_html/thumb/2_4.jpg

    /usr/bin/ffmpeg -i /home/friskypo/public_html/video/wmv03.wmv -ss 00:00:09 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/friskypo/public_html/thumb/2_4.jpg

    /home/friskypo/public_html/thumb/3_4.jpg

    /usr/bin/ffmpeg -i /home/friskypo/public_html/video/wmv03.wmv -ss 00:00:13 -t 00:00:01 -s 120x90 -r 1 -f mjpeg /home/friskypo/public_html/thumb/3_4.jpg

    Create Thumbnail with ffmpeg - END

    CONVERT COMMAND: /usr/bin/mencoder '/home/friskypo/public_html/video/wmv03.wmv' -o /home/friskypo/public_html/flvideo/12149034181301957990.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup

    ################################################## ##

    Array
    (
    [0] => MEncoder 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
    [1] => CPU: Intel(R) Xeon(R) CPU E5320 @ 1.86GHz (Family: 6, Model: 15, Stepping: 7)
    [2] => CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    [3] => Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
    [4] =>
    [5] => success: format: 0 data: 0x0 - 0x16457e
    [6] => ASF file format detected.
    [7] => VIDEO: [WMV3] 720x480 24bpp 15.000 fps 0.0 kbps ( 0.0 kbyte/s)
    [8] => [V] filefmt:6 fourcc:0x33564D57 size:720x480 fps:15.00 ftime:=0.0667
    [9] => ================================================== ========================
    [10] => Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    [11] => AUDIO: 44100 Hz, 1 ch, s16le, 32.0 kbit/4.54% (ratio: 4006->88200)
    [12] => Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    [13] => ================================================== ========================
    [14] =>
    [15] => Exiting...
    )

    ################################################## ##

    Return value: Exiting...

    Running flvtool2: /usr/bin/flvtool2 -U /home/friskypo/public_html/flvideo/12149034181301957990.flv

    Convert Error or converted video is less than 1 kb in size, try upload a big video. If that do not work, verify convert command works on the server.

    Every video on other site works fine uploads fine this one i am having trouble trying to get it to work.
    Contacted host everything needed to run it is installed so thats not the problem the site is http://friskyporn.com

    any help on this is appreciated.

    thanks

  2. #2
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: video upload error

    read this
    http://forums.buyscripts.in/viewtopic.php?f=3&t=380
    ffmpeg problem please cheack your ffmpeg properly install

    cheack your phpinfo
    http://friskyporn.com/phpinfo.php

  3. #3
    Join Date
    Jan 2008
    Posts
    147

    Default Re: video upload error

    Edit the video_conversion.php (include/settings)
    Try to use the following command


    Code:
       $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";

Similar Threads

  1. Upload error
    By alex clone111 in forum Bug Reports
    Replies: 4
    Last Post: 02-10-2009, 09:50 PM
  2. when i upload video HTTP 500 Internal Server Error , , ,
    By as7apak in forum Installation Support
    Replies: 2
    Last Post: 06-10-2008, 05:18 AM
  3. Video UPLOAD Error after sever changement
    By matrix_france in forum Installation Support
    Replies: 1
    Last Post: 06-04-2008, 09:41 AM
  4. Video Upload Error
    By texasbilli in forum Installation Support
    Replies: 2
    Last Post: 03-03-2008, 08:04 AM
  5. Error: 500 Internal Server Error on Upload
    By zmoore in forum Installation Support
    Replies: 1
    Last Post: 11-21-2007, 09:06 AM

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
  •