Search:

Type: Posts; User: bren13240

Search: Search took 0.06 seconds.

  1. Re: -PHP Warning: POST Content-Length exceeds limit-

    i had to restart apache adter editing the php.ini to allow for bigger files.
    all is good.
  2. Replies
    4
    Views
    2,104

    Re: CONVERTING ERRORS!

    fixed it.
  3. Replies
    1
    Views
    1,890

    Remote Uploading.

    I was able to upload a video from Metacafe...
    but it kept saying invalid UR for this youtube URL:

    http://youtube.com/watch?v=JpBGRA6HHtY

    why?

    what is the correct input for youtube videos?
  4. Replies
    1
    Views
    2,733

    Re: Must sepcify output file... FFMPEG ERROR

    $cmd = $config['ffmpeg'] . " -i " . $video;

    should be something like... but idk what $path_to_flv_video is...

    cmd = $config['ffmpeg'] . " -i " . $video . " " . $path_to_flv_video;
  5. Replies
    1
    Views
    2,733

    Must sepcify output file... FFMPEG ERROR

    If youll look in the /include/classes/class.video_duration.php.. theres this lil tid-bit:

    class video_duration {

    function find_video_duration_ffmpeg($duration_arr) {
    global $config;...
  6. Re: -PHP Warning: POST Content-Length exceeds limit-

    Ya, HostMonster doesnt support or allow ffmpeg.
  7. Re: -PHP Warning: POST Content-Length exceeds limit-

    IDK if I missed something.. but I dont blieve this problem is ffmpeg related... because If I try to upload a file thats large.. i get a blank screen after uploading, and it doesnt upload, but if I...
  8. Thread: ffmpeg stuff

    by bren13240
    Replies
    3
    Views
    1,486

    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
  9. Thread: ffmpeg stuff

    by bren13240
    Replies
    3
    Views
    1,486

    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
  10. Thread: ffmpeg stuff

    by bren13240
    Replies
    3
    Views
    1,486

    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...
  11. -PHP Warning: POST Content-Length exceeds limit-

    http://b.abcservicesinc.com/vshare/

    I havent yet created an actual site, but I bought the script a while ago and am just now starting to play with it.
    I have scuesfully got it workin on my MAMP...
  12. Replies
    4
    Views
    2,104

    CONVERTING ERRORS!

    None of my videos convert...

    But I noticed something....

    The correct code to run ffmpeg is:
    /path/to/ffmpeg -i /path/to/input.mov /path/to/output.flv

    but the vShare script runs this:...
Results 1 to 12 of 12