Results 1 to 2 of 2

Thread: No converting FFMPEG

  1. #1
    Join Date
    Oct 2007
    Posts
    14

    Default No converting FFMPEG

    Hi

    Am don't understand

    Am use is setup video_conversion.php
    Code:
    $cmd_ffmpeg = "$config[ffmpeg] -i '$video_src' -acodec libfaac -ab 128k -vcodec libx264 -b 800k $video_flv";
    But is not converting

    Error
    Code:
    STARTING VIDEO CONVERSION (process_queue.id = 6)
    
    
    --------------------------------------------------------------------------------
    
    File: /home/admin/domains/video.totalgaming.dk/public_html/video/Lake.wmv
    
    ####################################################
    
    SELECT * FROM `video` WHERE `VID`=6
    
    ####################################################
    
    Video id: 6
    
    Find video duration - START
    
    Duration (ffmpeg-php): 7
    
    
    DURATION: 00:07
    
    Create Thumbnail - START
    
    Create Thumbnail with ffmpeg-php - END
    
    CONVERT COMMAND: (/usr/bin/ffmpeg -i '/home/admin/domains/video.totalgaming.dk/public_html/video/Lake.wmv' -acodec libfaac -ab 128k -vcodec libx264 -b 800k /home/admin/domains/video.totalgaming.dk/public_html/flvideo/12264144371335834855.flv
    
    ####################################################
    
    Array
    (
    )
    
    ####################################################
    
    Return value: 
    
    Running flvtool2: /usr/bin/flvtool2 -U /home/admin/domains/video.totalgaming.dk/public_html/flvideo/12264144371335834855.flv
    But if am run is command so works is
    Code:
    server:~# ffmpeg -i /test.wmv -acodec libfaac -ab 128k -vcodec libx264 -b 800k /test.flv
    can anyone help

  2. #2
    Join Date
    Oct 2007
    Posts
    14

    Default Re: No converting FFMPEG

    Works now

    lol changed
    Code:
    $cmd_ffmpeg = "$config[ffmpeg] -i
    To
    Code:
    $cmd_ffmpeg = "ffmpeg -i
    my patch are the same /usr/bin/ffmpeg

    hmmm

Similar Threads

  1. FFMPEG / FFMPEG-PHP issues
    By mersh in forum Installation Support
    Replies: 6
    Last Post: 12-10-2008, 10:40 PM
  2. Converting little
    By Boxerman in forum Installation Support
    Replies: 2
    Last Post: 10-09-2008, 09:29 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. not converting to flv
    By fugasi in forum Installation Support
    Replies: 2
    Last Post: 06-07-2007, 12:51 AM

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
  •