I can not convert big video file using php script

Discussion in 'PHP' started by creativewebmaster, Apr 29, 2011.

  1. #1
    Hello,

    I am developing video website and i am using php script to convert .avi,. mpg file to .flv file. The problem is i can not convert the video file more then 10MB. Please Help me. Its really urgent.

    Thanks,
     
    creativewebmaster, Apr 29, 2011 IP
  2. ap2010

    ap2010 Guest

    Messages:
    41
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why can't you convert a file greater than 10MB? What script are you using? What program are you using to convert the file? Are you having problems when you try to upload a file larger than 10MB? Do you get an error when you try to convert the file?
     
    ap2010, Apr 29, 2011 IP
  3. lioncub5

    lioncub5 Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    chances are, your website only allocates a small amount (in this case 10MB) of memory to each php script. you can change this limit in your php.ini file.
     
    lioncub5, Apr 29, 2011 IP