<?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; Tutorials</title>
	<atom:link href="http://solsticeproductions.alternate-reality.net/category/tutorials/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>The great &#8220;Countdown&#8221; re-encode</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/01/the-great-countdown-re-encode/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/01/the-great-countdown-re-encode/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 14:08:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video Clipping & Encoding]]></category>
		<category><![CDATA[hdtv]]></category>
		<category><![CDATA[mpeg-2]]></category>
		<category><![CDATA[re-encodes]]></category>
		<category><![CDATA[ts]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=201</guid>
		<description><![CDATA[If you want to download the file, the links can be fetched from my personal blog here. Every year I re-encode Johnny&#8217;s Countdown 2008-2009 using HDTV footage to create a High Quality AVI. This entry will show you the process &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/01/the-great-countdown-re-encode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>If you want to download the file, the links can be fetched from my personal blog <a href="http://www.afad.nl/alternate/2009/01/02/countdown-2008-2009-hq-avi-download-links/" target="_blank">here</a>.</em></p>
<p>Every year I re-encode Johnny&#8217;s Countdown 2008-2009 using HDTV footage to create a High Quality AVI. This entry will show you the process of this year&#8217;s massive re-encode. If you don&#8217;t have about 300 gigabytes disk space, don&#8217;t even attempt this.</p>
<p>This year someone posted &#8220;TS&#8221; format video on jpopsuki. TS is apparently the extension video gets if it is captured from a HD source. To process this video, you must use a conversion tool to get it from TS to MPEG-2. There is a freeware program called &#8220;HDTVtoMPEG2&#8243; that will do this for you. Program explains itself, though I have two tips:</p>
<p><img class="alignnone size-medium wp-image-204" title="HDTVtoMPEG2" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/2-200x170.jpg" alt="HDTVtoMPEG2" width="200" height="170" /></p>
<ul>
<li>Don&#8217;t change the max file size value. Leave it at 1024. Anything higher and your pc might have problems accessing the footage later.</li>
</ul>
<ul>
<li>Don&#8217;t throw in all TS files at once. It will generate 1024mb files and it will work, but it&#8217;s safer to load them up once at a time. This is because you may need the original length of the files to gain a better insight into the audio track(s). The problem is that once you go to MPEG2 the audio track becomes unstable. Some of the clips will have audio, some of them won&#8217;t. On my machine I&#8217;m missing AAC/MP4 audio codecs, this may be the cause of this problem, but I&#8217;m fairly sure it would have crapped out on me anyways in tmpgenc.</li>
</ul>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/4.jpg"><img class="alignnone size-medium wp-image-206" title="Conversion of MPEG" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/4-199x166.jpg" alt="Conversion of MPEG" width="199" height="166" /></a></p>
<p>In tmpgenc, leave the video on Display 16:9 mode and assign progressive. Also take off the audio track if there is one, because it&#8217;s likely it will cause problems. In Filters go to Resize and make sure Full Size (No Margin) is selected. Choose Uncompressed RGB for video output and set the correct size. This should always be slightly smaller than the original HDTV aspect ratio, which is 1440&#215;1080. I choose to do 1240&#215;880.</p>
<p>Audio:<br />
I have streamsaved the audio from the original TS files to mp3 by using VideoLan. <a href="http://www.alternate-reality.net/solsticeproductions/2008/04/30/how-to-convert-hd-video-and-mp4a-audio/">Another tutorial on this website</a> will show you how.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/3.jpg"><img class="alignnone size-medium wp-image-205" title="List of files" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/3-200x172.jpg" alt="List of files" width="200" height="172" /></a></p>
<p>So now you&#8217;re left with MPEG-2 files, AVI files and MP3 files from the TS files. Open up your favorite video editor and start pasting them after eachother, correcting sync mistakes and ensuring it all runs smoothly. Export it Uncompressed to ensure the quality has not degraded.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/7.jpg"><img class="alignnone size-medium wp-image-208" title="Project file" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/01/7-200x121.jpg" alt="Project file" width="200" height="121" /></a></p>
<p>After that that, open VirtualDub and apply compression settings just like you would any file. Perhaps a deinterlace might still be necessary, so do a few test runs first.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/01/the-great-countdown-re-encode/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>Fixing horizontal lines in video</title>
		<link>http://solsticeproductions.alternate-reality.net/2007/06/fixing-horizontal-lines-in-video/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2007/06/fixing-horizontal-lines-in-video/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 08:28:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Video Clipping & Encoding]]></category>
		<category><![CDATA[deinterlace]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/2007/06/27/fixing-horizontal-lines-in-video/</guid>
		<description><![CDATA[If you keep getting annoying horizontal lines displaying in video, you may have an interlace problem. It can be fixed if you re-encode the video with virtualdub using a specific filter called Deinterlace. The filter comes with the program and &#8230; <a href="http://solsticeproductions.alternate-reality.net/2007/06/fixing-horizontal-lines-in-video/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you keep getting annoying horizontal lines displaying in video, you may have an interlace problem. It can be fixed if you re-encode the video with virtualdub using a specific filter called Deinterlace. The filter comes with the program and can be found under the menu Video.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/deinterlace.jpg" title="deinterlace.jpg"><img src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/06/deinterlace.thumbnail.jpg" alt="deinterlace.jpg" /></a></p>
<p>Make sure it has the correct settings. When your video is finished, there are no more horizontal lines.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2007/06/fixing-horizontal-lines-in-video/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 append unequally cut files</title>
		<link>http://solsticeproductions.alternate-reality.net/2007/01/how-to-append-audio-overlapped-files/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2007/01/how-to-append-audio-overlapped-files/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 13:24:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Video Clipping & Encoding]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=97</guid>
		<description><![CDATA[This happens when people had the strange idea to cut a file into pieces but rewind a bit at the beginning for the next file so that when you append them, it&#8217;s not a smooth transition. Unfortunately, I have found &#8230; <a href="http://solsticeproductions.alternate-reality.net/2007/01/how-to-append-audio-overlapped-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This happens when people had the strange idea to cut a file into pieces but rewind a bit at the beginning for the next file so that when you append them, it&#8217;s not a smooth transition. Unfortunately, I have found only one solution to this problem and this lies in a very advanced editor. It can only be fixed by editing it out with Adobe Premiere. In this program it&#8217;s possible to split audio and video tracks and freely move them around. In the end you export the whole file as one giant avi and pull it through virtualdub to compress it again.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2007/01/how-to-append-audio-overlapped-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a hard sub</title>
		<link>http://solsticeproductions.alternate-reality.net/2006/07/how-to-create-a-hard-sub/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2006/07/how-to-create-a-hard-sub/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 17:00:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Subtitling video]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=83</guid>
		<description><![CDATA[There are many roads you can travel to complete a hardsub. This article describes the method I prefer, variations are possible. What you will need: Virtualdub SSA-Hardsub filter plugin for Virtualdub Aegisub Using Aegisub for timing and typesetting. You can &#8230; <a href="http://solsticeproductions.alternate-reality.net/2006/07/how-to-create-a-hard-sub/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are many roads you can travel to complete a hardsub. This article describes the method I prefer, variations are possible.</p>
<p>What you will need: </p>
<ul>
<li><a href="http://www.virtualdub.org/">Virtualdub</a> </li>
<li><a href="http://www.virtualdub.org/virtualdub_filters">SSA-Hardsub filter plugin for Virtualdub</a></li>
<li><a href="http://aegisub.cellosoft.com">Aegisub</a></li>
</ul>
<p><b>Using Aegisub for timing and typesetting.</b></p>
<p>You can import subtitles from nearly every format, even plain txt files. The most important buttons to Aegisub are found in this screenshot:</p>
<p><a href='http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/aegisub01.jpg' title='aegisub01.jpg'><img src='http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/aegisub01.thumbnail.jpg' alt='aegisub01.jpg' /></a> </p>
<p>The most important hotkeys are ctrl+3 and ctrl+4 which set start and end time of the sub. If you wish you can import a txt file in aegisub first, export as *.srt and do your timings in Subtitle Workshop if you prefer this program for rough timings. </p>
<p><a href='http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/aegisub02.jpg' title='aegisub02.jpg'><img src='http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2007/01/aegisub02.thumbnail.jpg' alt='aegisub02.jpg' /></a></p>
<p>Above is the style manager. Always create your styles in the storage first. Many times you will need to reuse styles for follow up episodes, etc.</p>
<p>Aegisub can sub-to-video and sub-to-audio. Some subbers prefer the &#8216;audio only&#8217; modus. I wouldn&#8217;t recommend this as the only thing to time to, because sometimes you may want to adapt your sub to scene changes. From the video menu you are able to load your video file. When you&#8217;ve loaded your video file, in the audio menu you can now select &#8216;load audio from video&#8217;. It&#8217;s something I&#8217;d only recommend when you&#8217;re going to do Karaoke. </p>
<p><b>Exporting to SSA</b></p>
<p>Aegisub works in the format *.ass. You will need to export your work to *.ssa for it to be ready to create a hardsub. Go to the File menu -> Export Subtitles. This time, select format *ssa. </p>
<p><b>Using Virtualdub / SSA Plugin to hardsub</b></p>
<p>When your file is completely done you can proceed to create the hardsub. For this load your RAW video into virtualdub and go to the filters menu under Video. Look up the newly installed &#8220;Subtitler&#8221; filter. Select your subtitle file in *.ssa and preview. If everything is ok, set all your compression options and go to the file menu to &#8216;Save as Avi&#8217;. Now you have created your first hardsub.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2006/07/how-to-create-a-hard-sub/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
	</channel>
</rss>

