Search code examples
actionscript-3flashmp4flv

how to create MP4 in as3


I have been creating flv videos from my webcam, but due to there on disc size I wish to change them into MP4 which is smaller in size.

Is there a way that I can convert FLV to MP4 in actionscript?

thanks Saurabh


Solution

    1. You can get it by special webcam, which records in HD quality;
    2. You can generate it on client with special, unknown for me, lib;
    3. You can write video-stream into media-server, which converts into needed format.
    4. You can record it on local, and convert it by any external tool, without AS.