How to convert mpeg to flv
Mpeg to FLV converter is a powerful FLV Encoder to convert mpeg videoto FLV streaming video formats and SWF video.
It also can convert almost all video formats, e.g.DivX, XviD, AVI, WMV, MPG, MP4, M4V, FLV, 3GP, ASF, RM, RMVB, MOV, MOD, ASX, MKV, OGM, SVCD, VCD, VOB to FLASH Video (SWF, FLV) formats. offers you more gorgeous Flash Player skins, more dazzling video effects and more functions (subtitle adding, Cue Point, etc.), in addition to the preserved functions from the previous version like video trimming, cropping, watermarking, and audio replacement, batch conversion, etc.
This article is a graphical tutorial on how to convert MPEG to FLV for online delivery with Mpeg to FLV converter. Hope you will like this guide and enjoy reading it.
Free download Mpeg to FLV converter now
Only for Wondows OS, for Max OS click here.
Step 1: After install: Run MPEG to FLV Converter , the interface is like this :

Step 2, Import source file(.mpeg), Click on
to input videos.
Step 3, Edit MPEG video
You can trim and crop under “Edit”; You can either fill in the exact time in the time box and click
, or drag the control bar to set the start time and end time. And things are similar with cropping the border of the video. change the brightness and contrast under “Effect”; add text or image watermark under “Watermark”;

capture a thumbnail under “Snapshot”.
Note: You can also merge two other videos with this one by adding video prelude and video curtain. If you want a better quality, you’d better keep the parameters on the right original.
Step 4. Player settings
In this section you can add player skin, some special effects, and preloader. You can also set more parameters under “Profile” tab, such as auto play, auto load, navigation, etc.

Step 5. Conversion
Click “Start” to convert.

Step 6, Embed the FLV to HTML page
Now how to upload the flv to the website?
You can code the page as follows:
<!–url’s used in the movie–>
<!–text used in the movie–>
<!– saved from url=(0013)about:internet –>
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”320″ height=”270″>
<param name=”movie” value=” file_name.swf?videoFile=christmas_1.flv“>
<param name=”quality” value=”high”>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”allowFullScreen” value=”True” />
<embed src=” file_name.swf?videoFile=mpeg_1.flv” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”320″ height=”270″ allowScriptAccess=”sameDomain” allowFullScreen=”True”>
</embed>
</object>
Well, have you noticed the mpeg_1.flv in blue?
This can be modified to the absolute path of the .flv file. For example:
<param name=”movie” value=”file_name.swf?videoFile=http://www.moyea.com/flv/flvdownload_demo.flv”> (can support HTTP and RTMP)
The above only support IE, if you want it to support FireFox, please follow this:
Modify <embed src=”file_name.swf?”…
to:
<embed src=”file_name.swf?videoFile=http://www.moyea.com/flv/flvdownload_demo.flv”…
The width=”320″ height=”270″ in black indicates the width and the height of your video.
Then, enjoy your mpeg video on your own site/homepage/blog like youtube YouTube, Google Video, Myspace, Metacafe, Dailymotion, iFilm, Music, eVideoShare, StreetFire, etc. with perfect pause,play control bar.
Click here to download
MPEG to FLV Converter right now for FREE
Tags: , convert mpeg to flv, MPEG to FLV, mpeg to flv converter

April 11th, 2009 at 9:27 am
[…] How to convert MPEG to FLV? […]
April 12th, 2009 at 11:34 am
[…] Flash-Video-Soft » Blog Archive » How to convert mpeg to flv […]
June 6th, 2009 at 11:54 pm
thanks !! very helpful post!