Results 1 to 4 of 4

Thread: Enccoding video

  1. #1
    Join Date
    Feb 2009
    Posts
    2

    Default Enccoding video

    File: /home/pb/public_html/video/XSV2_1.wmv

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

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

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

    Video id: 3

    Find video duration - START

    Duration (ffmpeg-php): 70

    DURATION: 01:10

    Create Thumbnail - START

    Create Thumbnail with ffmpeg-php - END

    CONVERT COMMAND: /usr/bin/mencoder '/home/pb/public_html/video/XSV2_1.wmv' -o /home/pb/public_html/flvideo/1235103911667214635.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 SVN-r28175 (C) 2000-2008 MPlayer Team
    [1] => CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (Family: 6, Model: 15, Stepping: 11)
    [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 SSE SSE2
    [4] =>
    [5] => success: format: 0 data: 0x0 - 0x115723
    [6] => ASF file format detected.
    [7] => [asfheader] Audio stream found, -aid 1
    [8] => [asfheader] Video stream found, -vid 2
    [9] => VIDEO: [WMV3] 320x240 24bpp 1000.000 fps 304.0 kbps (37.1 kbyte/s)
    [10] => [V] filefmt:6 fourcc:0x33564D57 size:320x240 fps:1000.000 ftime:=0.0010
    [11] =>
    [12] => Exiting...
    )

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

    Return value: Exiting...

    What can be wrong with this? i dont know why its always says convert error,

    thanks and have a nice day

  2. #2

  3. #3
    Join Date
    Feb 2009
    Posts
    2

    Default Re: Enccoding video

    thanks but now i change to ffmpeg an di get this error

    Code:
    /usr/bin/ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7
    FULL
    Code:
    File: /home/pb/public_html/video/XSV2_1.wmv
    
    ####################################################
    
    SELECT * FROM `video` WHERE `VID`=3
    
    ####################################################
    
    Video id: 3
    
    Find video duration - START
    
    /usr/bin/ffmpeg -i /home/pb/public_html/video/XSV2_1.wmv
    /usr/bin/ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7
    
    Duration (ffmpeg): 0
    
    DURATION: 00:00
    
    Create Thumbnail - START
    Creating Thumbnail with ffmpeg
    
    Create Thumbnail with ffmpeg - END
    
    CONVERT COMMAND: /usr/bin/ffmpeg -i '/home/pb/public_html/video/XSV2_1.wmv' -acodec libmp3lame -ar 22050 -ab 32 -f flv /home/pb/public_html/flvideo/1235103911667214635.flv
    
    ####################################################
    Array
    (
    )
    
    ####################################################
    
    Return value:
    I also made the conver.php and it works 100%

    look --->http://216.14.114.86/~pb/1/convert.php

  4. #4
    Join Date
    Sep 2007
    Posts
    906

    Default Re: Enccoding video

    Code:
    /usr/bin/ffmpeg: symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7
    ffmpeg on your server is not working. You need ffmpeg working properly before vshare can convert any videos.
    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
  •