<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">

<head profile="http://gmpg.org/xfn/11">


<script type="text/javascript" src="/static/js/analytics.js"></script>
<script type="text/javascript">archive_analytics.values.server_name="wwwb-app18.us.archive.org";archive_analytics.values.server_ms=95;</script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>



    <title>The Twilight Zone: Season One comes to Blu-ray</title>
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />       
    <meta name="generator" content="WordPress 3.0.4" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="/wp_content/themes/tma/style.css" type="text/css" media="screen, projection" />
    
    <!--[if lt IE 7]>
	    <link rel="stylesheet" href="/wp_content/themes/tma/ie.css" type="text/css" media="screen, projection">
    <![endif]-->
    
    <link rel="alternate" type="application/rss+xml" title="The Blu-ray Blog RSS Feed" href="/feed/index.html" />
	<link rel="pingback" href="/xmlrpc.html" />
    
    <link rel="shortcut icon" href="/wp_content/themes/tma/images/favicon2.ico" />

	    
    <link rel="alternate" type="application/rss+xml" title="The Blu-ray Blog &raquo; The Twilight Zone: Season One comes to Blu-ray Comments Feed" href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/feed/index.html" />
<script type='text/javascript' src='/wp_includes/js/comment_reply_ver_20090102.js'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc_rsd_.html" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp_includes/wlwmanifest.xml" /> 
<link rel='index' title='The Blu-ray Blog' href='/index.html' />
<link rel='start' title='Next 6 Bond Blu-Ray Discs Revealed' href='/2008/11/next_6_bond_blu_ray_discs_revealed/index.html' />
<link rel='prev' title='Top 5 New Blu-ray releases for the Week of June 29' href='/2010/06/top_5_new_blu_ray_releases_for_the_week_of_june_29/index.html' />
<link rel='next' title='HBO&#039;s Deadwood: The Complete Series Blu-ray available for pre-order' href='/2010/07/hbos_deadwood_the_complete_series_blu_ray_available_for_pre_order/index.html' />
<meta name="generator" content="WordPress 3.0.4" />
<link rel='shortlink' href='/index_p_10472.html' />

<!-- All in One SEO Pack 1.6.13.1 by Michael Torbert of Semper Fi Web Design[240,318] -->
<meta name="description" content="I started this post days ago, just before all this hack garbage shut The Blu-ray Blog down for a while. I'm so happy to get back to it and tell you all about this new Blu-ray edition of The Twilight Zone: Season One boxed set. Those of you who own the DVDs might feel a little pissed off about this set, as Image had previously stated that they were Definitive, suggesting that things would never look or sound any better. Well, the studio is going the extra mile here to prove that this new high-def package is worth the upgrade! ...Continued..." />
<meta name="keywords" content="boxed set,image,rod serling,star trek,the twilight zone,tv,tv shows" />
<link rel="canonical" href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" />
<!-- /all in one seo pack -->
	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>

<meta name="google-site-verification" content="tvNNu3yoMbHf_8yEZuWPXxEFyB0SgrVD1jq8rqQcD1A" />

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-8726074-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/google_analyticscom/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>

</head>

<body>


