Join Today
+ Reply to Thread
Results 1 to 5 of 5

Thread: flv files

  1. #1

    Default flv files

    How can i open .flv files on ming?

  2. #2

    Default

    .



    Ming dont support the video flash or flash file like flv or swf !
    you need to convert the flv file in AVI, 3GP MPEG4 or H263 but the weight will be certainely heavy !!!!!

    You can try to convert your file by media convert online !
    It's free and online !
    http://media-convert.com/conversion/


    you upload your file, choose the type of your file, and choose the final file type ! it manage the 3gp and MP4. It's the best type for Ming......




    .
    A1200 Ming 06P firmware - Games Collector
    I speak english like a polish cow!
    TGM The Topic's Games for Ming!

  3. #3
    Join Date
    Jul 2005
    Location
    Franconia
    Posts
    4,866

    Default

    on linux you can do this:


    #!/bin/bash
    if [ "$1" == "" ] ; then
    echo "usage: flv2mpg [video.flv]"
    elif [ "$1" == "-help" ] ; then
    echo "usage: flv2mpg [video.flv]"
    else
    ffmpeg -i "$1" -ab 56 -ar 22050 -b 500 -s 320x240 $1.mpg
    fi

  4. #4

    Default

    thanks

  5. #5
    Join Date
    Aug 2007
    Location
    Mumbai
    Posts
    99

    Default

    alternatively, you can download a simple converter from YouTube! Find the link below.

    http://youtubedownload.altervista.org

    This will give you a vast choice. Just keep in mind that when you convert, keep the settings tab on "Optimal". Somehow, "High" option dosent work...


 
+ Reply to Thread

Similar Threads

  1. Easy way to play .flv files in E6
    By mercurial in forum E6 General Chat
    Replies: 0
    Last Post: 09-03-2008, 05:48 PM
  2. Need *flv
    By vuzap in forum Moto Media
    Replies: 0
    Last Post: 01-11-2008, 03:33 AM
  3. FLV Player
    By shreyasrokr in forum E6 General Chat
    Replies: 2
    Last Post: 01-09-2008, 05:43 PM
  4. Q: IS there a player that supports *.flv files?
    By xtremegamer345 in forum A1200 General Chat
    Replies: 2
    Last Post: 09-17-2007, 07:45 PM
  5. flv player
    By mingO in forum Development
    Replies: 5
    Last Post: 05-23-2007, 01:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1