Results 1 to 3 of 3

Thread: Help please!!!!!

  1. #1
    Join Date
    Jun 2007
    Posts
    5

    Default Help please!!!!!

    I install ffmpeg and ffmpeg-php, libmp3, libvorbis and libogg, flvtools2 but the videos dont encoder, if i encoder with the comand:
    /usr/local/bin/mencoder 2.wmv -o 1.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 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es
    all ok. but my debug.txt is this

    http://www.videosmios.com/templates_c/debug.txt and the video is not encoder.

  2. #2
    Join Date
    Jun 2007
    Posts
    5

    Default ffmpeg-php

    The error apears to be the ffmpeg-php, i install this module and the result:
    Libraries have been installed in:
    /instals/ffmpeg-php-0.5.0/modules

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    this apears to be install ok but when i upload the video the php server said ffmpeg_movie class does Class 'ffmpeg_movie' not found.

    Please help me!!!!!

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

    Default

    You need to enable ffmpeg.so in php.ini, once this is done, you will see it in phpinfo.php

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
  •