<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript">//<![CDATA[
var __wm = (function(imgWidth,imgHeight,yearImgWidth,monthImgWidth){
var wbPrefix = "/web/";
var wbCurrentUrl = "/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css";

var firstYear = 1996;
var displayDay = "5";
var displayMonth = "Jan";
var displayYear = "2011";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var $D=document,$=function(n){return document.getElementById(n)};
var trackerVal,curYear = -1,curMonth = -1;
var yearTracker,monthTracker;
function showTrackers(val) {
  if (val===trackerVal) return;
  var $ipp=$("wm-ipp");
  var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl");
  if (val) {
    $ipp.className="hi";
  } else {
    $ipp.className="";
    $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay;
  }
  yearTracker.style.display=val?"inline":"none";
  monthTracker.style.display=val?"inline":"none";
  trackerVal = val;
}
function trackMouseMove(event,element) {
  var eventX = getEventX(event);
  var elementX = getElementX(element);
  var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth);
  var monthOff = xOff % yearImgWidth;

  var year = Math.floor(xOff / yearImgWidth);
  var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth));
  // 1 extra border pixel at the left edge of the year:
  var month = (year * 12) + monthOfYear;
  var day = monthOff % 2==1?15:1;
  var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) +
    zeroPad(day,2) + "000000";

  $("displayYearEl").innerHTML=year+firstYear;
  $("displayMonthEl").innerHTML=prettyMonths[monthOfYear];
  // looks too jarring when it changes..
  //$("displayDayEl").innerHTML=zeroPad(day,2);
  var url = wbPrefix + dateString + '/index.html' +  wbCurrentUrl;
  $("wm-graph-anchor").href=url;

  if(curYear != year) {
    var yrOff = year * yearImgWidth;
    yearTracker.style.left = yrOff + "px";
    curYear = year;
  }
  if(curMonth != month) {
    var mtOff = year + (month * monthImgWidth) + 1;
    monthTracker.style.left = mtOff + "px";
    curMonth = month;
  }
}
function hideToolbar() {
  $("wm-ipp").style.display="none";
}
function bootstrap() {
  var $spk=$("wm-ipp-sparkline");
  yearTracker=$D.createElement('div');
  yearTracker.className='yt';
  with(yearTracker.style){
    display='none';width=yearImgWidth+"px";height=imgHeight+"px";
  }
  monthTracker=$D.createElement('div');
  monthTracker.className='mt';
  with(monthTracker.style){
    display='none';width=monthImgWidth+"px";height=imgHeight+"px";
  }
  $spk.appendChild(yearTracker);
  $spk.appendChild(monthTracker);

  var $ipp=$("wm-ipp");
  $ipp&&disclaimElement($ipp);
}
return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap};
})(525, 27, 25, 2);//]]>
</script>
<style type="text/css">
body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}
</style>
<div id="wm-ipp" lang="en" style="display:none;">

<div style="position:fixed;left:0;top:0;width:100%!important">
<div id="wm-ipp-inside">
   <table style="width:100%;"><tbody><tr>
   <td id="wm-logo">
       <a href="/web/" title="Wayback Machine home page"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0" /></a>
   </td>
   <td class="c">
       <table style="margin:0 auto;"><tbody><tr>
       <td class="u" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110105232623" /><input type="submit" value="Go" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td class="n" rowspan="2">
           <table><tbody>
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr class="m">
           	<td class="b" nowrap="nowrap">
		
		    <a href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" title="24 Nov 2010">NOV</a>
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 23:26:23 Jan 5, 2011">JAN</td>
		<td class="f" nowrap="nowrap">
		
		    Feb
		
                </td>
	    </tr>
           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr class="d">
               <td class="b" nowrap="nowrap">
               
                   <a href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" title="14:40:39 Nov 24, 2010"><img src="/static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
               
               </td>
               <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 23:26:23 Jan 5, 2011">5</td>
	       <td class="f" nowrap="nowrap">
               
                   <img src="/static/images/toolbar/wm_tb_nxt_off.png" alt="Next capture" width="14" height="16" border="0"/>
               
	       </td>
           </tr>
           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr class="y">
	       <td class="b" nowrap="nowrap">
               
                   2010
               
               </td>
               <td class="c" id="displayYearEl" title="You are here: 23:26:23 Jan 5, 2011">2011</td>
	       <td class="f" nowrap="nowrap">
               
                   2012
               
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" title="See a list of every capture for this URL">7 captures</a>
           <div class="r" title="Timespan for captures of this URL">20 Sep 10 - 5 Jan 11</div>
       </td>
       <td class="k">
       <a href="" id="wm-graph-anchor">
       <div id="wm-ipp-sparkline" title="Explore captures for this URL">
	 <img id="sparklineImgId" alt="sparklines"
		 onmouseover="__wm.st(1)" onmouseout="__wm.st(0)"
		 onmousemove="__wm.mv(event,this)"
		 width="525"
		 height="27"
		 border="0"
		 src="graph.jsp?graphdata=525_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000000_2009:-1:000000000000_2010:-1:000000002310_2011:0:100000000000_2012:-1:000000000000_2013:-1:000000000000_2014:-1:000000000000_2015:-1:000000000000_2016:-1:000000000000" />
       </div>
       </a>
       </td>
       </tr></tbody></table>
   </td>
   <td class="r">
       <a href="#close" onclick="__wm.h();return false;" style="background-image:url(/static/images/toolbar/wm_tb_close.png);top:5px;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="background-image:url(/static/images/toolbar/wm_tb_help.png);bottom:5px;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>
