Results 1 to 2 of 2

Thread: LameMP3 error

  1. #1

    Default LameMP3 error

    Hey,

    I've successfully installed all the extra scripts, struggeled some and I am stuck now, it appears that it does not find the lame part of the source I compiled. However, I get an error when I configure with the lame, ogg and vorbis, even though I have compiled those aswell!

    My DEBUG file:
    Code:
    2007-11-30 9:41:15 Upload Finished
    
    2007-11-30 9:41:15 Running: /usr/bin/php -q /var/www/html/tmp/tube/convert.php 7 > /dev/null &
    
    2007-11-30 9:41:15 Starting Background video conversion - 7
    
    2007-11-30 9:41:15 Video (7) Conversion starting...
    
    2007-11-30 9:41:15 File: /var/www/html/tmp/tube/video/INT12F01.avi
    
    2007-11-30 9:41:15 -------------------------------------------------------------
    
    2007-11-30 9:41:15 INSERT INTO video SET
    				UID='1',
    				title='Wankers',
    				description='Tossers!',
    				keyword='something',
    				channel='0|25|0',
    				addtime='1196412075',
    				adddate='2007-11-30',
    				vkey='1451391310',
    				type='public',
    				active='0',
    				approve='1'
    
    2007-11-30 9:41:15 -------------------------------------------------------------
    
    2007-11-30 9:41:15 Video id: 7
    
    2007-11-30 9:41:15 Calling ffmpeg-php -> ffmpeg_movie()
    
    2007-11-30 9:41:15 Get video duration - START
    
    2007-11-30 9:41:15 Get video duration - END
    
    2007-11-30 9:41:15 DURATION: 31.46352
    
    2007-11-30 9:41:15 Create Thumbnail - START
    
    2007-11-30 9:41:17 Create Thumbnail - END
    
    2007-11-30 9:41:17 CONVERT COMMAND:
    
    /usr/local/bin/mencoder '/var/www/html/tmp/tube/video/INT12F01.avi' -o /var/www/html/tmp/tube/flvideo/119641207777784757.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-30 9:41:17 -------------------------------------------------------------
    
    2007-11-30 9:41:17 MEncoder dev-SVN-r25208-4.1.2 (C) 2000-2007 MPlayer Team
    
    CPU: AMD Athlon(tm) 64 Processor 3500+ (Family: 15, Model: 95, Stepping: 2)
    
    CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
    
    Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
    
    
    MPlayer was compiled without libmp3lame support.
    
    
    Exiting... (error parsing command line)
    
    
    2007-11-30 9:41:17 -------------------------------------------------------------
    
    2007-11-30 9:41:17 Return value: Exiting... (error parsing command line)
    
    2007-11-30 9:41:17 File Size too small :  Bytes, Upload a big video.
    
    2007-11-30 9:41:17 End of Background video conversion - 7


    Any thoughts/inputs?

  2. #2

    Default

    Edit include/settings/video_conversion.php and try with this code
    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";
    After that error exists, the problem is mencoder is not able to convert the video to FLV format.Contact your webhost to check mencoder installation. Also check http://docs.buyscripts.in/wiki/Mencoder_options

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
  •