<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>'Convert SWF to AVI, SWF toI Xvid, SWF to Divx.' Blog RSS Feed</title>
    <link>http://www.programmersheaven.com/user/synidope/blog/</link>
    <description>Contains the latest posts from the blog 'Convert SWF to AVI, SWF toI Xvid, SWF to Divx.'</description>
    <lastBuildDate>Thu, 09 Feb 2012 06:56:53 -0800</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <item>
      <title>Convert SWF to AVI for embedding flash animations in Powerpoint?</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/3452-Convert-SWF-to-AVI-for-embedding-flash-animations-in-Powerpoint/</link>
      <description>I just tried it wit PPT 2003 and it worked fine. If you are using 2007 you might need to mess around a bit.&lt;br /&gt;
&lt;br /&gt;
1.&lt;br /&gt;
a. if you have .fla source file: Flash CS3/File/export/export movie/choose avi format in the drop-list to convert swf to avi.&lt;br /&gt;
&lt;br /&gt;
b. if you don't have .fla file: &lt;a href="http://www.convertswftoavi.com"&gt;Convert swf to avi&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
2.&lt;br /&gt;
Choose Insert | Movies &amp;amp; Sounds | Movie from File? and choose the required video file.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/3452-Convert-SWF-to-AVI-for-embedding-flash-animations-in-Powerpoint/</guid>
      <pubDate>Wed, 02 Dec 2009 04:53:01 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>Problem: .swf flash can't be played with Flash Player nor Windows media  player as avi.</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/2996-Problem-swf-flash-cant-be-played-with-Flash-Player-nor-Windows-media--player-as-avi/</link>
      <description>Many people conplant about the problem that.swf flash can't be played neither in flash player or windows media player.&lt;br /&gt;
&lt;br /&gt;
In my opnion, there were two possible reasons counts&lt;br /&gt;
&lt;br /&gt;
1. Windows Media Player can't player .swf file.&lt;br /&gt;
&lt;br /&gt;
.swf file is Flash format, WMP can't play it with the default settings, because WMP doesn't have the codecs for .swf playing.&lt;br /&gt;
But if you really want to play .swf animations with WMP, you can &lt;a href="http://www.convertswftoavi.com"&gt;convert swf to avi&lt;/a&gt; format which WMP supported.&lt;br /&gt;
&lt;br /&gt;
2. Your Flash Player version isn't the latest one.&lt;br /&gt;
&lt;br /&gt;
You may ignore the version of your Flash player, if your Flash player version isn't the latest one, errors may occour when the version of .swf animation higher than the player.&lt;br /&gt;
Here is the latest version of &lt;a href="http://get.adobe.com/flashplayer/"&gt;Flash player&lt;/a&gt;, download and install, All issues will be resolved.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/2996-Problem-swf-flash-cant-be-played-with-Flash-Player-nor-Windows-media--player-as-avi/</guid>
      <pubDate>Thu, 19 Nov 2009 05:41:47 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>The difference between AVI, xvid, divx, mpeg4?</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/2187-The-difference-between-AVI-xvid-divx-mpeg4/</link>
      <description>We often see the video format as xivd .avi, divx .avi, mpeg4 .avi and what is the difference between them?&lt;br /&gt;
