Skip to main content
Participant
July 7, 2006
Question

Recording to non-default video codec

  • July 7, 2006
  • 3 replies
  • 462 views
Hello,

I would like to record the flv from the client application in the flash7 codec no matter what version the user has. Reason for this is I need to convert the movi to different formats and the software we are using to accomplish that is unable to convert the latest codec.

Is this at all possible, and if it is, how? I can't find an answer to this on the net anywhere, please help.

Mark
    This topic has been closed for replies.

    3 replies

    Participant
    December 25, 2006
    Check this url: http://flv2mp3.com
    Hope it can help you.
    Participant
    July 31, 2006
    I have created a google page to describe this problem:
    http://nellymoser.codec.googlepages.com/
    July 7, 2006
    You don't need to worry about converting to the Flash 7 standard. All video encoded by the flashplayer is encoded with the Sorenson Spark codec, and all audio is encoded with the Nellymoser Asao codec. Neither has changed since Flashplayer 6.

    In the end, any audio/video recorded with FMS will play in a v7 .swf
    Participant
    July 10, 2006
    great, thanx for the info.
    Participant
    July 10, 2006
    Ok, that solves my problem with respect to the vidio. Now all that's left is the audio in the flv file. I'm using ffmpeg to convert my flv file, and ffmpeg doesn't know the NellyMoser audio codec. Therefor I need to record the audio in mp3 format, since ffmpeg does know mp3.

    I can't find any means of changing the codec though.

    Any help would be appreciated.

    Mark