Results 1 to 6 of 6

Thread: Problem with .mov format. Please help me.

  1. #1
    Join Date
    May 2008
    Posts
    11

    Default Problem with .mov format. Please help me.

    Hello,
    when I upload video in .mov format to my site, after conversion to flv it´s not going audio.

    for example : http://www.videolov.sk/view/29/slove...povi-v-oboree/

    where can be problem?

    Thanks

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Problem with .mov format. Please help me.

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

  3. #3
    Join Date
    May 2008
    Posts
    11

    Default Re: Problem with .mov format. Please help me.

    Quote Originally Posted by ramesh
    Please make sure You have correct path in cgi-bin/uu_default_config.pm
    .don't press refresh button while uploading.
    I have proble only with .mov format, all others are without problems.
    This is my uu_default_config.pm :

    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);
    use vars qw($base_dir);

    $base_dir = '/home/web/vshare';

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => $base_dir . '/templates_c/',
    upload_dir => $base_dir . '/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    param_dir => $base_dir . '/templates_c/',
    pass_param_dir => 1,
    redirect_url => 'http://linux/web/vshare/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| mp3|exe|scr|htaccess|htpasswd)',
    allow_extensions => '(3gp|mp4|mov|asf|avi|flv|wmv|mpg|mpeg|mpeg4|xvid| divx|3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 0,
    path_to_upload => 'http://'. $ENV{'SERVER_NAME'} . '/uploads/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    log_uploads => 0,
    log_params => 0,
    log_dir => $base_dir . '/templates_c/',
    };

    1;

    It´s corretct?

  4. #4
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Problem with .mov format. Please help me.

    I think.
    It seems you have problem with your mencoder installation.

    If mencoder support the video format, it will work fine with vshare, if not it will not work.

  5. #5
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Problem with .mov format. Please help me.

    know more about MEncoder read this topics
    viewtopic.php?f=4&t=1173
    http://docs.buyscripts.in/Mencoder_options

  6. #6
    Join Date
    May 2008
    Posts
    11

    Default Re: Problem with .mov format. Please help me.

    OK, thank you, I ty to fix it.

Similar Threads

  1. Change date format?
    By Misinformed in forum General Discussions
    Replies: 1
    Last Post: 02-02-2008, 03:37 PM
  2. Page format
    By datasmith in forum Installation Support
    Replies: 3
    Last Post: 01-07-2008, 04:30 AM
  3. invalid video format
    By imnotblind.com in forum General Discussions
    Replies: 3
    Last Post: 07-14-2007, 03:43 AM
  4. 16:9 format
    By Blizzmo in forum Feature Requests
    Replies: 6
    Last Post: 05-24-2007, 06:50 PM
  5. video format
    By bman in forum Fixed Bugs
    Replies: 2
    Last Post: 05-23-2007, 11:27 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
  •