Results 1 to 7 of 7

Thread: ERROR: Failed to open *.params

  1. #1

    Default ERROR: Failed to open *.params

    Everything seems to be working ok now. Uploaded 4 videos and they run ok. Went to do a fifth and get this message?

    ERROR: Failed to open /home/mmvideos/public_html/templates_c/8112db0a15de3e427fb5cf9c441149c0.params

    Tried video in both .mov and .wmv formats to no avail. So not sure what this means.
    Please advise.

  2. #2

    Default

    Please make sure You have correct path in cgi-bin/uu_default_config.pm
    .don't press refresh button while uploading.

  3. #3

    Default Re: ERROR: Failed to open *.params

    Path is correct as nothing has been altered since it worked and upload the first 4 videos fine, when doing any ones thereafter, started to encounter this.

    Also, did not hit refresh button at all.

    Any other ideas of what to check?

  4. #4

    Default Re: ERROR: Failed to open *.params

    Some more info... tried uploading .wmv file

    When I changed video_conversion.php command from...
    '$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";

    TO

    $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 -ofps 24";

    The file uploads ok, makes thumbnail, but back to original problem where it does not play.

    Here is debug.txt

    2007-10-14 8:46:58 Upload Finished
    2007-10-14 8:46:58 Video (21) Conversion starting...
    2007-10-14 8:46:58 File: /home/mmvideos/public_html/video/Lament_1.wmv
    2007-10-14 8:46:58 -------------------------------------------------------------
    2007-10-14 8:46:58 INSERT INTO video SET
    UID='2',
    title='RED - Lament',
    description='2007 Philly Fringe & Live Arts Festival.',
    keyword='lament fringe',
    channel='0|26|0',
    addtime='1192366018',
    adddate='2007-10-14',
    vkey='1237009286',
    type='public',
    active='0',
    approve='1'
    2007-10-14 8:46:58 -------------------------------------------------------------
    2007-10-14 8:46:58 Video id: 20
    2007-10-14 8:46:58 Calling ffmpeg-php -> ffmpeg_movie()
    2007-10-14 8:46:58 Get video duration - START
    2007-10-14 8:46:58 Get video duration - END
    2007-10-14 8:46:58 DURATION: 159.327
    2007-10-14 8:46:58 Create Thumbnail - START
    2007-10-14 8:47:42 Create Thumbnail - END
    2007-10-14 8:47:42 CONVERT COMMAND:

    /usr/local/bin/mencoder '/home/mmvideos/public_html/video/Lament_1.wmv' -o /home/mmvideos/public_html/flvideo/1192366062562016399.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


    2007-10-14 8:47:42 -------------------------------------------------------------
    2007-10-14 8:47:42 MEncoder dev-SVN-r23390-3.4.6 (C) 2000-2007 MPlayer Team
    CPU: AMD Athlon(TM) XP 2600+ (Family: 6, Model: 10, Stepping: 0)
    CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
    Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE

    success: format: 0 data: 0x0 - 0x1f2a1c0
    ASF file format detected.
    [asfheader] Audio stream found, -aid 1
    [asfheader] Video stream found, -vid 2
    VIDEO: [WMV1] 720x480 24bpp 1000.000 fps 1500.0 kbps (183.1 kbyte/s)
    [V] filefmt:6 fourcc:0x31564D57 size:720x480 fps:1000.00 ftime:=0.0010
    ================================================== ========================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16005->176400)
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    ================================================== ========================

    Exiting...

    2007-10-14 8:47:42 -------------------------------------------------------------
    2007-10-14 8:47:42 Return value: Exiting...
    2007-10-14 8:47:42 File Size too small : 0 Bytes, Upload a big video.
    2007-10-14 8:47:42 Calling process_video[21,0]

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

    Default Re: ERROR: Failed to open *.params

    It seems you have problem with your mencoder installation.

    Try running following command on SSH prompt

    Code:
    /usr/local/bin/mencoder '/home/mmvideos/public_html/video/Lament_1.wmv' -o /home/mmvideos/public_html/flvideo/1192366062562016399.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -ofps 24
    If your mencoder is installed properly, it will create file

    /home/mmvideos/public_html/flvideo/1192366062562016399.flv

    If the file is not created, your mencoder is not properly working, may need a reinstall, ask your server admin/web host to check why the convert command is not working.

  6. #6
    Join Date
    Nov 2007
    Posts
    19

    Default Re: ERROR: Failed to open *.params

    Hi,

    I am getting the ERROR: Failed to open .params and my host says that mencoder is installed properly. I don't know how to check it myself. I only have problems when I upload larger files.

  7. #7

Similar Threads

  1. ERROR: Failed to open /home/vshare/templates_c/09d210b7ca26c
    By eneasz in forum Installation Support
    Replies: 2
    Last Post: 03-31-2008, 05:39 AM
  2. What causes this error: Failed to open registry file?
    By Tester in forum Installation Support
    Replies: 1
    Last Post: 11-17-2007, 07:13 AM
  3. Upload Error: Failed to open......
    By ryce889 in forum Installation Support
    Replies: 1
    Last Post: 09-22-2007, 03:36 AM
  4. ERROR: Failed to open... (Uploading larger videos <20 meg
    By harrison in forum Installation Support
    Replies: 6
    Last Post: 08-29-2007, 06:00 PM
  5. ERROR: Failed to open .params - Plz help
    By winkannaa in forum Installation Support
    Replies: 0
    Last Post: 08-06-2007, 09: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
  •