</div>
</div>
</div>
<script type="text/javascript">__wm.bt();</script>
<!-- END WAYBACK TOOLBAR INSERT -->
   <!--start body-->

    <div class="container">   <!--start container-->
    
        <div id="header" class="column span-14">
        
            <div id="logo" class="column first">
            
                
        
			<a href="/index.html" title="Blu-ray disc news, reviews, releases, movies, films on PS3, Playstation, players, drives, Apple, Mac, OSX, HD, HDTV: Home" class="sitelogo"></a>
            
            </div>

<div class="column span-1 first"> 

           
<script type="text/javascript"><!--
google_ad_client = "pub-9989813313411004";
/* Long Bottom */
google_ad_slot = "3657842897";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


</div>
            
           <div id="navigationbar">

	<div id="navigationbar-left">
		<ul id="navigation">
			<li><a href="/index.html">Home</a></li>
<li><a href="/category/release_news/index.html">Release News</a></li>
<li><a href="/category/rumours/index.html">Rumours</a></li>
<li><a href="/category/featured/index.html">Featured</a></li>
<li><a href="/category/reviews/index.html">Reviews</a></li>
<li><a href="/category/video/index.html">Videos</a></li>
<li><a href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/feed//theblurayblogcom/feed/index.html">Subscribe</a></li>
<li><a href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/feed//theblurayblogcom/feed/index.html"><img src="/wp_content/themes/tma/images/bg/rss.gif" alt="Subscribe to The Blu-ray Blog" /></a></li>
<li><a href="http://www.facebook.com/pages/The-Blu-ray-Blog/101275875282?ref=ts"><img src="/wp_content/themes/tma/images/bg/fb.gif"/></a></li>
		</ul>
	</div>
	
	<div id="navigationbar-right">
		<form id="searchform" method="get" action="/index.html">
		<input type="text" value="Search The Blu-ray Blog..." name="s" id="search" onfocus="if (this.value == 'Search The Blu-ray Blog...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search The Blu-ray Blog...';}" />
		<input type="submit" id="searchbutton" value="GO" /></form>
	</div>

</div>       
 
        </div>   <!--end header-->        
        
        <div id="topbanner_single" class="column span-14">   <!-- start top banner -->
            <div class="pagetitle">
                // you&#8217;re reading...
            </div>
        </div>   <!-- end top banner -->
        
        <div id="post_content" class="column span-14">   <!-- start home_content -->
        
        			
                
        	<div class="column span-11 first">
        		<h2 class="post_cat">Release News</h2>
        		
            	<h2 class="post_name" id="post-10472">The Twilight Zone: Season One comes to Blu-ray</h2>
            	
            	<div class="post_meta">
            		By <a href="/author/brenden/index.html" title="Posts by Brenden">Brenden</a> <span class="dot">&sdot;</span> July 1, 2010 <span class="dot">&sdot;</span>   <a href="#comments">Post a comment</a>
            	</div>

				<div class="post_meta">
            		<span class="filedunder"><strong>Filed Under</strong></span> &nbsp;<a href="/tag/boxed_set/index.html" rel="tag">boxed set</a>, <a href="/tag/image/index.html" rel="tag">Image</a>, <a href="/tag/rod_serling/index.html" rel="tag">Rod Serling</a>, <a href="/tag/star_trek/index.html" rel="tag">Star Trek</a>, <a href="/tag/the_twilight_zone/index.html" rel="tag">The Twilight Zone</a>, <a href="/tag/tv/index.html" rel="tag">TV</a>, <a href="/tag/tv_shows/index.html" rel="tag">TV Shows</a>            	</div>
            	
				<div class="post_text">

            		<p style="text-align:center"></p><p><object width="640" height="505"><param name="movie" value="http://www.youtube.com/v/Gjup0ST2GOM&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Gjup0ST2GOM&amp;hl=en_US&amp;fs=1&amp;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="505"></embed></object></p>