&lt;br /&gt;
AVI is a container. AVI means Audio Video Interleave. AVI contains only information that describes how to store the data in file and how to decompress the video and the audio (which codecs to use for these purposes). &lt;br /&gt;
&lt;br /&gt;
DivX (XviD) is a codec, a video compressor and decompressor. Video data can be compressed with DivX (XviD) codec and stored inside AVI files. &lt;br /&gt;
&lt;br /&gt;
Also, CinePak, Indeo, Huffyuv and other video codecs can be used to create AVI files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Typical AVI: the Video compressed with DivX, and the Audio compressed with MP3. &lt;br /&gt;
AVI may contain the video data compressed with Cinepak, and uncompressed WAV PCM audio.&lt;br /&gt;
&lt;br /&gt;
In other words, the universal AVI container allows to use many combinations of codecs (encoders/decoders) for storing the video/audio data. &lt;br /&gt;
&lt;br /&gt;
MPEG-4 is not a codec, and it is not a container. &lt;br /&gt;
&lt;br /&gt;
MPEG-4 is a name of collection of methods defining compression of audio and visual (AV) digital data. Related technology agreed upon by the ISO/IEC Moving Picture Experts Group (MPEG) under the formal standard ISO/IEC 14496. &lt;br /&gt;
&lt;br /&gt;
Methods described in MPEG-4 part 2 (MPEG-4 SP/ASP) are used by codecs such as DivX, Xvid, Nero Digital, 3ivx and by Quicktime 6, and methods described in MPEG-4 part 10 (MPEG-4 AVC/H.264) are used by the x264 codec, by Nero Digital AVC, by Quicktime 7, and by next-gen DVD formats like HD DVD and Blu-ray Disc.&lt;br /&gt;
Source: &lt;a href="http://www.gromkov.com/faq/faq2004-0041.html"&gt;http://www.gromkov.com/faq/faq2004-0041.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We can see when we &lt;a href="http://www.convertswftoavi.com"&gt;convert swf to avi&lt;/a&gt;, the .avi is the video format and  mpeg4/xvid/divx is the encoder which decide the video tpye. So, we'd better pay attention to it.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/2187-The-difference-between-AVI-xvid-divx-mpeg4/</guid>
      <pubDate>Wed, 04 Nov 2009 05:54:51 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>Convert SWF to AVI with Alphal Channel and edit in Premiere</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/1717-Convert-SWF-to-AVI-with-Alphal-Channel-and-edit-in-Premiere-/</link>
      <description>Smooth conversion of &lt;a href="http://www.convertswftoavi.com"&gt;SWF to AVI&lt;/a&gt; with Alphal Channel &lt;br /&gt;
today i tried a program which claims the unique program in the world can convert SWF to AVI with alphal channel, i find that this is the best program which can synchronization audio and video, and there won't be watermark in the middle of your video, i can also use it to capture pictures when i play the swf file, it is a good function that i can put the picture in my phone &lt;br /&gt;
you can have a free trial of &lt;br /&gt;
iWisoft &lt;a href="http://www.convertswftoavi.com"&gt;SWF to AVI&lt;/a&gt; Converter</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/1717-Convert-SWF-to-AVI-with-Alphal-Channel-and-edit-in-Premiere-/</guid>
      <pubDate>Wed, 28 Oct 2009 06:05:19 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>Sloved: converted swf to avi but still can't read by phone</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/1587-Sloved-converted-swf-to-avi-but-still-cant-read-by-phone/</link>
      <description>Remember to  &lt;a href="http://www.convertswftoavi.com"&gt;Convert swf to avi&lt;/a&gt; with mpeg4 encoder : last week, i download a free swf to video converter to convert some of my .swf animations to avi format for playing on my cect phone. but my phone returns an error because of the wrong video format. so i google for the solutions and finally found i've ignore the video type. cect phone only accept avi converted with mpeg4 encoder. then i found iWisoft swf to avi converter can convert swf to avi with mpeg4, xvid, divx encoder and my problem fixxed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/1587-Sloved-converted-swf-to-avi-but-still-cant-read-by-phone/</guid>
      <pubDate>Tue, 13 Oct 2009 00:47:44 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>SWF to Video, Convert swf to video without decompiling the flash source.</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/1459-SWF-to-Video-Convert-swf-to-video-without-decompiling-the-flash-source/</link>
      <description>I've tried to decompile the flash animation, but i finally all the thing mess up. So, decompile a flash file for conversion seems a difficult thing to me. Fortunately, i found a swf to video converter which can convert swf to avi without source file. Also, no need to decompile the flash file.&lt;br /&gt;
