4 Replies - 805 Views - Last Post: 11 June 2009 - 08:09 PM

#1 StanKnight   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 25
  • Joined: 14-April 09

How Popular is FLV format?

Post icon  Posted 11 June 2009 - 03:48 PM

Hi everyone,

Maybe someone can help me with this part of a project that I'm working on. It'll be a movie player similar to YouTube. I am building it in Flash and was curious as to how popular is the FLV format now? Can just about everyone convert their movies to FLV now with ease? I would like to make it as easy as possible for people to use.

And is there anyway of Flash playing other file formats such as MOV, WMV, AVI, etc? As of right now I only know it can play FLV. Am I mislead there or is FLV they only movie format that can be played in Flash?

I would appreciate any help here thanks -- Stan

Is This A Good Question/Topic? 0
  • +

Replies To: How Popular is FLV format?

#2 Core   User is offline

  • D.I.C Lover
  • member icon

Reputation: 785
  • View blog
  • Posts: 5,101
  • Joined: 08-December 08

Re: How Popular is FLV format?

Posted 11 June 2009 - 03:54 PM

Well most of the online video web-sites (if not pretty much every site) are using FLV as the standard for streaming the video to the end-user. For example, such services as YouTube allow you to upload AVI and MOV videos, but those are later converted to FLV.

So yes, as far as I know you will need FLV.

Just on a side note, to play other formats online, you will have to embed them in the web page. You can take a look here for some quick info on this and embedding code.
Was This Post Helpful? 1
  • +
  • -

#3 StanKnight   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 25
  • Joined: 14-April 09

Re: How Popular is FLV format?

Posted 11 June 2009 - 06:35 PM

Hey Core,

Thanks for the reply. So ok you answered most of my question so very appreciated. Is there a dynamic way of creating FlV from AVI then? Can I program a flash script or java applet to do this for me?

Any if so, could you point me in the right direction for that information?

Thanks again for your help -- Stan
Was This Post Helpful? 0
  • +
  • -

#4 StanKnight   User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 25
  • Joined: 14-April 09

Re: How Popular is FLV format?

Posted 11 June 2009 - 08:05 PM

I did alot of googling and lucky for me I got a website that really helps. Thanks for your help Core. The following link is just for others who are needing this question answered:

http://www.codeproje...peg_csharp.aspx

Thanks all - Stan
Was This Post Helpful? 0
  • +
  • -

#5 Core   User is offline

  • D.I.C Lover
  • member icon

Reputation: 785
  • View blog
  • Posts: 5,101
  • Joined: 08-December 08

Re: How Popular is FLV format?

Posted 11 June 2009 - 08:09 PM

You'll have to take a look at FFMPEG. It offers the converting functionalities you need.

The way I see it is that you have to install FFMPEG on your server, let the user upload the AVI/MOV file on the server, convert the file and then publish the FLV output.

EDIT: Well I see that you already got the idea. Hope your project takes off!
Was This Post Helpful? 1
  • +
  • -

Page 1 of 1