<p>I started this post days ago, just before all this hack garbage shut The Blu-ray Blog down for a while. I&#8217;m so happy to get back to it and tell you all about this new Blu-ray edition of <a href="http://www.amazon.com/exec/obidos/ASIN/B003JBI3GA/fpma-20"><strong><em>The Twilight Zone: Season One</em></strong> boxed set</a>. Those of you who own the DVDs might feel a little pissed off about this set, as you were led to believe that you purchased the &#8220;<em>The Definitive Collection</em>&#8221; of the episodes on home video, suggesting that the elements would never look or sound any better on disc. Well, <strong><a href="http://www.image-entertainment.com/home-ent/">Image</a></strong> is going the extra mile here to prove that this new high-def package is worth the upgrade!</p>
<p>In addition to a new HD remaster of the episodes, billed by the studio as &#8220;<i>a huge step up even from The Definitive Collection, mastered from new 1080p film transfers using the original camera negatives and magnetic soundtracks</i>&#8220;, this set contains all new exclusive bonus material including 19 new commentary tracks, isolated music scores by composers like <strong>Jerry Goldsmith</strong> and <strong>Bernard Herrmann</strong> and &#8220;<em>The Time Element</em>&#8221; &#8211; an unofficial, never before released <em>Twilight Zone </em>pilot written by <strong>Rod Serling</strong> and hosted by <strong>Desi Arnaz</strong>.</p>
<p>Sold. Sounds brilliant to me. If the A/V remaster even approaches the quality of the <a href="/2009/09/star_trek_the_original_series_season_two_blu_ray_disc_review/index.html"><strong><em>Star Trek</em></strong> Blu-ray releases</a>, this upgrade should be a no-brainer for fans.</p>
<p><a href="http://www.amazon.com/exec/obidos/ASIN/B003JBI3GA/fpma-20"><img src="/wp_content/uploads/2010/07/TwilightZone59_S1_BLU_234x300.jpg" alt="" title="The Twilight Zone: Season One Blu-ray" width="234" height="300" class="alignleft size-medium wp-image-10553" />
<p><br CLEAR=ALL></p>
<p><strong><em>THE TWILIGHT ZONE: SEASON ONE</em></strong></a><br />
(September 14, 2010 &#8211; MSRP $99.98)<br />
Video: 1.33:1 1080p<br />
Audio: LPCM Mono</p>
<p><strong>Special Features:</strong>
<ul>
<li>Audio Commentaries by actors Earl Holliman, Martin Landau, Rod Taylor, Martin Milner, Kevin McCarthy, and CBS executive William Self.
<li>Vintage Audio Recollections with actors Burgess Meredith and Anne Francis, directors Douglas Heyes and Richard L. Bare, producer Buck Houghton and writer Richard Matheson.
<li>Rod Serling Audio Lectures from Sherwood Oaks College.
<li>Rod Serling Promos for &#8220;Next Week&#8217;s&#8221; Show.
<li>Original Unaired Pilot Version of &#8220;Where is Everybody?&#8221; with Rod Serling&#8217;s Network Pitch.</p>
<li>Footage of the Emmy Award wins for the series.</ul>
<p> EXCLUSIVE NEW BONUS FEATURES:</p>
<ul>
<li>Extremely rare, never-before-released unofficial <i>Twilight Zone</i> pilot, &#8220;The Time Element,&#8221; written by Rod Serling and hosted by Desi Arnaz &#8211; presented in glorious high definition!
<li>19 New Audio Commentaries, featuring <i>The Twilight Zone Companion</i> author Marc Scott Zicree, author and film historian Gary Gerani (<i>Fantastic Television</i>), author and music historian Steven C. Smith (<i>A Heart at Fire&#8217;s Center: The Life and Music of Bernard Herrmann</i>), music historians John Morgan and William T. Stromberg, writer/producer David Simkins (<i>Lois &#038; Clark, Dark Angel</i>), writer Mark Fergus (<i>Children of Men, Iron Man</i>), actor William Reynolds and director Ted Post.
<li>Interviews with actors Dana Dillaway, Suzanne Lloyd, Beverly Garland and Ron Masak.
<li><i>Tales of Tomorrow</i> episode &#8220;What You Need.&#8221;</p>
<li>Vintage audio interview with Director of Photography George T. Clemens.
<li>1977 syndication promos for &#8220;A Stop at Willoughby&#8221; and &#8220;The After Hours.&#8221;
<li>18 Radio Dramas
<li>34 Isolated Music Scores featuring the legendary Bernard Herrmann, Jerry Goldsmith and others!</ul>
<p><iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;bc1=000000&amp;IS2=1&amp;bg1=FFFFFF&amp;fc1=000000&amp;lc1=0000FF&amp;t=fpma-20&amp;o=1&amp;p=8&amp;l=as1&amp;m=amazon&amp;f=ifr&amp;md=10FE9736YVPPT7A0FBG2&amp;asins=B003JBI3GA" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>

<!-- AddThis Button BEGIN -->
<script type="text/javascript">
//<!--
var addthis_product = 'wpp-250';
var addthis_append_data = 'false';
//-->
</script>
<div class="addthis_container"><a href="http://www.addthis.com/bookmark.php?v=250&amp;username=wp-4c45505638f88a9b" class="addthis_button" addthis:url="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" addthis:title="The Twilight Zone: Season One comes to Blu-ray"></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=wp-4c45505638f88a9b"></script></div>
<!-- AddThis Button END --><p style="text-align:center"></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="/2010/08/the_twilight_zone_season_two_blu_ray_announced/index.html" title="The Twilight Zone: Season Two Blu-ray announced (August 6, 2010)">The Twilight Zone: Season Two Blu-ray announced</a> (0)</li>
	<li><a href="/2009/06/top_8_blu_ray_discs_to_get_dad_for_fathers_day/index.html" title="Top 8 Blu-ray Discs to get Dad for Father&#039;s Day (June 15, 2009)">Top 8 Blu-ray Discs to get Dad for Father&#039;s Day</a> (1)</li>
	<li><a href="/2010/08/top_5_new_blu_ray_releases_for_the_week_of_august_24/index.html" title="Top 5 New Blu-ray releases for the Week of August 24 (August 25, 2010)">Top 5 New Blu-ray releases for the Week of August 24</a> (0)</li>
	<li><a href="/2010/01/the_simpsons_the_complete_twentieth_season_blu_ray_disc_review/index.html" title="The Simpsons: The Complete Twentieth Season Blu-ray Disc Review (January 29, 2010)">The Simpsons: The Complete Twentieth Season Blu-ray Disc Review</a> (0)</li>
	<li><a href="/2009/09/star_trek_the_original_series_season_two_blu_ray_disc_review/index.html" title="Star Trek: The Original Series Season Two Blu-ray Disc Review (September 24, 2009)">Star Trek: The Original Series Season Two Blu-ray Disc Review</a> (2)</li>
</ul>


									
					
				</div>
				
<iframe src="http://www.facebook.com/plugins/likebox.php?id=101275875282&amp;width=460&amp;connections=16&amp;stream=false&amp;header=true&amp;height=287" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:460px; height:287px;" allowTransparency="true"></iframe>				


				<div id="comments">   <!-- start comments -->
				
					<div id="commenthead">
					
						<h2 class="post_comm">Discussion</h2>
	    
													
							<h3 class="mast5">4 comments for &#8220;The Twilight Zone: Season One comes to Blu-ray&#8221;</h3>	

												
					</div>
							
							
					
<!-- You can start editing here. -->



	
	<ol id="commentlist">

	
	<li id="comment-746">
		
		<div class="commentcont">

		<div class="fright"><img alt='' src='http://0.gravatar.com/avatar/a489033af0db142d6efde5e4e1bd18c3?s=40&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></div>
							
			<p>There is no &#8216;definitive&#8217; any more, the word has been so abused by DVD companies that it no longer has its original meaning. Next there will be an ultra high def version, then a holographic one, then one that plays directly in your mind. And it STILL won&#8217;t be the definitive version, that&#8217;ll be out the following Christmas with two new extras and a stuffed toy taped to the box.</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='http://www.writingfactory.blogspot.com/' rel='external nofollow' class='url'>JedLomax</a></span> | <a href="#comment-746" title="">July 1, 2010, 8:39 pm</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index_replytocom_746.html' onclick="return addComment.moveForm(&quot;comment-746&quot;, &quot;746&quot;, &quot;respond&quot;, &quot;10472&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	<li id="comment-747">
		
		<div class="commentcont">

		<div class="fright"><img alt='' src='http://0.gravatar.com/avatar/8d59a698c6b95f08a2f753a3ca998d62?s=40&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D40&amp;r=G' class='avatar avatar-40 photo' height='40' width='40' /></div>
							
			<p>Any subtitles in this edition?</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor">Zeiss</span> | <a href="#comment-747" title="">July 7, 2010, 3:21 pm</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index_replytocom_747.html' onclick="return addComment.moveForm(&quot;comment-747&quot;, &quot;747&quot;, &quot;respond&quot;, &quot;10472&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	<li id="comment-1020">
		
		<div class="commentcont">

		<div class="fright"></div>
							
			<p>[...] Huh?! Another season set of Twilight Zone episodes announced for release on Blu-ray already?! We only just found out about Image&#8216;s [...]</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='/2010/08/the_twilight_zone_season_two_blu_ray_announced/index.html' rel='external nofollow' class='url'>The Twilight Zone: Season Two Blu-ray announced</a></span> | <a href="#comment-1020" title="">August 6, 2010, 3:20 am</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index_replytocom_1020.html' onclick="return addComment.moveForm(&quot;comment-1020&quot;, &quot;1020&quot;, &quot;respond&quot;, &quot;10472&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	<li id="comment-1550">
		
		<div class="commentcont">

		<div class="fright"></div>
							
			<p>[...] Read all about it here: The Twilight Zone: Season One comes to Blu-ray [...]</p>
				
				<p>
									</p>
		
		</div>
		
		<cite>
		
		Posted by <span class="commentauthor"><a href='/2010/09/top_5_new_blu_ray_releases_for_the_week_of_september_14/index.html' rel='external nofollow' class='url'>Top 5 New Blu-ray releases for the Week of September 14</a></span> | <a href="#comment-1550" title="">September 14, 2010, 2:59 pm</a> 						
		
		</cite>
		
		<div class="reply">
         <a rel='nofollow' class='comment-reply-link' href='/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index_replytocom_1550.html' onclick="return addComment.moveForm(&quot;comment-1550&quot;, &quot;1550&quot;, &quot;respond&quot;, &quot;10472&quot;)">Reply to this comment</a>      </div>

		
            
</li>

	</ol>

 


<div id="respond">

<h2 id="comment-form" class="post_comm2">Post a comment</h2>

<div class="cancel-comment-reply">
	<a rel="nofollow" id="cancel-comment-reply-link" href="/2010/07/the_twilight_zone_season_one_comes_to_blu_ray/index.css" style="display:none;">Click here to cancel reply.</a></div>


<form action="/wp_comments_post.html" method="post" id="commentform">


<fieldset>

	<p>
		<label for="author" class="com">Name *</label>
		<input class="comtext" type="text" name="author" id="author" value="" size="22" tabindex="1" />
	</p>

	<p>
		<label for="email" class="com">E-mail *</label>
		<input class="comtext" type="text" name="email" id="email" value="" size="22" tabindex="2" />
	</p>

	<p>
		<label for="url" class="com">Web site</label>
		<input class="comtext" type="text" name="url" id="url" value="" size="22" tabindex="3" />
	</p>



<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->

	<p>
		<label for="comment" class="com">Comment</label>
		<textarea class="comtext" name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea>
	</p>
	
</fieldset>

<fieldset>

	<p>
		<input name="submit" type="submit" id="submit" tabindex="5" class="comsubmit" value="Submit Comment" />
		<input type='hidden' name='comment_post_ID' value='10472' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
	
	</p>

<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="cc24011de0" /></p>
</fieldset>

</form>

</div>


					
				</div>   <!-- end comments -->
            	
            </div>
            
            
            
                            <div class="column span-3 last">
										              
                	<div id="side_categories">
            
						<h3 class="mast">Categories</h3>

						
												
						<ul class="cat">
								<li class="cat-item cat-item-4"><a href="/category/contests/index.html" title="View all posts filed under Contests">Contests</a>
</li>
	<li class="cat-item cat-item-5"><a href="/category/deals/index.html" title="View all posts filed under Deals">Deals</a>
</li>
	<li class="cat-item cat-item-6"><a href="/category/editorial/index.html" title="View all posts filed under Editorial">Editorial</a>
</li>
	<li class="cat-item cat-item-2697"><a href="/category/gift_guides/index.html" title="View all posts filed under Gift Guides">Gift Guides</a>
</li>
	<li class="cat-item cat-item-8"><a href="/category/hacks/index.html" title="View all posts filed under Hacks">Hacks</a>
</li>
	<li class="cat-item cat-item-9"><a href="/category/hardware_news/index.html" title="View all posts filed under Hardware News">Hardware News</a>
</li>
	<li class="cat-item cat-item-10"><a href="/category/hardware_reviews/index.html" title="View all posts filed under Hardware Reviews">Hardware Reviews</a>
</li>
	<li class="cat-item cat-item-11"><a href="/category/interviews/index.html" title="View all posts filed under Interviews">Interviews</a>
</li>
	<li class="cat-item cat-item-12"><a href="/category/release_news/index.html" title="View all posts filed under Release News">Release News</a>
</li>
	<li class="cat-item cat-item-13"><a href="/category/reviews/index.html" title="View all posts filed under Reviews">Reviews</a>
</li>
	<li class="cat-item cat-item-14"><a href="/category/rumours/index.html" title="View all posts filed under Rumours">Rumours</a>
</li>
	<li class="cat-item cat-item-15"><a href="/category/site_news/index.html" title="View all posts filed under Site News">Site News</a>
</li>
	<li class="cat-item cat-item-16"><a href="/category/studio_news/index.html" title="View all posts filed under Studio News">Studio News</a>
</li>
	<li class="cat-item cat-item-17"><a href="/category/top_5_new_on_blu/index.html" title="View all posts filed under Top 5 New on Blu">Top 5 New on Blu</a>
</li>
	<li class="cat-item cat-item-18"><a href="/category/trailers/index.html" title="View all posts filed under Trailers">Trailers</a>
</li>
	<li class="cat-item cat-item-1"><a href="/category/uncategorized/index.html" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
	<li class="cat-item cat-item-19"><a href="/category/video/index.html" title="View all posts filed under Video">Video</a>
</li>
	<li class="cat-item cat-item-20"><a href="/category/weekly_picks/index.html" title="View all posts filed under Weekly Picks">Weekly Picks</a>
</li>
	<li class="cat-item cat-item-21"><a href="/category/wish_list/index.html" title="View all posts filed under Wish List">Wish List</a>
</li>
						</ul>
            		
            		</div>

					            		
            		            		
            		<div class="ad_block">
	<div class="ad180">
		<script type="text/javascript"><!--
google_ad_client = "pub-9989813313411004";
/* Tall left */
google_ad_slot = "4143143083";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
	</div>
</div>            		
            							
            		
            		            		
            		<div id="side_recent_comments">
            
						<h3 class="mast">Recent Comments</h3>
						
						<ul class="reccom">							
							<li>Jake on <a href="/2009/07/universal_to_release_ipod_touchiphone_apps_that_control_blu_ray_players_ps3/index.html" title="View all comments for Universal to release iPod Touch/iPhone apps that control Blu-ray players, PS3">Universal to release iPod Touch/iPhone apps that control Blu-ray players, PS3</a></li>
<li>Tweets that mention The Top 10 Best and Worst Blu-ray Discs of 2010 &#8212; Topsy.com on <a href="/2011/01/the_top_10_best_and_worst_blu_ray_discs_of_2010/index.html" title="View all comments for The Top 10 Best and Worst Blu-ray Discs of 2010">The Top 10 Best and Worst Blu-ray Discs of 2010</a></li>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/11/the_complete_metropolis_blu_ray_disc_review/index.html" title="View all comments for The Complete Metropolis Blu-ray Disc Review">The Complete Metropolis Blu-ray Disc Review</a></li>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/08/the_sound_of_music_45th_anniversary_edition_blu_ray_officially_announced_and_detailed/index.html" title="View all comments for The Sound of Music: 45th Anniversary Edition Blu-ray officially announced and detailed">The Sound of Music: 45th Anniversary Edition Blu-ray officially announced and detailed</a></li>
<li>The Top 10 Best and Worst Blu-ray Discs of 2010 on <a href="/2010/07/alien_anthology_blu_ray_boxed_set_officially_announced_and_detailed/index.html" title="View all comments for Alien Anthology Blu-ray Boxed Set Officially Announced and Detailed">Alien Anthology Blu-ray Boxed Set Officially Announced and Detailed</a></li>
						</ul>
            		
            		</div>
            		
            		
										
										
            	</div>
     
            
        
        </div>   <!-- start home_content -->
        
        
        <div id="footer" class="column span-14">
        
        	<div class="column span-7 first">
        		&#169; 2010 The Blu-ray Blog. <a href="/feed/index.html"><img src="/wp_content/themes/tma/images/bg/feedicon12.png" alt="Entries (RSS)" style="vertical-align: top; margin: 2px 0 0 7px;" /></a>
        	</div>
        	
        	<div class="column span-7 last">
        		<div class="push-0">
					<a href="http://wordpress.org/" title="Powered by WordPress"><img src="/wp_content/themes/tma/images/bg/wp.png" alt="Powered by WordPress" /></a>
					<a href="http://themasterplan.in/tma/" title="Design: The Masterplan"><img src="/wp_content/themes/tma/images/bg/masterplan.png" alt="Theme by The Masterplan" /></a>        		
        		</div>
        	</div>
        
        </div>
        
    
    </div>   <!--end container-->
    
    <!-- WordPress theme by Arun Kale / www.themasterplan.in | Download it at http://themasterplan.in/tma/ -->
    

</body>  <!--end body-->

</html>





<!--
     FILE ARCHIVED ON 23:26:23 Jan 5, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 1:24:45 Jan 7, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
