Results 1 to 8 of 8

Thread: yet anotehr covnersion error thread..

  1. #1

    Default yet anotehr covnersion error thread..

    ok ok I've read almost all the threads regarding covnerison errors but i have had no luck fixing it, also ffmpeg is not making the thumbs

    1) i am using lighttpd
    2) open_basedir is set to no value
    3( my mplayer works, i tried the command manually and it did convert tthe video
    4) both flviode and video folders are 777

    here is the result of the conversion

    #1417071 - Pastie

    here is the content of the debug file

    #1417072 - Pastie

    please advise

  2. #2
    Join Date
    Sep 2007
    Posts
    906

    Default

    Look like your requirement instllation is not proper.

    Try running following command in command prompt/terminal. If it do not convert video to FLV, you need to look into requirement installation.

    Code:
    /usr/bin/mencoder '/home/admin/domains/mysite.info/public_html/video/funny-video.avi' -o /home/admin/domains/mysite.info/public_html/flvideo/4ca4238a0b/1293706877382484294.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
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  3. #3

    Default

    mencoder wroks too, its converting the video as I type this.

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default

    Try running the command through php

    http://forums.buyscripts.in/frequent...erted-flv.html
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  5. #5

    Default

    I named it converter.php becsaue there is aleady a file in my public_html directory called convert.php

    i replaced the command and htis was the result

    Code:
    Encoder SVN-r31628-4.1.2 (C) 2000-2010 MPlayer Team
    success: format: 0  data: 0x0 - 0x6ce7adc
    AVI file format detected.
    [aviheader] Video stream found, -vid 0
    [aviheader] Audio stream found, -aid 1
    VIDEO:  [DIVX]  640x480  24bpp  25.000 fps  2157.2 kbps (263.3 kbyte/s)
    [V] filefmt:3  fourcc:0x58564944  size:640x480  fps:25.000  ftime:=0.0400
    ==========================================================================
    Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
    AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000->192000)
    Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
    ==========================================================================
    
    Exiting...

  6. #6
    Join Date
    Sep 2007
    Posts
    906

    Default

    From the above result, it look like mencoder not able to convert video to FLV format.

    What you get when you run the command in terminal ?

    If it run on terminal and not in php, it is problem with server cnfiguration.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

  7. #7

    Default

    it ran well on termail, it did convert teh video to flv,

  8. #8
    Join Date
    Sep 2007
    Posts
    906

    Default

    Convert on command line/terminal and paste full result here including command.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    [email protected]

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
  •