Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: What video formats vShare Support

  1. #11
    Join Date
    Sep 2007
    Posts
    21

    Default Re: What video formats vShare Support

    Hello guys,
    I am having the same problem like zeffer.
    I cannot upload my FLV files on my site. It shows on the Processed Queue that it's not converted. The file is already i nFLV.
    Any help will be very much appreciated.
    I try to upload also an mpg file and same error has happened.
    Please help,
    Thanks

  2. #12
    Join Date
    Dec 2007
    Posts
    4

    Default Re: What video formats vShare Support

    My Palm Treo 700p records video in a .3g2 extension that vshare will not accept

    Is this the same file type as the compatible .3gp extension? If so, would there be
    an easy way to use these videos?

  3. #13
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: What video formats vShare Support

    Quote Originally Posted by pyrobug
    My Palm Treo 700p records video in a .3g2 extension that vshare will not accept

    Is this the same file type as the compatible .3gp extension? If so, would there be
    an easy way to use these videos?
    vshare use mencoder/ffmpeg for converting video into FLV format. If mencoder support the video format, it will work fine with vshare, if not it will not work.

    To add .3gp2 extension, edit

    Edit include/settings/upload.php

    FIND

    Code:
    $file_types = array("flv","3gp","mp4","mov","asf","mpg","avi","mpeg","wmv","rm","dat");
    Add .3gp2 in the list like

    Code:
    $file_types = array("flv","3gp","mp4","mov","asf","mpg","avi","mpeg","wmv","rm","dat","3gp2");

    EDIT include/settings/video_conversion.php

    FIND

    Code:
    $convert_3gp = $cmd_all;
    Add below

    Code:
    $convert_3gp2 = $cmd_all;
    If you need a different command to convert 2gp2 video, you can add it like

    Code:
    $convert_3gp2 = "ADD COMMAND TO CONVER 3GP2 VIDEO TO FLV FORMAT HERE";

  4. #14
    Join Date
    Dec 2007
    Posts
    4

    Default Re: What video formats vShare Support

    I did the edits as requested with no success. The .3g2 video files from my Treo 700p don't seem to be compatible. I can convert them to another format the upload. What would be the best format to use to upload in. Is there one that has better compression or faster processing time?

  5. #15
    Join Date
    Jan 2008
    Location
    Miami,FL
    Posts
    7

    Default Re: What video formats vShare Support

    Quote Originally Posted by admin
    vShare YouTube clone support following video formats

    3gp
    mp4
    mov
    asf
    flv
    mpg
    avi
    mpeg
    wmv
    rm
    dat
    Hello Admin, everything works great on my site but the only problem is when i try to upload .flv it does not generate a thumbnail for the clip. is there anything that could be done about it?

  6. #16
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: What video formats vShare Support

    It may be due to the ffmpeg installed on your server is not able to create thumbnail from the .flv file you upload. If you are using vshare 2.6, in admin area, you can set mplayer to create thumbnail, try that and see if that works. Also verify the .flv file is not corrupted by uploading it on some other vshare sites, for example - http://video.bizhat.com

  7. #17
    Join Date
    Jan 2008
    Location
    Miami,FL
    Posts
    7

    Default Re: What video formats vShare Support

    Setting mplayer to create thumbnails sloved my problem. but now I have about 5 people telling me that they can see no thmbnails even thought i see them fine on my screen, any idea as to why some cant see thumbnail using the same browser im using?

  8. #18

    Default Re: What video formats vShare Support

    Can the sites be set up to be able to convert .swf files?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Ras le bol de vshare (no support thank you)
    By chris34470 in forum Installation Support
    Replies: 0
    Last Post: 08-22-2008, 02:08 AM
  2. I Need Vshare Support Come On !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    By www.megavideo.co.za in forum General Discussions
    Replies: 1
    Last Post: 07-16-2008, 10:43 PM
  3. Video formats that don't work with vshare (mencoder/ffmpeg)
    By leki in forum Frequently Asked Questions
    Replies: 5
    Last Post: 10-28-2007, 02:04 AM
  4. FILE FORMATS
    By OctaviousButler in forum Installation Support
    Replies: 2
    Last Post: 08-29-2007, 07:08 PM
  5. No response from vShare support
    By satori in forum Sales Questions
    Replies: 4
    Last Post: 08-18-2007, 06:07 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
  •