&lt;br /&gt;
The introduction of the SWF to Video Converter&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
SWF to Video Converter is an All-in-One Flash conversion tool, which helps you to convert SWF to video/audio/image files with perfect graphic and voice quality. It supports converting Flash to almost all popular video formats, such as SWF to AVI, SWF to WMV, SWF to FLV, SWF to MPEG, SWF to MOV, SWF to MP4, SWF to 3GP, etc.

This powerful SWF to video converter provides an extremely easy way to convert Flash movies to video playable on iPod, iPhone, PSP, Zune, Pocket PC, Mobile Phone and other portable devices. Just simply add a file, choose your output format and push the convert button to perfectly convert Flash to video files. 

SWF to Video Converter is highly recommended by many users. After trying it out, you'll find that it is really the best option!&lt;/pre&gt;&lt;br /&gt;
&lt;a href="http://www.swftovideo.com"&gt;SWF to Video&lt;/a&gt; HomePage&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/1459-SWF-to-Video-Convert-swf-to-video-without-decompiling-the-flash-source/</guid>
      <pubDate>Fri, 18 Sep 2009 02:49:22 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
    <item>
      <title>how to convert swf to avi with xvid / divx / mpeg4 encoder?</title>
      <link>http://www.programmersheaven.com/user/synidope/blog/1418-how-to-convert-swf-to-avi-with-xvid--divx--mpeg4-encoder/</link>
      <description>&lt;a href="http://www.convertswftoavi.com"&gt;Convert SWF to AVI&lt;/a&gt; : If you want to convert swf to avi but didn't have the source, i think SWF to AVI Converter is your right choice.&lt;br /&gt;
&lt;br /&gt;
i've been using SWF to AVI Converter to Convert SWF to AVI for a long time, it has the good conversion quality, the operation is easy too.&lt;br /&gt;
&lt;br /&gt;
SWF to AVI Converter is designed to Convert SWF to AVI, SWF to AVI (XVID), SWF to AVI (DIVX) for your individuals' and corporations' entertaining requirements. &lt;br /&gt;
&lt;br /&gt;
Step-by-step tutorial: How to convert SWF to AVI with this SWF to AVI Converter&lt;br /&gt;
&lt;br /&gt;
Step 1: Download and install Flash SWF to AVI Converter.&lt;br /&gt;
&lt;br /&gt;
Step 2: Import SWF files from your computer.&lt;br /&gt;
&lt;br /&gt;
Step 3: Click "Settings" button to set WMV as your output format.&lt;br /&gt;
&lt;br /&gt;
Step 4: Click "Capture" button to start capturing SWF to AVI files with this SWF to AVI Converter.&lt;br /&gt;
&lt;br /&gt;
Click "Finish" button when you see the frame you want to set as the last frame of your output AVI files. Then it will convert and save the AVI files to your hard drive.&lt;br /&gt;
That's all the conversion process of SWF to AVI. This SWF to AVI Converter provides excellent video and audio quality and super fast speed. Just download the free trial version to convert your flash SWF video to WMV, AVI, FLV, MOV, MP4, 3GP, MP3, etc. &lt;br /&gt;
&lt;br /&gt;
The output AVI file can be in XviD, DivX, MPEG4 formats. you can import the output AVI files to Adobe Premiere, Windows Movie Maker, Camtasia and many other video editors, with both the video and audio streams. &lt;br /&gt;
&lt;br /&gt;
Its friendly interface and practical functions enable you to easily edit SWF movies as you like, such as Crop SWF file, Add Watermark, Snapshot of SWF movie, Clip segments, Customize the output video and audio parameters.&lt;br /&gt;
&lt;br /&gt;
Learn More: &lt;a href="http://www.convertswftoavi.com"&gt;Convert SWF to AVI&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/user/synidope/blog/1418-how-to-convert-swf-to-avi-with-xvid--divx--mpeg4-encoder/</guid>
      <pubDate>Tue, 15 Sep 2009 02:29:09 -0800</pubDate>
      <dc:creator>synidope</dc:creator>
    </item>
  </channel>
</rss>
