<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solstice Productions &#187; Conversion</title>
	<atom:link href="http://solsticeproductions.alternate-reality.net/category/tutorials/conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://solsticeproductions.alternate-reality.net</link>
	<description>A video editing studio</description>
	<lastBuildDate>Wed, 23 Mar 2011 21:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PID Delay</title>
		<link>http://solsticeproductions.alternate-reality.net/2010/10/pid-delay/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2010/10/pid-delay/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 17:09:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[dgmpgdec]]></category>
		<category><![CDATA[pid delay]]></category>

		<guid isPermaLink="false">http://solsticeproductions.alternate-reality.net/?p=292</guid>
		<description><![CDATA[If you use dgmpgdec to strip aac audio from files you might have noticed it places a string in the filename called PID delay. Generally speaking, if that&#8217;s under 1 second you&#8217;re alright. If it goes over that, you&#8217;ll notice &#8230; <a href="http://solsticeproductions.alternate-reality.net/2010/10/pid-delay/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you use dgmpgdec to strip aac audio from files you might have noticed it places a string in the filename called PID delay. Generally speaking, if that&#8217;s under 1 second you&#8217;re alright. If it goes over that, you&#8217;ll notice a sync problem when you mend it back together in say, VirtualDub.</p>
<p>I&#8217;m still looking for the solution, but for the time being I&#8217;ve found some info on the program&#8217;s <a href="http://neuron2.net/dgmpgdec/DGIndexManual.html" target="_blank">User Manual</a>. Next time I&#8217;ll do a conversion which requires aac stripping, I&#8217;ll try and figure out the answer for you. If anyone already knows, please share!</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2010/10/pid-delay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting TS (AAC audio)</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/11/converting-ts/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/11/converting-ts/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 15:47:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[vfapi]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=269</guid>
		<description><![CDATA[What are TS Files? TS files are basically HD video files (MPEG-2). It&#8217;s possible to convert them using HDTV2MPEG for further processing but dgMpegdec is able to open TS files directly. Required programs: dgMpegdec (successor of DVD2AVI) VirtualDub VFApi Winamp &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/11/converting-ts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>What are TS Files?</strong><br />
TS files are basically HD video files (MPEG-2). It&#8217;s possible to convert them using <a href="http://www.videohelp.com/tools/HDTVtoMPEG2" target="_blank">HDTV2MPEG</a> for further processing but dgMpegdec is able to open TS files directly.</p>
<p><strong>Required programs: </strong></p>
<ul>
<li><a href="http://neuron2.net/dgmpgdec/dgmpgdec.html" target="_blank">dgMpegdec</a> (successor of DVD2AVI)</li>
<li><a href="http://www.virtualdub.org/download.html" target="_blank">VirtualDub</a></li>
<li><a href="http://www.videohelp.com/tools/VFAPI_Reader" target="_blank">VFApi</a></li>
<li>Winamp</li>
</ul>
<p>Open the TS file in dgmpegdec.<br />
Check if the option &#8220;Demux tracks&#8221; is enabled under Audio -&gt; Output Method.<br />
File -&gt; Save Project.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-21-18.jpg"><img class="alignnone size-medium wp-image-270" title="21-11-2009 14-21-18" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-21-18-200x140.jpg" alt="21-11-2009 14-21-18" width="200" height="140" /></a></p>
<p>This will create a D2V project file and an AAC audio file.<br />
<strong><br />
Processing the audio</strong><br />
The AAC file must be converted to WAV first, as it is a readable format for virtualdub. I usually convert audio files by using Winamp on disk writer mode.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-23-41.jpg"><img class="alignnone size-medium wp-image-271" title="21-11-2009 14-23-41" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-23-41-200x113.jpg" alt="21-11-2009 14-23-41" width="200" height="113" /></a></p>
<p><strong>Processing the video</strong><br />
Open VFAPI and load the D2V file.<br />
After that click convert.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-29-27.jpg"><img class="alignnone size-medium wp-image-272" title="21-11-2009 14-29-27" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/11/21-11-2009-14-29-27-200x152.jpg" alt="21-11-2009 14-29-27" width="200" height="152" /></a></p>
<p>A file is created that is basically a &#8220;fake avi&#8221; which will read out the TS content.<br />
Open the fake avi in virtualdub and apply filters like resizing and compression settings under Video.<br />
Make sure you select the wav file you created under &#8216;Audio&#8217; and to apply compression settings.<br />
Now do: file, save as.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/11/converting-ts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert HD video and MP4a audio</title>
		<link>http://solsticeproductions.alternate-reality.net/2008/04/how-to-convert-hd-video-and-mp4a-audio/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2008/04/how-to-convert-hd-video-and-mp4a-audio/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:14:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[mp4a]]></category>
		<category><![CDATA[mp4aac]]></category>
		<category><![CDATA[mpeg-4]]></category>
		<category><![CDATA[videolan]]></category>
		<category><![CDATA[wav]]></category>
		<category><![CDATA[xvid]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=134</guid>
		<description><![CDATA[NOTICE: This tutorial was made by using VideoLan 0.x. Where to find the transcode / stream options in VideoLan has changed, the principle has remained the same. I personally can&#8217;t get the transcode options to work for me anymore with &#8230; <a href="http://solsticeproductions.alternate-reality.net/2008/04/how-to-convert-hd-video-and-mp4a-audio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>NOTICE:</strong> <span style="color: #ff0000;">This tutorial was made by using VideoLan 0.x. Where to find the transcode / stream options in VideoLan has changed, the principle has remained the same. I personally can&#8217;t get the transcode options to work for me anymore with the latest version, but that may be related to the files I&#8217;ve attempted to load. </span></p>
<p>For those of you that have attempted to convert HD video before and didn&#8217;t succeed, this guide is for you. The problem with HD is not necessarily the video, but the audio track. Unless you have specific mp4 audio codecs installed, it&#8217;s likely you&#8217;ll only get sound from an HD video if you play it back by <a href="http://wiki.videolan.org/Mp4a" target="_blank">VideoLan</a>. While HD video is high quality, it is not necessarily the favorite format to save video because the space it requires is huge. In my opinion HD is overkill for the random clips you gather here and there. This is why I felt the urge to take HD apart, and give you a way to make a better space/quality ratio.</p>
<p><strong>How to get the audio</strong><br />
There actually is a very simple way to get the audio track off an HD video file. Since VideoLan is the only player that will play the audio, it also contains the answer to how you can get the audio track isolated as a seperate file on disk. In VideoLan we will use the Stream/Save option to do this.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/settings.jpg"><img class="alignnone size-thumbnail wp-image-140" title="settings" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/settings-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>When you open settings, you will have to set the following properties:</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/settings2.jpg"><img class="alignnone size-thumbnail wp-image-141" title="settings2" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/settings2-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Check your output file with your mp3 player. If it has stops and clicks, check it again. With these settings in VideoLan it should be ok. Now you will need an MP3 to WAV converter. For this I will use my Winamp Disk Writer plugin. It can be found in Options -&gt; Preferences -&gt; Plugins -&gt; Output.</p>
<p><strong>How to join video and your wav file</strong><br />
HD is actually MPEG-2. So you will need to Demultiplex the video first. Demultiplexing is isolating the video and audio tracks. Every program I tried did not demultiplex the audio properly, only VideoLan. TMPGEnc is a good Multiplexing/Demultiplexing tool. Open your HD video file in the Multiplexing / Demultiplexing tool. As you can see the audio track remains empty, this is because the audio is not recognized.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/demultiplex.jpg"><img class="alignnone size-thumbnail wp-image-139" title="demultiplex" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/demultiplex-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>So now we&#8217;re left with one audio WAV file and an M2V file. TMPGEnc is able to Multiplex these back together. I would recommend a full new save to any format you&#8217;d like. In the following screenshots I will show you the settings for XVID output/ MP3. Just be sure to set the output to &#8220;Progressive&#8221; instead of &#8220;Interlaced&#8221;. This will leave horizontal lines. Deinterlacing them later on will give trouble.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/joining.jpg"><img class="alignnone size-thumbnail wp-image-138" title="joining" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/joining-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/format.jpg"><img class="alignnone size-thumbnail wp-image-137" title="format" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2008/04/format-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2008/04/how-to-convert-hd-video-and-mp4a-audio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DVD Ripping, Vintage Style</title>
		<link>http://solsticeproductions.alternate-reality.net/2007/06/dvd-ripping-vintage-style/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2007/06/dvd-ripping-vintage-style/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 08:53:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Everything DVD]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[directshow]]></category>
		<category><![CDATA[dvd-ripping]]></category>
		<category><![CDATA[dvd5]]></category>
		<category><![CDATA[dvd9]]></category>
		<category><![CDATA[mpeg-2]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/2007/06/27/dvd-ripping-vintage-style/</guid>
		<description><![CDATA[These days there are a lot of applications out there that will convert your DVD to any kind of format you wish with a click of a button. You may choose for one of these applications because they&#8217;re fast and &#8230; <a href="http://solsticeproductions.alternate-reality.net/2007/06/dvd-ripping-vintage-style/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These days there are a lot of applications out there that will convert your DVD to any kind of format you wish with a click of a button. You may choose for one of these applications because they&#8217;re fast and easy to use. If you&#8217;re reading this article however, it means you&#8217;re missing something. Either you want to know more about the inner workings of the DVD,  or you found the limitations of these one-click applications. The vintage method allows you more control and understanding of the entire process because it stops every step of the way and gives the control of the endresult back to the user, where it belongs.</p>
<p><strong>Ripping the actual video</strong><br />
This is all a question of the right tools. The best freeware solution is SmartRipper. Works 99% of the time to get the job done. If you have it there are also some paid software options that let you export the contents of the DVD to your hard disk.</p>
<p><strong>Converting VOB into AVI</strong><br />
Every VOB part (DVD Video File) is at max 1 gigabyte large and a DVD5** will contain at least 4. If you wanted to save it to full size avi your hard drive would explode. It&#8217;s likelier you want to get it to a manageable format. The best tools for this job are DVD2AVI and VFAPI converter.</p>
<p>DVD5: Normal DVD of 4.3GB capacity.<br />
DVD9: Double (layer) DVD capacity.</p>
<p><em>Using DVD2AVI to create a project file:</em><br />
Open your VOB files from the File menu.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/dvd2avi.jpg" title="dvd2avi.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/dvd2avi.thumbnail.jpg" alt="dvd2avi.jpg" /></a></p>
<p>From the File menu, select Save Project File. This will create a fairly small file with a *.d2v extension.</p>
<p><em>Using VFAPI to make the DVD2AVI Project File a readable AVI:</em><br />
Load the D2V file into VFAPI. Use the Convert Button to create the &#8216;fake&#8217; AVI. Quit the program.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/vfapi.jpg" title="vfapi.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/vfapi.thumbnail.jpg" alt="vfapi.jpg" /></a></p>
<p><strong>Getting the audio</strong><br />
Next step is to get the audio extracted from the VOB files. Again, there are many paid software applications that limit the time you need to get this done. There are also some <a href="http://www.dvd-mp3.org/downloads.html" target="_blank">free alternatives</a>.  I&#8217;d go for paid if you want it done without hassle. The most basic free method is using GraphEdit. Basically, what you&#8217;re doing is using DirectShow Filters to process the VOBs (MPEG-2) to mere audio.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/graphedit1.jpg" title="graphedit1.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/graphedit1.thumbnail.jpg" alt="graphedit1.jpg" /></a></p>
<p>Go to Graph &#8211;&gt; Insert Filters. Unfold DirectShow Filters. Look for the following filters and Insert:<br />
- I-Media Multiple MPEG-2 Source<br />
- Ligos MPEG Splitter<br />
- InterVideo Audio Encoder<br />
- WavDest<br />
- Filewriter</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2007/06/dvd-ripping-vintage-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conversion for DVD Authoring (MPEG-2)</title>
		<link>http://solsticeproductions.alternate-reality.net/2007/01/conversion-for-dvd-authoring/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2007/01/conversion-for-dvd-authoring/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 13:51:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Everything DVD]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[16:9]]></category>
		<category><![CDATA[4:3]]></category>
		<category><![CDATA[dvd authoring]]></category>
		<category><![CDATA[mpeg-2]]></category>
		<category><![CDATA[NTSC]]></category>
		<category><![CDATA[PAL]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=100</guid>
		<description><![CDATA[So you want to create your own DVD? And you want it done like an A++ professional? You&#8217;ve come to the right place. For this you must have the following: - An MPEG-2 converter (TMPGEnc Plus) - A DVD Authoring &#8230; <a href="http://solsticeproductions.alternate-reality.net/2007/01/conversion-for-dvd-authoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So you want to create your own DVD? And you want it done like an A++ professional? You&#8217;ve come to the right place.</p>
<p>For this you must have the following:<br />
- An MPEG-2 converter (<a href="http://www.pegasys-inc.com/en/index.html">TMPGEnc Plus</a>)<br />
- A DVD Authoring tool. (<a href="http://tmpgenc.pegasys-inc.com/en/product/tda20.html">Tsunami DVD Author</a>)</p>
<p><strong>Using TMPGEnc to convert to MPEG-2:</strong><br />
First off, you must get your video converted to MPEG-2. If you live in a region for PAL, you use PAL type conversion. If you live in a region or NTSC, use NTSC.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tmpgencwizard.jpg" title="tmpgencwizard.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tmpgencwizard.thumbnail.jpg" alt="tmpgencwizard.jpg" /></a></p>
<p>So how do you recognise 4:3 source video versus 16:9 source video? Simple; if you don&#8217;t have a widescreen pc monitor, 16:9 will create black frames above and below the video if put fullscreen. If you use this wizard it&#8217;s really easy to do. In the end if you are encoding 16:9 video, don&#8217;t let tmpgenc&#8217;s encoding process confuse you. It will look completely out of shape, but that&#8217;s just because their encoding window is one format only. The file will come out ok.</p>
<p><strong>Using Tsunami DVD Author:</strong><br />
Set up your project as you picked your region (PAL, NTSC).<br />
Go to Source to add your MPEG-2 files.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunami.jpg" title="tsunami.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunami.thumbnail.jpg" alt="tsunami.jpg" /></a> <a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamichapters.jpg" title="tsunamichapters.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamichapters.thumbnail.jpg" alt="tsunamichapters.jpg" /></a></p>
<p>It will ask you to start chaptering the source video. But you can always return to this screen later by using the &#8216;Clip Editor&#8217; button.</p>
<p>When the file is in a track, and has chapters, you can start building the menu.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/wizardtsunami.jpg" title="wizardtsunami.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/wizardtsunami.thumbnail.jpg" alt="wizardtsunami.jpg" /></a></p>
<p>It&#8217;s advised to take advantage of the wizard. You are afterwards able to completely change the look and feel the way you see fit.</p>
<p><strong>The wonder of Animated Chapters.</strong><br />
The only thing slightly tricky in Tsunami, is creating Animated chapter selections.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamianimated.jpg" title="tsunamianimated.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamianimated.thumbnail.jpg" alt="tsunamianimated.jpg" /></a> <a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamimotion.jpg" title="tsunamimotion.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/tsunamimotion.thumbnail.jpg" alt="tsunamimotion.jpg" /></a></p>
<p>You will need to activate it globally and/or override it in Top and Track menu&#8217;s. It will then take the first 15 seconds out of each chapter. However! You can override this default by right clicking the menu item and setting an in and out point, possible looping the animation if it&#8217;s too short.</p>
<p>The last step before exporting is the simulation. Here you can see what the dvd will look like and how it will function. If you&#8217;ve got animated chapters, do not be alarmed!! I know you won&#8217;t see them function. You must click the button in the screenshot below for it to work.</p>
<p>The final export is best done to your hard disk. I wouldn&#8217;t recommend burning immediately. This way you can still see if there&#8217;s something you&#8217;d like to change last minute by using Power DVD or any other dvd viewing tool for your pc. The project can be burned with Tsunami, but of course you could also let Nero set up a DVD project for you. Just put everything into the folders they belong into.</p>
<p>There you have it! Custom made, professional DVDs.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2007/01/conversion-for-dvd-authoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert rmvb</title>
		<link>http://solsticeproductions.alternate-reality.net/2007/01/how-to-convert-rmvb/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2007/01/how-to-convert-rmvb/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 13:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[real alternative]]></category>
		<category><![CDATA[rmvb]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=98</guid>
		<description><![CDATA[RMVB is a very annoying format. It compresses very well, but in the end you will need something like &#8220;RealAlternative&#8221; to actually get to play this file in your favourite player. What it does is install the filters necessary to &#8230; <a href="http://solsticeproductions.alternate-reality.net/2007/01/how-to-convert-rmvb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>RMVB is a very annoying format. It compresses very well, but in the end you will need something like &#8220;<a href="http://www.free-codecs.com/download/Real_Alternative.htm">RealAlternative</a>&#8221; to actually get to play this file in your favourite player. What it does is install the filters necessary to play the file, but that also means you can now convert the file to a proper format. In the end, always remember: keep the needed filters to a minimum if you are going to distribute the file.</p>
<p>So here&#8217;s what you need:<br />
- <a href="http://www.riverpast.com/en/prod/videocleaner/download/">River Past Video Cleaner</a></p>
<p>River Past Video Cleaner passes nearly ANY format and seems to do exceptionally well on converting RMVB.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/riverpast.jpg" title="riverpast.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/riverpast.thumbnail.jpg" alt="riverpast.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2007/01/how-to-convert-rmvb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert audio sampling rate</title>
		<link>http://solsticeproductions.alternate-reality.net/2006/05/how-to-convert-audio-sampling-rate/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2006/05/how-to-convert-audio-sampling-rate/#comments</comments>
		<pubDate>Wed, 17 May 2006 16:07:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=76</guid>
		<description><![CDATA[This article shows you how to convert the audio sampling rate. You might need this information if you are trying to append avi segments but are unable to because the audio sampling rates are different. Open up virtualdub and load &#8230; <a href="http://solsticeproductions.alternate-reality.net/2006/05/how-to-convert-audio-sampling-rate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article shows you how to convert the audio sampling rate. You might need this information if you are trying to append avi segments but are unable to because the audio sampling rates are different. </p>
<p>Open up virtualdub and load your video. Go to the audio menu and activate full processing mode. Make sure the audio compression is set to uncompressed. Select advanced filtering and go to the filters.</p>
<p><a class="imagelink" href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2006/05/samplingrate2.jpg" title="samplingrate2.jpg"><img id="image78" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2006/05/samplingrate2.thumbnail.jpg" alt="samplingrate2.jpg" /></a></p>
<p>Once there recreate the following with a sample rate of your choice*:<br />
* The configure button lets you do this.</p>
<p><a class="imagelink" href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2006/05/resample.jpg" title="resample.jpg"><img id="image81" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2006/05/resample.thumbnail.jpg" alt="resample.jpg" /></a></p>
<p>Never use &#8220;New Rate&#8221;, this will only &#8216;stretch&#8217; the audio across the video creating a synch problem. See the article about fixing audio-video synch problems.</p>
<p>Set full processing mode for video and configure the desired codec OR leave it on direct stream copy.<br />
Note: it may be necessary to convert the sample rate of multiple files if your objective is to append video.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2006/05/how-to-convert-audio-sampling-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

