<?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</title>
	<atom:link href="http://solsticeproductions.alternate-reality.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://solsticeproductions.alternate-reality.net</link>
	<description>A video editing studio</description>
	<lastBuildDate>Tue, 03 Apr 2012 07:43:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Video and audio sync problems: a common cause</title>
		<link>http://solsticeproductions.alternate-reality.net/2012/03/video-and-audio-sync-problems-a-common-cause/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2012/03/video-and-audio-sync-problems-a-common-cause/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sync problem]]></category>
		<category><![CDATA[videolan]]></category>
		<category><![CDATA[winamp]]></category>
		<category><![CDATA[yamb]]></category>

		<guid isPermaLink="false">http://solsticeproductions.alternate-reality.net/?p=306</guid>
		<description><![CDATA[While trying to convert a TS to avi I&#8217;ve come across the problem that my end file is &#8216;out of sync&#8217;, meaning: for some reason my audio file was shorter than my video file. I used to convert the AAC &#8230; <a href="http://solsticeproductions.alternate-reality.net/2012/03/video-and-audio-sync-problems-a-common-cause/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>While trying to convert a TS to avi I&#8217;ve come across the problem that my end file is &#8216;out of sync&#8217;, meaning: for some reason my audio file was shorter than my video file. I used to convert the AAC that is the result from demuxing in dgmpgdec in winamp by selecting disk writer in output in the winamp preferences. However, on my notebook AAC is not played anymore on Winamp. I think it might have something to do with the fact that I don&#8217;t have the same version of Nero installed (which also installs some codecs). That being said, I know you can convert in VideoLan to get the same result, so I thought I&#8217;d go around Winamp using VideoLan. AHA! Eureka. <strong>There&#8217;s the problem</strong>.</p>
<p>It appears VideoLan is possibly taking/skimming off &#8216;silences&#8217; from the audio file, making it shorter than the actual video file. So the original AAC is just fine coming out of dgmpegdec, but it&#8217;s VideoLan&#8217;s conversion causing the length difference.</p>
<p>That&#8217;s nice&#8230; but if Winamp won&#8217;t play my AAC and I can&#8217;t use disk write mode and VideoLan is cutting off unwanted milliseconds or even seconds from my audiofile&#8230; <em>what do I do then?</em></p>
<p><strong>Solution:</strong><br />
Drop the AAC into Yamb, and convert it to mp4.</p>
<p><a href="http://solsticeproductions.alternate-reality.net/2012/03/video-and-audio-sync-problems-a-common-cause/4-3-2012-12-58-40/" rel="attachment wp-att-307"><img class="alignnone size-medium wp-image-307" title="4-3-2012 12-58-40" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2012/03/4-3-2012-12-58-40-200x140.jpg" alt="" width="200" height="140" /></a></p>
<p>The mp4 will play in Winamp, and therefor you can use disk writer. Winamp does not cut bits off it thinks it doesn&#8217;t need, hence the end product has no sync problem. I know VideoLan is a popular player, but it certainly isn&#8217;t any good for converting AAC.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2012/03/video-and-audio-sync-problems-a-common-cause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 x64: virtualdub, frameserving and codecs</title>
		<link>http://solsticeproductions.alternate-reality.net/2012/03/windows-7-x64-virtualdub-frameserving-and-codecs/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2012/03/windows-7-x64-virtualdub-frameserving-and-codecs/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 11:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[vfapi]]></category>
		<category><![CDATA[virtualdub]]></category>
		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://solsticeproductions.alternate-reality.net/?p=300</guid>
		<description><![CDATA[Since I got myself a new notebook, I encountered a lot of the problems people were complaining about in this post. So here&#8217;s my tutorial post on how to get your machine ready to convert with virtualdub, VFapi and x264/lame. &#8230; <a href="http://solsticeproductions.alternate-reality.net/2012/03/windows-7-x64-virtualdub-frameserving-and-codecs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since I got myself a new notebook, I encountered a lot of the problems people were complaining about <a href="http://solsticeproductions.alternate-reality.net/2006/07/how-to-create-a-hard-sub/comment-page-4/#comment-2636">in this post</a>. So here&#8217;s my tutorial post on how to get your machine ready to convert with virtualdub, VFapi and x264/lame.</p>
<p><strong>The problem:</strong></p>
<ul>
<li><a href="http://www.free-codecs.com/download/VFAPI_Reader_Codec.htm" target="_blank">VFapi reader</a> is an old program, this is why even after running the *.bat and installing the *.inf virtualdub gives you the message: &#8220;Could not locate decompressor VIFP&#8221; once you want to frameserve a converted d2v project from dgmpgdec (&#8220;fake avi&#8221;).</li>
</ul>
<p><strong>The solution:</strong><br />
What you need to do is place the file VFCodec.dll in both %System32 and %SysWow64. %SysWow64 ironally actually contains the regsvr32 which enables registering 32 bit dll&#8217;s. Then you need to open up a cmd window (run as administrator) and type in:</p>
<pre>cd \windows\syswow64 [<em>HIT ENTER</em>]
rundll32.exe advpack.dll,LaunchINFSection C:\<em>PATH_TO_VFAPI</em>\
vifp.inf,DefaultInstall [<em>HIT ENTER</em>]</pre>
<p>What you&#8217;ve just done is tell the correct regsvr32 to register the VFapi dll.</p>
<p><strong>The problem:</strong></p>
<ul>
<li>There is a 64-bit edition of virtualdub available for download. Do NOT download this edition, because it will never work with VFApi.</li>
</ul>
<p><strong>The solution:</strong><br />
<a href="http://virtualdub.sourceforge.net/" target="_blank">Use the 32-bit edition</a>.</p>
<p><strong>The problem:</strong></p>
<ul>
<li>You&#8217;ve installed Lame mp3 encoder but can&#8217;t see it in Virtualdub. It&#8217;s the same problem as VFapi.</li>
</ul>
<p><strong>The solution:</strong><br />
Installing Lame for mp3 encoding also only succeeds if you do type in cmd:</p>
<pre>C:\Windows\SysWOW64\rundll32.exe setupapi.dll,InstallHinfSection
DefaultInstall 0 c:\<em>PATH_TO_LAME</em>\LameACM.inf [<em>HIT ENTER</em>]</pre>
<p>Make sure it&#8217;s the 32 bit edition <a href="http://www.free-codecs.com/lame_encoder_download.htm" target="_blank">you&#8217;ve downloaded</a>! Don&#8217;t forget to run cmd as administrator.</p>
<p>That&#8217;s it. You can download x264 <a href="http://sourceforge.net/projects/x264vfw/" target="_blank">from here</a> and install without further problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2012/03/windows-7-x64-virtualdub-frameserving-and-codecs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Golden oldie</title>
		<link>http://solsticeproductions.alternate-reality.net/2011/03/golden-oldie/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2011/03/golden-oldie/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 21:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://solsticeproductions.alternate-reality.net/?p=294</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2011/03/golden-oldie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://solsticeproductions.alternate-reality.net/media/vampsolstice.flv" length="23970226" type="video/x-flv" />
		</item>
		<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>Moved server, new theme</title>
		<link>http://solsticeproductions.alternate-reality.net/2010/10/moved-server-new-theme/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2010/10/moved-server-new-theme/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 10:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[site design]]></category>

		<guid isPermaLink="false">http://solsticeproductions.alternate-reality.net/?p=287</guid>
		<description><![CDATA[It&#8217;s been quite some time since I&#8217;ve updated this site. In August 2010, I moved to a VPS. That means the URL of this site has changed. Since there are a lot of jdrama related topics on this site, it&#8217;s &#8230; <a href="http://solsticeproductions.alternate-reality.net/2010/10/moved-server-new-theme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite some time since I&#8217;ve updated this site. In August 2010, I moved to a VPS. That means the URL of this site has changed. Since there are a lot of jdrama related topics on this site, it&#8217;s now a subdomain <a href="http://alternate-reality.net" target="_blank">of my main blog</a>.</p>
<p>To be quite honest, I even thought of closing Solstice Productions for a while because I release so little these days. Nonetheless this site has some useful video tutorials I want to keep around. Like you, I consistently forget what settings I need to use when I&#8217;m encoding or converting something.</p>
<p>I&#8217;ve developed a new theme for the website since the old one was getting more and more problems with newer browsers. I&#8217;ll come back sometime and update / correct some information on this site. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2010/10/moved-server-new-theme/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>7 Steps to Buzzer Beat</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 14:36:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[buzzer beat]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[jdrama]]></category>
		<category><![CDATA[parody]]></category>
		<category><![CDATA[video details]]></category>
		<category><![CDATA[yamapi]]></category>
		<category><![CDATA[yamashita tomohisa]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=247</guid>
		<description><![CDATA[I really wanted to this video since it has been so long since I edited a drama where Yamapi acts in. At first I couldn&#8217;t find any suitable topic because it&#8217;s such an easy going love story. By watching Buzzer &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I really wanted to this video since it has been so long since I edited a drama where Yamapi acts in. At first I couldn&#8217;t find any suitable topic because it&#8217;s such an easy going love story. By watching <a href="http://wiki.d-addicts.com/Buzzer_Beat" target="_blank">Buzzer Beat</a> I did get fragments of ideas which I pieced together in this OPV [Original Promotion Video]. It ended up being a parody, a comedy video if you will. The 7 steps of Buzzer Beat refer to the amount of themes I&#8217;ve managed to push over the edge.</p>
<p><strong>Title:</strong> 7 steps to Buzzer Beat<br />
<strong>Used footage:</strong> <a href="http://wiki.d-addicts.com/Buzzer_Beat" target="_blank">Buzzer Beat</a>, Fuji tv getsu 9 drama, summer 2009. Additionally a scene from Natgeo&#8217;s &#8220;The Universe&#8221; series for the rocket.<br />
<strong>Score:</strong> Read the roll off titles at the end, there are just too many used.<br />
<strong>File details:</strong> <span style="color: #ff0000;"><strong>RAW</strong></span> 706 x 396, in the following versions:</p>
<ul>
<li>Divx 1 pass quality based (2)</li>
<li>Xvid 4030 Kbps</li>
<li>MPEG2 4000 Kbps</li>
<li>audio all 128kb/s mp3</li>
</ul>
<p><span style="color: #ff0000;"><strong>HARDSUB </strong></span></p>
<ul>
<li>Divx 1 pass quality based (2)</li>
</ul>
<p><a href="http://www.alternate-reality.net/solsticeproductions/downloads/"><strong>Check download availability</strong></a></p>

<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0315/' title='bscap0315'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0315-100x56.jpg" class="attachment-thumbnail" alt="bscap0315" title="bscap0315" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0316/' title='bscap0316'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0316-100x56.jpg" class="attachment-thumbnail" alt="bscap0316" title="bscap0316" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0317/' title='bscap0317'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0317-100x56.jpg" class="attachment-thumbnail" alt="bscap0317" title="bscap0317" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0318/' title='bscap0318'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0318-100x56.jpg" class="attachment-thumbnail" alt="bscap0318" title="bscap0318" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0319/' title='bscap0319'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0319-100x56.jpg" class="attachment-thumbnail" alt="bscap0319" title="bscap0319" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0320/' title='bscap0320'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0320-100x56.jpg" class="attachment-thumbnail" alt="bscap0320" title="bscap0320" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0321/' title='bscap0321'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0321-100x56.jpg" class="attachment-thumbnail" alt="bscap0321" title="bscap0321" /></a>
<a href='http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/bscap0322/' title='bscap0322'><img width="100" height="56" src="http://solsticeproductions.alternate-reality.net/wp-content/uploads/2009/08/bscap0322-100x56.jpg" class="attachment-thumbnail" alt="bscap0322" title="bscap0322" /></a>

<p><strong>FOLLOWING DESCRIPTION CONTAINS SPOILERS!</strong></p>
<p>And here is a short description for the 7 steps of Buzzer Beat.</p>
<p><strong>Step 1:</strong> Cavemen; exaggerated agression [Basketball scenes]. I got this idea because I was still listening to Humanaut by Mnemic while starting up an episode of Buzzer Beat. The opening for Buzzer Beat just happened to match the &#8220;lift off&#8221; feeling of this song.</p>
<p><strong>Step 2: </strong>Satan. I always thought Yoyogi was a creepy guy. The little beard just made it all the worse. It didn&#8217;t take long to match that with Stephen Lynch&#8217; BEELZ.</p>
<p><strong>Step 3:</strong> Betrayal. Here we see Naoki walking in on Yoyogi and Natsuki. From there on I gave Naoki some spunk by using Revolucian &#8211; Bale out. The way Naoki SHOULD have reacted.</p>
<p><strong>Step 4:</strong> Meaningful male dialogue. Secretly I made this because Yamapi said &#8220;this and this dialogue is very interesting&#8221; (gehehe). This one came into play when I was looking over my music collection for really crude dialogue. I found it in Crotchduster.</p>
<p><strong>Step 5: </strong>Anticlimax. Where would Buzzer Beat be without the blooming romance between Naoki and Riko? I&#8217;m so not good at doing sappy editing, so you&#8217;ll just have to forgive me for making a prank.</p>
<p><strong>Step 6: </strong>Meaningful female dialogue. I figured, if I were going to do a &#8220;male dialogue&#8221; I would also need to do a female dialogue. Since I am neither genders but an alien, I thought the pranks should be equally shared.</p>
<p><strong>Step 7:</strong> P-Cup Ï‰ to Strauss. That&#8217;s right! I edited all the yummy Yamapi <em>&#8220;in the shower, in the bath tub, squeezing tits&#8221;</em> scenes together on nothing other than classical music. A fancy rack like that deserves some fancy music.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/08/7-steps-to-buzzer-beat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The problem doing comedy opv</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/08/the-problem-doing-comedy-opv/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/08/the-problem-doing-comedy-opv/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 16:05:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[project buzzer beat]]></category>
		<category><![CDATA[project news]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=244</guid>
		<description><![CDATA[After editing for another couple of hours straight you&#8217;ll get what we call &#8220;this ain&#8217;t funny, what was I thinking?&#8221; kind of feelings. While this isn&#8217;t really comedy comedy, if you enjoy &#8220;evil parody&#8221; it certainly should be funny. I &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/08/the-problem-doing-comedy-opv/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After editing for another couple of hours straight you&#8217;ll get what we call <em>&#8220;this ain&#8217;t funny, what was I thinking?&#8221;</em> kind of feelings. While this isn&#8217;t really <em>comedy </em>comedy, if you enjoy &#8220;<strong>evil parody</strong>&#8221; it certainly should be funny. I just can&#8217;t see it anymore after eh&#8230; 16-20 hours?? I had this before finishing / releasing every video of mine. I couldn&#8217;t even see the end result without gagging, only to find them absolutely great a few months afterwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/08/the-problem-doing-comedy-opv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lipsync heavy, chapter 3 almost ready</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/08/lipsync-heavy-chapter-3-almost-ready/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/08/lipsync-heavy-chapter-3-almost-ready/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:01:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[project buzzer beat]]></category>
		<category><![CDATA[project news]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=241</guid>
		<description><![CDATA[Just writing in to say that despite there&#8217;s a huge amount of lipsync done and still to come I&#8217;ve almost finished chapter 3! Sometimes I wonder if I&#8217;m not &#8216;seeing things&#8217; it&#8217;s that hard to edit. It&#8217;s one of these &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/08/lipsync-heavy-chapter-3-almost-ready/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just writing in to say that despite there&#8217;s a huge amount of lipsync done and still to come I&#8217;ve almost finished chapter 3! Sometimes I wonder if I&#8217;m not &#8216;seeing things&#8217; it&#8217;s that hard to edit. It&#8217;s one of these edits you will need to watch extremely close to see it&#8217;s genius I guess. Just casually watching, without reading the characters body movements won&#8217;t do. It&#8217;s probably a trade of all my videos so far, and the best selling point. I wonder if I&#8217;m capable of making OPVs without that type &#8220;eye&#8221; for even the smallest of movements? *Filled with self doubt*</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/08/lipsync-heavy-chapter-3-almost-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A quick update on project buzzer beat</title>
		<link>http://solsticeproductions.alternate-reality.net/2009/08/a-quick-update-on-project-buzzer-beat/</link>
		<comments>http://solsticeproductions.alternate-reality.net/2009/08/a-quick-update-on-project-buzzer-beat/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 11:16:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Site Updates]]></category>
		<category><![CDATA[project buzzer beat]]></category>
		<category><![CDATA[project news]]></category>

		<guid isPermaLink="false">http://www.alternate-reality.net/solsticeproductions/?p=237</guid>
		<description><![CDATA[Instead of painstakingly editing second by second I took the time today to explore the concepts for the storyboard and whether they&#8217;d work or not with the available footage. At this stage 1 chapter is finished and of the other &#8230; <a href="http://solsticeproductions.alternate-reality.net/2009/08/a-quick-update-on-project-buzzer-beat/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Instead of painstakingly editing second by second I took the time today to explore the concepts for the storyboard and whether they&#8217;d work or not with the available footage. At this stage 1 chapter is finished and of the other 6, I&#8217;m convinced 5 are going to work. I have my doubts on the last one though, it&#8217;s going to be extremely difficult to get the <em>&#8216;pam pam paaaam</em>&#8216; in there. It&#8217;s a very important one though, because it gives the video it&#8217;s &#8216;finish&#8217;.</p>
<p>I spent most of the editing so far on getting the intro right, of which I will give a sneak preview by a screen capture.</p>
<p><a href="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/08/bscap0314.jpg"><img class="alignnone size-medium wp-image-239" title="bscap0314" src="http://www.alternate-reality.net/solsticeproductions/wp-content/uploads/2009/08/bscap0314-200x112.jpg" alt="bscap0314" width="200" height="112" /></a></p>
<p>As you can see the intro has a pretty big warning icons. Contains violence, sex, drugs, mobbing and swearing.</p>
<p>Generally this OPV is all about exaggerating. I simply took 7 bits of pieces of this story and exaggerated it to no end. The end result will be so evil it has no equal. Especially somewhere in the chapter &#8216;Meaningful male dialog&#8217;, I&#8217;m trying really hard not to let Yamapi say the last sentence to that but I make absolutely no promises hahaha. God help me if it fits with the facial expression and mouth movements&#8230;</p>
<p>Let&#8217;s just say the one thing I&#8217;m not exaggerating are the warnings on this video.</p>
]]></content:encoded>
			<wfw:commentRss>http://solsticeproductions.alternate-reality.net/2009/08/a-quick-update-on-project-buzzer-beat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

