Skip to main content
Participant
March 27, 2008
Question

Converting existing media Files to FLV

  • March 27, 2008
  • 4 replies
  • 356 views
Is there a way to convert pre-recorded Video/Audio (.avi, .mov, .wmv, .mp3 etc..) files to FLV? The video/audio files converted will be able to be streamed back from Flash Media Server.

Does Flash Media Serve 3.0 / Flash Encoder 2.0 provides this feature?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    July 2, 2008
    "Adobe Flash Video Encoder"-- its adobe product? ------ yes.

    does it exposes API ? ---- NO

    Do you want a free+opensource solution ? Try ffmpeg, it is widely being used.

    look out for Adobe Flash Media Encoding Server .. which is not out and there is very little information on internet about it.
    Participant
    June 30, 2008
    I have the same problem. Do you found simple way to convert avi to flv with some .net components?
    March 27, 2008
    A file converter (Adobe Flash Video Encoder/ ffmpeg) should help. Apart from FLV, FMS3 also supports mp3, AAC (.F4A, .m4a) & H.264 (i.e. .mp4, .mov .avi with H.264 encoding).
    JWaliaAuthor
    Participant
    March 27, 2008
    Thanks.

    Is "Adobe Flash Video Encoder" an Adobe product?

    Also, does it exposes an API that can be programmatically accessed so as to automate the conversion through ASP.Net /ASP application.