Results 1 to 4 of 4

Thread: ffmpeg stuff

  1. #1
    Join Date
    Jun 2008
    Posts
    12

    Default ffmpeg stuff

    When I had "ffmpeg-php" selected. I got the "class 'ffmpeg_movie' not found, but using just regular "ffmeg" I got this in the conversion:


    -----



    STARTING VIDEO CONVERSION (process_queue.id = 4)

    File: /home/xxx/public_html/xxx/vshare/video/oo.mov

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

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

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

    Video id: 4

    Find video duration - START

    /home/xxx/public_html/xxx/vshare/include/ffmpeg -i /home/xxx/public_html/xxx/vshare/video/oo.mov

    sh: /home/xxx/public_html/xxx/vshare/include/ffmpeg: Permission denied

    Duration (ffmpeg): 0

    DURATION: 00:00

    Create Thumbnail - START
    Creating Thumbnail with ffmpeg

    Create Thumbnail with ffmpeg - END

    CONVERT COMMAND: /home/xxx/public_html/xxx/vshare/include/mencoder '/home/xxx/public_html/xxx/vshare/video/oo.mov' -o /home/xxx/public_html/bxxx/vshare/flvideo/1214294180569465059.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
    (
    )

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

    Return value:



    ----

    any ideas !?

  2. #2
    Join Date
    Jun 2008
    Posts
    12

    Default Re: ffmpeg stuff

    WAIT it says permission denied, so I CHMOded ffmpeg to 777 and now i got this:

    sh: /home/xxx/public_html/xxx/vshare/include/ffmpeg: cannot execute binary file

    um, why not? haha

  3. #3
    Join Date
    Jan 2008
    Posts
    147

    Default Re: ffmpeg stuff

    Edit the video_conversion.php (include/settings)
    Try to use the following command


    $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:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";

  4. #4
    Join Date
    Jun 2008
    Posts
    12

    Default Re: ffmpeg stuff

    Im sure that wouldve worked too, but I got the error "cannot execute binary file" again.
    I also read that HostMonster doesnt support ffmpeg due to resources

Similar Threads

  1. FFMPEG / FFMPEG-PHP issues
    By mersh in forum Installation Support
    Replies: 6
    Last Post: 12-10-2008, 10:40 PM
  2. FFMPEG
    By jk1 in forum Installation Support
    Replies: 3
    Last Post: 06-13-2008, 10:15 AM
  3. HELP!!..how to install ffmpeg and ffmpeg-php on windows XP?
    By lester in forum Installation Support
    Replies: 1
    Last Post: 04-23-2008, 04:35 AM
  4. Fatal Error ffmpeg and ffmpeg-php
    By zebz in forum Installation Support
    Replies: 5
    Last Post: 08-07-2007, 08:09 PM
  5. FFMpeg
    By Blizzmo in forum Installation Support
    Replies: 5
    Last Post: 05-26-2007, 09:43 PM

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
  •