

<?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>The Personal Blog of a Professional Technologist &#187; Movies</title>
	<atom:link href="http://www.likertland.com/blog/category/movies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.likertland.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 02 Jul 2011 21:00:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>PS3 Media Server Configuration</title>
		<link>http://www.likertland.com/blog/2010/12/11/ps3-media-server-configuration/</link>
		<comments>http://www.likertland.com/blog/2010/12/11/ps3-media-server-configuration/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 17:16:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Movies]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.likertland.com/blog/?p=443</guid>
		<description><![CDATA[A few days ago, I wrote Part 1 of this series about basic information on PS3 Media Server.  Today I want to go a little more in-depth about the configuration of PMS and some common options you&#8217;ll need to configure. (edit: You can also view my PS3 Media Server Configuration Video Tutorial.) PS3 Media Server [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I wrote <a title="PS3 Media Server" href="http://www.likertland.com/blog/2010/12/07/ps3-media-server/ ‎">Part 1</a> of this series about basic information on PS3 Media Server.  Today I want to go a little more in-depth about the configuration of PMS and some common options you&#8217;ll need to configure.  (edit: You can also view my <a title="PS3 Media Server Configuration Video Tutorial" href="http://www.likertland.com/blog/2010/12/12/ps3-media-server-configuration-tutorial/">PS3 Media Server Configuration Video Tutoria</a>l.)</p>
<p>PS3 Media Server will work for most people out-of-the box without any additional software.   If you plan on playing many different types of video and music files you&#8217;ll need to install a few other pieces of software.  For simplicity&#8217;s sake we&#8217;re going to assume you&#8217;re running Windows, though the installation process is similar on all supported operating systems (OSX, Linux, Windows).</p>
<h2>Getting Started</h2>
<p>To get started lets grab the software we will need.</p>
<ul>
<li><a title="PS3 Media Server Downloads" href="http://code.google.com/p/ps3mediaserver/downloads/list">PS3 Media Installer</a></li>
<li><a title="AviSynth 2.5" href="http://sourceforge.net/projects/avisynth2/">AviSynth 2.5</a> (For frame-serving and video post-production, non-graphical utility used by PMS)</li>
<li><a title="Combined Community Codec Pack" href="http://www.cccp-project.net/">Combined Community Codec Pack</a> &#8211; CCCP (Codec Pack for DirectShow, MKV, DIVX, Xvid, H.264, many more)</li>
<li><a title="VLC Player" href="http://www.videolan.org/vlc/">Video LAN Player (VLC)</a> (can be used for video streaming)</li>
<li>Latest version of Java Runtime</li>
</ul>
<h2>Installation</h2>
<p>Install Java first (or update your current version) and then install PS3 Media Server, AviSynth, CCCP and VLC.  You can use all of the defaults or customize the installation directories to where they work for you.  I run PS3 Media Server from one partition and my codec packs and other software are installed on a separate physical disk.  I do not recommend running several codec packs, such as K-lite with CCCP as you could inadvertently be using different versions of stable codecs but still run across strange transcoding and muxing errors.</p>
<h2>What Is Transcoding</h2>
<p>Transcoding is digital-to-digital re-coding from one format to another, such as converting MKV to Divx.  Transcoding with PMS can be done on the fly while playing a video.  Transcoding can be processor intensive and I only recommend transcoding video if you have at minimum a dual-core processor.  Transcoding with PMS tends to lower overall quality on the desired video.</p>
<h2>What Is Muxing</h2>
<p>Muxing, better known as MUltipleXING, is combining separate files into one file for viewing.  In PMS, AC3 Audio and a video file can be combined, playing hi-definition audio with your video.  PMS utilizes mencoder and TSMuxer for multiplexing audio with video.  In my own experience with PMS, TSMuxer tends to present a smoother muxing process than mencoder with less stutter and buffering over 803.11N wireless networks.  G networks theoretically support it as well, but I&#8217;ve noticed severe degradation and stuttering when attempting to mux audio with a hi-def video (such as Blu Ray Disc rips) over less than an N-wireless network.</p>
<h2>Java?</h2>
<p>PS3 Media Server utilizes Java to run.  When you launch PS3 Media Server it is &#8220;wrapped&#8221; in Java, basically the PMS executable launches a file that calls Java with many different parameters.  If you view the running processes under Task Manager you&#8217;ll notice Java running and utilizing a large amount of RAM, up to 600+ MB.</p>
<h2>Configuring PS3 Media Server</h2>
<p>When you open PS3 Media Server after installing it, PMS.exe, you&#8217;ll experience a tabbed interface with a &#8220;Save,&#8221; &#8220;Restart HTTP Server,&#8221; and &#8220;Quit&#8221; buttons at the top, like so.</p>
<p><a href="http://www.likertland.com/blog/wp-content/uploads/2010/12/General-Configuration.png"><img class="aligncenter size-medium wp-image-444" title="General Configuration" src="http://www.likertland.com/blog/wp-content/uploads/2010/12/General-Configuration-300x225.png" alt="General Configuration" width="300" height="225" /></a></p>
<p>We&#8217;re primarily going to be concerned with the General Configuration, Navigation/Share Settings, and Transcoding Settings tabs.  These are the tabs that you&#8217;ll use the most.  The other tabs are more for your information, reviewing logs, the readme, FAQs, help and additional information.</p>
<p>Let&#8217;s start with the General Configuration Tab.</p>
<p><a href="http://www.likertland.com/blog/wp-content/uploads/2010/12/General-Configuration.png"><img class="aligncenter size-medium wp-image-444" title="General Configuration" src="http://www.likertland.com/blog/wp-content/uploads/2010/12/General-Configuration-300x225.png" alt="General Configuration" width="300" height="225" /></a></p>
<p>You&#8217;ll want to choose your language and decide if you want to run PMS as a service that automatically starts.  I&#8217;ve chosen that option so that it&#8217;s always running, especially if I restart my system.  I want it to always start with the computer.</p>
<p>If you have multiple network cards you&#8217;ll want to choose the interface you want PMS to use for the network.  I also force my IP Address on my computer to be the active IP address, to ensure that my Playstation can always access my system.  I use a static address on my system so that it doesn&#8217;t change.  You should also consider using the HTTP Engine V2 (which is the default) and selecting &#8220;Prevent OS from sleeping while streaming&#8221; so that your streaming isn&#8217;t interrupted by your computer going to sleep for not detecting any use.</p>
<p>The Navigation/Share Settings tab is where you configure your library that you want to watch or listen to.  PMS will also stream audio files (non-DRM), including your DRM-free iTunes files.</p>
<p><a href="http://www.likertland.com/blog/wp-content/uploads/2010/12/nav-sharing.png"><img class="aligncenter size-medium wp-image-445" title="Navigation and Sharing" src="http://www.likertland.com/blog/wp-content/uploads/2010/12/nav-sharing-300x148.png" alt="PMS Navigation and Sharing" width="300" height="148" /></a>I select Thumbnails generation so I can see a video thumbnail of the show I&#8217;m playing, as well as generate DVD ISO thumbnails.  &#8221;Thumbnail seeking position&#8221; defines at what second in the video will it generate a thumbnail and can be configured for any time period in the video.</p>
<p>PMS provides the functionality to change muxing and transcoding engines &#8220;on-the-fly&#8221; from your playback device, so I don&#8217;t select &#8220;Hide #Video Settings# folder and &#8220;Hide #Transcode# Folder.&#8221;  Play with these options as much as you wish until you find what makes you happy.</p>
<p>The bottom, under &#8220;Shared Folder&#8221; is where you&#8217;ll add the folders where your media resides at.  I have a hierarchy of folders I store my media at with it separated by TV shows, Movies, etc. You can add as many folders as you wish and switch between them easily on your playback device.</p>
<p>Now lets take a look at the Transcoding Settings tab, Common Transcoding settings options.</p>
<p><a href="http://www.likertland.com/blog/wp-content/uploads/2010/12/transcoding_settings.png"><img class="aligncenter size-medium wp-image-446" title="Transcoding Settings" src="http://www.likertland.com/blog/wp-content/uploads/2010/12/transcoding_settings-300x164.png" alt="Transcoding Settings" width="300" height="164" /></a>If you have more RAM (I&#8217;ve 4GB in my PS3 Media Server system) bump the buffer size up to 600 MB.  That&#8217;s the maximum it will use.  I&#8217;m hoping in the future that they allow more than this as a 32-bit application can support up to 3.2+ GB, I&#8217;d prefer to double the current maximum that the application supports.</p>
<p>PMS will detect how many cores you have, stick with what it finds.  If it doesn&#8217;t detect 2 or more cores, and you have a dual or quad core system, bump it up to the correct number.</p>
<p>I utilize 2 channel audio, as I am not running an audio/video receiver capable of surround sound.  If you do, select the audio output you desire that your system supports.  Select the Ac3 bit-rate as well.  If you&#8217;re using DTS audio or FLAC (lossless audio) feel free to convert it to LPCM if you have an HDMI receiver.</p>
<p>If you have AC3 audio you can also select to have it remux&#8217;d to work with your system.</p>
<p>Under video quality you can change the maximum bandwidth used.  This works well if you&#8217;re on a G wireless network or a 10Mb/s wired connection.  Hi-def audio and video are bandwidth intensive.  If you are brave at heart, you can define several transcoding variables, such as keyint, vqscale and vqmin to customize the quality of the video and help save on bandwidth.</p>
<p>Under transcoding you can also disable subtitles and skip or force transcoding on different file types.</p>
<p>On the left, you can re-order the way in which PMS will attempt to use transcoding, muxing and streaming engines.  Use the blue UP and DOWN arrows to find an order that works best for you.  The order you see is what I currently use.  If you find that you&#8217;re seeing choppy video, you can change transcoding and muxing options from the playback device #Transcode# folder you see while using PMS or reorder it in the configuration and restarting PS3 Media Server.</p>
<p>One caveat, if you decided to run PS3 Media Server as a service, you will have to use the Services Manager utility to restart PMS and the PMS.exe file to configure it.  The &#8220;Restart HTTP Server&#8221; button will not work when you run PMS as a service.  To open services manager you can click on Start &gt; Run and type &#8220;services.msc&#8221; without quotes.  Hit enter.  It will open up the Services Manager program.  Find &#8220;PS3 Media Server,&#8221; select it, right-click on it and choose &#8220;Restart.&#8221;  It is more tedious but you won&#8217;t need to do that very often.</p>
<p>All of the configuration options in PS3 Media Server can also be adjusted by editing the PMS.conf file that is in the same directory as PMS.exe, where you installed PS3 Media Server.   All of the options in PMS can be configured via the text file and the text file is used by PS3 Media Server when you start it to ensure that it is configured properly.  If you edit the text file and restart PMS the UI will reflect any changes.</p>
<p>To end Part 2, here&#8217;s my configuration file.   Leave a comment if you have any questions!</p>
<pre>
<pre>thumbnails = true
alternativeffmpegpath = E:\\Program Files (x86)\\PS3 Media Server\\win32\\dvrms\\ffmpeg_MPGMUX.exe
mencoder_ass = true
engines = mencoder,tsmuxer,tsmuxeraudio,ffmpegaudio,mplayeraudio,mencoderwebvideo,mplayervideodump,vlcvideo,mplayerwebaudio,vlcaudio,ffmpegdvrmsremux,rawthumbs
folders = I:\\PS3_media,G:\\Archived TV And Movies
maxvideobuffer = 600
audiochannels = 2
network_interface = eth5
usecache = true
thumbnail_seek_pos = 3
tsmuxer_mux_all_audiotracks = false
skiploopfilter = false
mencoder_fontconfig = true
mencoder_disablesubs = true
mencoder_mt = true
avisynth_convertfps = true
mencoder_mux_compatible = false
codec_spec_script =
mencoder_encode = keyint=1:vqscale=1:vqmin=1
dvd_isos_thumbnails = true
ffmpeg = -threads 6 -g 1 -qscale 1 -qmin 2
mencoder_remux_ac3 = true
embed_dts_in_pcm = false
itunes = true
audiobitrate = 384
port = 5001
hostname = 192.168.0.197</pre>
</pre>
<p>Jason</p> ]]></content:encoded>
			<wfw:commentRss>http://www.likertland.com/blog/2010/12/11/ps3-media-server-configuration/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>These Guys Are Good</title>
		<link>http://www.likertland.com/blog/2008/03/19/these-guys-are-good/</link>
		<comments>http://www.likertland.com/blog/2008/03/19/these-guys-are-good/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 20:44:07 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Movies]]></category>
		<category><![CDATA[Television]]></category>

		<guid isPermaLink="false">http://www.likertland.com/blog/2008/03/19/these-guys-are-good/</guid>
		<description><![CDATA[It almost kicks the butt of the original Phil Collins song &#8220;In The Air Tonight&#8221; &#8212; almost. These guys are pretty good. I&#8217;ve heard this sort of thing happens on the subway in NYC or the EL in Chicago but I&#8217;m going to guess they aren&#8217;t this good. Not Phil Collins&#8230; Singing A Song In [...]]]></description>
			<content:encoded><![CDATA[<p>It almost kicks the butt of the original Phil Collins song &#8220;In The Air Tonight&#8221; &#8212; almost.  These guys are pretty good.  I&#8217;ve heard this sort of thing happens on the subway in NYC or the EL in Chicago but I&#8217;m going to guess they aren&#8217;t this good.</p>
<p><strong>Not Phil Collins&#8230;</strong><br />
<embed src="http://www.metacafe.com/fplayer/476062/singing_a_song_in_a_subway.swf" width="400" height="345" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed><br /><font size = 1><a href="http://www.metacafe.com/watch/476062/singing_a_song_in_a_subway/">Singing A Song In A Subway</a> &#8211; <a href="http://www.metacafe.com/">For more funny videos, click here</a></font></p>
<p><strong>Phil Collins</strong><br />
<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Gz7gajAb2ww&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Gz7gajAb2ww&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>Phil, you&#8217;re still the man.  I remember listening to this song on tape when I was a kid.  Phil did a great job on Miami Vice as the drug lord Phil &#8220;The Shil&#8221; Mayhew.  What a great show.  Too bad the movie sucked.</p>
<p>Jason</p> ]]></content:encoded>
			<wfw:commentRss>http://www.likertland.com/blog/2008/03/19/these-guys-are-good/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Cloverfield Review</title>
		<link>http://www.likertland.com/blog/2008/01/20/my-cloverfield-review/</link>
		<comments>http://www.likertland.com/blog/2008/01/20/my-cloverfield-review/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 22:16:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://www.likertland.com/blog/2008/01/20/my-cloverfield-review/</guid>
		<description><![CDATA[Was it worth the hype? This viral marketing campaign success story lived up to it&#8217;s potential. But it&#8217;s not all good, and for the obvious reasons. To start with, Cloverfield lived up to the marketing hype. It&#8217;s a handycam-shot, low-budget ($25 million), monster movie. This movie wasn&#8217;t a secret Transformers movie, it wasn&#8217;t The Blair [...]]]></description>
			<content:encoded><![CDATA[<p><img height="132" alt="cloverfield" src="http://www.likertland.com/blog/wp-content/uploads/2008/01/cloverfield.jpg" width="90" /></p>
<p>Was it worth the hype?  This viral marketing campaign success story lived up to it&#8217;s potential.  But it&#8217;s not all good, and for the obvious reasons.</p>
<p>To start with, <i><a title="Cloverfield The Movie" href="http://www.cloverfieldmovie.com/?gclid=CLfp7-7qhZECFSSDIgodXyuy_g">Cloverfield</a></i> lived up to the marketing hype.  It&#8217;s a handycam-shot, low-budget ($25 million), monster movie.  This movie wasn&#8217;t a secret <i>Transformers</i> movie, it wasn&#8217;t <i>The Blair Witch Project</i> and it wasn&#8217;t <i>Godzilla</i>.  Liberally it was a combination of the three, with a dose of 9/11 thrown in.</p>
<p>I&#8217;m going to avoid spoilers. I don&#8217;t want to ruin it for anyone and you can find enough spoilers on the Internet.</p>
<p><strong>Acting</strong><br />
None of the actors are known or famous.  This is probably what keeps the budget affordable.  For the most part the acting is solid, though I have to ask, if you&#8217;re going to be running for your life just why in God&#8217;s name are you hauling a handycam around?</p>
<p><strong>Sound</strong><br />
Exceptional.  Top-knotch.  Don&#8217;t look for a music score, this movie is pretty much music free.  The sound work is very immersive, believable, and my hat&#8217;s off to the women who screamed like they were being torn to shreds.  Your acting classes were worth it!</p>
<p><strong>Cinematography<br /></strong>I loved the cinematography in Saving Private Ryan and Collateral.  Both were hyperrealistic, visceral, immersive and well done.  I can almost say the same thing for this movie.  The handycam really made the movie immersive and the glimpses you get of the monster were really well shot.</p>
<p>Having said that, I haven&#8217;t had a movie make me one to throw up before. Maybe it&#8217;s a combination of the sinus cold I&#8217;ve been fighting and my inner ear is messed up.  I spent 80 minutes of my life trying not to hurl up bits of Twizzler.  To be honest I will probably go see this movie again so I can enjoy it more.</p>
<p>Overall I give this movie a good 3 out of 5.  The acting is OK for the most part, nothing really stellar.  The sound was great but I think the handycam footage got stale.  It would have been interesting to use a combination of steady-cam footage with the handycam sequences liberally mixed in.</p>
<p>Go see the movie, bring the wife or girlfriend (or boyfriend.)  This is a monster movie cum horror movie that&#8217;s well-told and worth the wait.</p>
<p>Jason</p> ]]></content:encoded>
			<wfw:commentRss>http://www.likertland.com/blog/2008/01/20/my-cloverfield-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aliens Vs Predator &#8211; Requiem Review</title>
		<link>http://www.likertland.com/blog/2007/12/25/aliens-vs-predator-requiem-review/</link>
		<comments>http://www.likertland.com/blog/2007/12/25/aliens-vs-predator-requiem-review/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:59:38 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Movies]]></category>

		<guid isPermaLink="false">http://www.likertland.com/blog/2007/12/25/aliens-vs-predator-requiem-review/</guid>
		<description><![CDATA[Before you ask; yes I went to see this today. I had brunch with friends and then went to see the movie. Get over it, there were a LOT of people at the theater. First, I love the Aliens movies. The ones based on the works of H.R. Giger. Creepy I know, I just can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.likertland.com/blog/wp-content/uploads/2007/12/avp.jpg' title='AVP-R'><img src='http://www.likertland.com/blog/wp-content/uploads/2007/12/avp.jpg' alt='AVP-R' /></a></p>
<p>Before you ask; yes I went to see this today.  I had brunch with friends and then went to see the movie.  Get over it, there were a LOT of people at the theater.</p>
<p>First, I love the <i>Aliens</i> movies.  The ones based on the works of H.R. Giger.  Creepy I know, I just can&#8217;t help it!  The first <i>Aliens Vs Predator</i> movie wasn&#8217;t bad.  It was okay.  I&#8217;d go with six of ten stars.  Not the greatest but I&#8217;ve suffered through worse, like <i>Alien Resurrection</i>.</p>
<p><i>AvP-R</i> picks up immediately after the original.  The dead/dying Predator host is laying on the slab.  The ship leaves Earth.  The chest burster explodes in a gooey, yellow mess.  Predators freak out and start dying and the ship crashes back to Earth.  To be honest, I&#8217;d hope anyone who can easily fly between the planets knows not to shoot at the outer hull of their ship, but hey, if you&#8217;re going to get eaten by a Predalien (predator, alien combo) why not?</p>
<p>The ship crashes back to our beautiful planet near a small Colorado town.  Much mayhem and carnage ensues.  The Predator home planet sends forth someone to clean up this mess.  God forbid humans learn about the Aliens or Predators.</p>
<p>I&#8217;m going to go with an 7 of 10 on this one.  There are no big time actors; to be honest I recognized ONE guy and he&#8217;s in the movie for about 2 minutes total.</p>
<p>The effects are good, the Aliens less slobbery then in Resurrection, and they squeal like they did in <i>Aliens</i>.  There&#8217;s much gunfire and a few explosions and it&#8217;s sadly almost fun to watch the alien infestation maul a platoon of National Guardsmen.</p>
<p>To me, the best part was the Predator.  Apparently the home world decided to send the bad ass of all bad asses to pick up the pieces.  Let&#8217;s just say that he puts to shame the rookie predators in <i>AvP</i>.</p>
<p>Overall, the movie ends well, and it progresses the story along.  There&#8217;s an even better blending of the Predator and Alien races together into the overarching Aliens theme.  You even get to meet Yutani of &#8220;Weyland-Yutani.&#8221;</p>
<p>Leave your ladies at home.  It&#8217;s about as graphic as <i>Aliens</i> and I don&#8217;t know many women who like Sci-Fi.  I may be looking in the wrong circles.</p>
<p>Jason</p> ]]></content:encoded>
			<wfw:commentRss>http://www.likertland.com/blog/2007/12/25/aliens-vs-predator-requiem-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

