Results 1 to 8 of 8

Thread: Videos Not Working

  1. #1

    Default Videos Not Working

    Hi,
    Right here is the problem, im trying to upload a 2mb .wmv file it uploads fine to the video folder
    and there is the file in the flvideo folder but it is 0kb in size and it does not show anywhere.
    Ive tried using both the new svn build code and the old code for the mendcoder conversion like below

    Code:
    For latest svn version of mplayer
    $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 -ofps 24 -vf harddup";
    Code:
    For rpm (old) version of mplayer
    $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";

    Also Here is my debug.txt any help please im stuck.

    Code:
    2007-11-22 3:13:48 Upload Finished
    
    2007-11-22 3:13:48 Video (12) Conversion starting...
    
    2007-11-22 3:13:48 File: /home/xxxxxxx/public_html/video/Butterfly_1.wmv
    
    2007-11-22 3:13:48 -------------------------------------------------------------
    
    2007-11-22 3:13:48 INSERT INTO video SET
    				UID='1',
    				title='test wmv',
    				description='test',
    				keyword='test',
    				channel='0|3|0',
    				addtime='1195719228',
    				adddate='2007-11-22',
    				vkey='1805668898',
    				type='public',
    				active='0',
    				approve='1'
    
    2007-11-22 3:13:48 -------------------------------------------------------------
    
    2007-11-22 3:13:48 Video id: 10
    
    2007-11-22 3:13:48 Calling ffmpeg-php -> ffmpeg_movie()
    
    2007-11-22 3:13:48 Get video duration - START
    
    2007-11-22 3:13:48 Get video duration - END
    
    2007-11-22 3:13:48 DURATION: 10.176
    
    2007-11-22 3:13:48 Create Thumbnail - START
    
    2007-11-22 3:13:50 Create Thumbnail - END
    
    2007-11-22 3:13:50 CONVERT COMMAND:
    
    /usr/bin/mencoder '/home/dirtypor/public_html/video/Butterfly_1.wmv' -o /home/dirtypor/public_html/flvideo/1195719230360876941.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 -ofps 24 -vf harddup
    
    
    
    2007-11-22 3:13:51 -------------------------------------------------------------
    
    2007-11-22 3:13:51 MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team
    
    CPU: Intel(R) Xeon(TM) CPU 3.00GHz (Family: 15, Model: 6, Stepping: 4)
    
    CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    
    Compiled with runtime CPU detection.
    
    success: format: 0  data: 0x0 - 0x2ab0a4
    
    ASF file format detected.
    
    VIDEO:  [WMV3]  720x480  24bpp  29.970 fps    0.0 kbps ( 0.0 kbyte/s)
    
    [V] filefmt:6  fourcc:0x33564D57  size:720x480  fps:29.97  ftime:=0.0334
    
    ==========================================================================
    
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    
    AUDIO: 48000 Hz, 2 ch, s16le, 96.0 kbit/6.25% (ratio: 12000->192000)
    
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    
    ==========================================================================
    
    
    
    Exiting...
    
    
    
    2007-11-22 3:13:51 -------------------------------------------------------------
    
    2007-11-22 3:13:51 Return value: Exiting...
    
    2007-11-22 3:13:51 File Size too small : 0 Bytes, Upload a big video.
    
    2007-11-22 3:13:51 Calling process_video[12,0]
    Thanks In Advance
    Stewart

  2. #2

  3. #3

    Default Re: Videos Not Working

    Hi buyscripts the url is http://www.dirtyporntube.com

    Thanks

  4. #4

    Default

    Please PM your ftp and admin login details

  5. #5
    Join Date
    Sep 2007
    Posts
    21

    Default Re: Videos Not Working

    I have FLV files ready to be upload on my site but it not working.
    The files are either 27MB and over 100MB but none of them are working. When i look at the process queue it shows Covert Error message.
    I also put it ob the Import folder and try to use my admin login to do to upload but again it tells me that the files is in process.
    Any help will be very much appreciated.

    Thanks

  6. #6
    Join Date
    Jan 2008
    Posts
    1

    Default Re: Videos Not Working

    Hey dirtyporntube, I have the same exact problem. Everything uploads and seems to go find but the FLV file is 0mb. I see that your site is working, what did you do to fix it?

    Thanks,
    UncleTim

  7. #7

    Default Re: Videos Not Working

    Quote Originally Posted by uncletim
    Hey dirtyporntube,
    Thanks,
    UncleTim
    This struck me to be funny. :mrgreen:

    Anyway,

    I had this same issue and had to reinstall all the requirements again (mencoder, ffmpeg, ffmpeg-php, etc). Probably somewhere one of those is not configured correctly.

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

    Default Re: Videos Not Working

    What you have to check is mencoder is able to convert the video to FLV. If mencoder is properly installed, the convert command will convert video file to FLV format. If not, it is not working properly.

    Video not getting converted to flv

Similar Threads

  1. Rating System not working on videos
    By twebb in forum Installation Support
    Replies: 11
    Last Post: 10-20-2008, 05:28 PM
  2. Related Videos Not Working
    By blissfind in forum Bug Reports
    Replies: 1
    Last Post: 01-27-2008, 09:46 PM
  3. videos not working
    By peekmanj in forum Installation Support
    Replies: 3
    Last Post: 01-21-2008, 09:05 PM
  4. related videos not working
    By devarioj in forum Fixed Bugs
    Replies: 0
    Last Post: 09-23-2007, 06:29 AM
  5. Videos not playing? Is my video queue converter working?
    By GreenGambler in forum General Discussions
    Replies: 7
    Last Post: 09-03-2007, 06:00 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
  •