Online conversion to FLV, supports RM, rmvb, RV, wmv9 and other media formats.

Source: Internet
Author: User

Online conversion to FLV, supports RM, rmvb, RV, wmv9 and other media formats.

Currently, many websites have achieved online-to-FLV conversion, but they will not take this technology into public use. Everyone knows that FFMPEG can be used to convert to FLV and capture images. However, it does not support RM, wmv9, and other formats. Some people say it can support RM and wmv9. To develop it on their own, developers will not be programming. Poor, don't think about self-developed things. How can I convert all formats to FLV online? I don't know if I use a software tool to Convert FLV, but I know that mencoder can convert all formats to Avi, using FFMPEG to convert to FLV and capture images, although this method is troublesome, it is also a feasible solution. Some people say they can use mencoder to directly Convert FLV, but I still don't know how to do it. I will tell you when I know it. Now I have posted this solution below, which is successful in my experiment. If something is wrong, please advise:

--------------------------------------------------------------------------------
The following are two required software:

FFmpeg download
Download the latest mencoder version

--------------------------------------------------------------------------------

Start with mencoder and convert all formats to Avi,

Rmvb to Avi
 

Mencoder 1. rmvb-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-O rmvb. Avi

Rm to Avi

Mencoder 1.rm-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-o rM. Avi

MPEG to Avi

Mencoder mp4.mpeg-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-O mp4.avi

MoV to Avi

Mencoder qtime. mov-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-O qtime. Avi

Conversion from WMV to Avi includes wmv7 to wmv9, and only experiment to wmv9

Mencoder m7.wmv-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-O m7.avi

RV to Avi

Mencoder 1.rv-OAC mp3lame-lameopts preset = 64-OVC XviD-xvidencopts bitrate = 600-of Avi-o rv. Avi

Wait ...... Format, parameter unchanged, just change the file name. What does the parameter mean? I don't understand it yet. If you are studying it, you can find it on the Internet and tell me. Thank you.

The next step is FFMPEG.

Convert Avi to FLV

FFmpeg-I test. Avi-AB 56-ar 22050-B 500-R 15-s 320x240 test. FLV

Capture JPG.

FFmpeg-I 2.wmv-y-F image2-SS 8-T 0.001-s 350x240 test.jpg

Okay, so the command line will convert all the formats to FLV. My progress is only here, and the next step is application. How can I apply the above methods to the server, for example, if ASP is used, WS is required. I am still debugging shell or something. After debugging, I will share my achievements with you. Thank you. We despise those who say that all formats have been converted to FLV, but they still need to be charged. Resources must be shared before we can develop. In the future, we will develop CPU and operating systems.

Well, I have finished writing it. I hope it will help you. If you have any questions or errors, please make progress together.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.