<?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>Behind the Scenes &#187; repair</title>
	<atom:link href="http://backstar.com/blog/tag/repair/feed/" rel="self" type="application/rss+xml" />
	<link>http://backstar.com/blog</link>
	<description>of cutting edge art, media + technology</description>
	<lastBuildDate>Wed, 19 May 2010 18:49:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hard Drive Permissions Fix</title>
		<link>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/</link>
		<comments>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 17:58:49 +0000</pubDate>
		<dc:creator>Ben Baker-Smith</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://backstar.com/blog/?p=422</guid>
		<description><![CDATA[Yesterday one of our internal media drives got locked up so we no longer had read or write access even from the Admin account of our Mac Pro.
As a result, the easy Get Info permissions fix was not an option.
So, I dove into the Terminal to make some repairs.  A simple chmod command didn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday one of our internal media drives got locked up so we no longer had read or write access even from the Admin account of our Mac Pro.<span id="more-422"></span></p>
<p>As a result, the easy <strong>Get Info</strong> permissions fix was not an option.</p>
<p>So, I dove into the Terminal to make some repairs.  A simple <strong>chmod</strong> command didn&#8217;t work either, but here&#8217;s what did:</p>
<ul>
<li><strong>Open a new Terminal window</strong><br />
Located in ./Applications/Utilities</li>
<p></p>
<li><strong>Enter the following into the Terminal</strong><br />
sudo chflags nouchg /Volumes/&lt;drive name here&gt;</p>
<p></p>
<ul>
<li>If there are spaces in the name you will need to put double quotes around it like so:<br />
/Volumes/&#8221;&lt;drive name here&gt;&#8221;</li>
</ul>
</li>
<p></p>
<li><strong>Change permissions</strong><br />
sudo chmod 775 /Volumes/&lt;drive name here&gt;
</li>
</ul>
<p>Hope that helps.  Permissions problems can be a real pain.</p>
]]></content:encoded>
			<wfw:commentRss>http://backstar.com/blog/2009/09/25/hard-drive-permissions-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit video on an existing DVD</title>
		<link>http://backstar.com/blog/2009/09/01/edit-video-on-an-existing-dvd/</link>
		<comments>http://backstar.com/blog/2009/09/01/edit-video-on-an-existing-dvd/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:50:15 +0000</pubDate>
		<dc:creator>Ben Baker-Smith</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[DVD]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://backstar.com/blog/?p=149</guid>
		<description><![CDATA[This tutorial explains how to edit an audio/video track from an existing DVD without affecting its other elements.  By following these steps you should be able to add to, trim, or replace an audio/video track without affecting the DVD menu or recompressing any of the files.  
This is done entirely with freeware running on [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial explains how to edit an audio/video track from an existing DVD without affecting its other elements.  By following these steps you should be able to add to, trim, or replace an audio/video track without affecting the DVD menu or recompressing any of the files.  </p>
<p>This is done entirely with freeware running on Windows XP.<span id="more-149"></span></p>
<hr/>
<h2>Contents</h2>
<ul>
<li><a href="#why">Why?</a></li>
<li><a href="#setup">Setup</a></li>
<li><a href="#pgcdemux">PgcDemux</a></li>
<li><a href="#edit">Edit Audio and Video</a></li>
<li><a href="#muxman">MuxMan</a></li>
<li><a href="#vobblanker">VobBlanker</a></li>
<li><a href="#imgburn">ImgBurn</a></li>
<li><a href="#conclusion">Conclusion</a></li>
</ul>
<hr/>
<a name="why"></a><br />
<h2>Why?</h2>
<p>Why would you want to do this?  There are a variety of possible scenarios, but this is the most common: </p>
<ul>
<li>you have a DVD that has already been authored (a menu has been created, the disc has been burned) and you do not have access to the original project files, but want to edit some of the DVD content.  This process retains the original menu, and does not result in any loss of audio/image quality as a result of recompression.</li>
</ul>
<hr/>
<a name="setup"></a><br />
<h2>Setup</h2>
<p>You will need the following programs to complete this tutorial:</p>
<ul>
<li><a href="http://www.videohelp.com/tools/PgcDemux">PgcDemux</a></li>
<li><a href="http://www.videohelp.com/tools/Muxman">MuxMan</a></li>
<li><a href="http://www.videohelp.com/tools/VobBlanker">VobBlanker</a></li>
<li><a href="http://www.imgburn.com/index.php?act=download">ImgBurn</a></li>
<li>video editor (recommend: <a href="http://fixounet.free.fr/avidemux/download.html">Avidemux</a>, <a href="http://virtualdub.sourceforge.net/">VirtualDub</a>)</li>
<li>audio editor (recommend: <a href="http://audacity.sourceforge.net/download/">Audacity</a>)</li>
<li><a href="http://www.videolan.org/vlc/">VLC</a></li>
</ul>
<p>Begin by copying the VIDEO_TS folder from the DVD to your harddrive.  </p>
<ul>
<li>You may have to right-click on the DVD icon in My Computer and choose Explore in order to display the folders, then simply drag the VIDEO_TS folder to an internal or external drive.</li>
<li>If the disc is write-protected you may need to use software such as <a href="http://www.soft32.com/download_75586.html">DVD Decrypter</a> to rip the VIDEO_TS folder from the disc to your harddrive.</li>
</ul>
<p>From now on, when I refer to a VIDEO_TS folder it is in regards to a folder on the harddrive, not on the original disc.</p>
<hr/>
<a name="pgcdemux"></a><br />
<h2>PgcDemux</h2>
<p><center><img class="size-full wp-image-163" title="pgcdemux1c" src="http://backstar.com/blog/wp-content/uploads/2009/09/pgcdemux1c.png" alt="PgcDemux screenshot" width="289" height="306" /><br />
settings addressed in this tutorial are highlighted in red</center></p>
<p>Settings:</p>
<ul>
<li><strong>Input IFO</strong><br />
select the .IFO file in your target VIDEO_TS folder that corresponds to the track you want to edit<br />
(to preview the .IFO files to find the one you want, open them individually in VLC)<br />
(make note of the VTS file you select, you will need this information later)</li>
<li><strong>Output Folder</strong><br />
select a new, empty folder to output your demuxed audio and video files</li>
<li><strong>Demux video stream</strong><br />
by default unchecked, if you want to edit video as well as audio then check this box</li>
<li><strong>PGC Selection &#8211; Domain</strong><br />
set to Titles</li>
<li><strong>PGC Selection &#8211; dropdown</strong><br />
select a specific PGC (effectively a subtrack) of your .IFO file, if applicable/available<br />
(make note of this also, unless there is only one PGC in the dropdown list)</li>
</ul>
<p>Leave everything else at the defaults and click <strong>Process!</strong> to begin demuxing.</p>
<ul>
<li>The audio (.ac3) and video (.m2v) files will be exported to the specified output folder.</li>
</ul>
<hr/>
<a name="edit"></a><br />
<h2>Edit Audio and Video</h2>
<p>Edit the audio and video files you created with PgcDemux using the audio / video editing software of your choice.</p>
<ul>
<li><strong>Video</strong><br />
I recommend Avidemux and VirtualDub for video editing because when running in &#8220;copy&#8221; mode they will not recompress your source files.</li>
<li><strong>Audio</strong><br />
I recommend Audacity for audio editing because it is free and able to handle almost any common tasks.</li>
</ul>
<hr/>
<a name="muxman"></a><br />
<h2>MuxMan</h2>
<p><center><img class="aligncenter size-full wp-image-179" title="muxman1c" src="http://backstar.com/blog/wp-content/uploads/2009/09/muxman1c.png" alt="MuxMan screenshot" width="503" height="385" /><br />
settings addressed in this tutorial are highlighted in red</center></p>
<p>Settings:</p>
<ul>
<li><strong>Video</strong><br />
select the edited video file.  Ideally this should be in .m2v format, though MuxMan accepts a variety of file formats (the underlying video should always be MPEG-2)</li>
<li><strong>Audio</strong><br />
select the edited audio file.  Ideally this should be in .ac3 format, though MuxMan accepts a variety of file formats, including .wav.</li>
<li><strong>Destination Folder</strong><br />
select a new, empty folder to output your remuxed VIDEO_TS files.</li>
</ul>
<p>Click <strong>Start</strong> to begin remuxing.</p>
<ul>
<li>A variety of .BUP, .IFO, and .VOB files files will be exported to the specified destination folder.</li>
</ul>
<hr/>
<a name="vobblanker"></a><br />
<h2>VobBlanker</h2>
<p><center><img class="aligncenter size-full wp-image-180" title="vobblanker2c" src="http://backstar.com/blog/wp-content/uploads/2009/09/vobblanker2c.png" alt="VobBlanker screenshot" width="512" height="389" /><br />
settings addressed in this tutorial are highlighted in red</center></p>
<p>Settings:</p>
<ul>
<li><strong>Input Video Manager</strong><br />
select the VIDEO_TS.IFO from the ORIGINAL SOURCE DVD (this file is located in the VIDEO_TS folder you copied off the DVD at the very begining of this tutorial).</li>
<li><strong>Output Folder</strong><br />
select a new, empty folder to output your modified VIDEO_TS folder.<br />
(Optionally, you can select Use Input Folder under settings in order to simply overwrite the VIDEO_TS folder specified in the Input Video Manager.  This is not recommended unless you have a backup of that folder.)</li>
<li><strong>TitleSet</strong><br />
select the VTS file that you edited (hopefully you made note of it during demuxing)</li>
<li><strong>PGCs in Selected TitleSet</strong><br />
select the PGC you specified during the demuxing process.<br />
(if you aren&#8217;t sure what VTS or PGC you edited, selecting a PGC from the list will bring up a preview of the video in the upper right hand corner of the interface)</li>
<li><strong>PGCs in Selected TitleSet &#8211; Replace</strong><br />
select the VTS (.IFO) file that you created with MuxMan</li>
<li><strong>Size</strong><br />
In the upper right hand corner beside the video window, VobBlanker lists some file size information.  The important elements are the Initial size and the Final size.  Depending on what sort of editing you&#8217;ve done, it is possible that these will be the same, however if you have trimmed or added to the length of the original file this should be reflected by a similar change to the Final size (in relation to the Initial size).</li>
</ul>
<p>Click <strong>PROCESS!!</strong> to create your new DVD files.</p>
<ul>
<li>The new VIDEO_TS files will be exported to the specified output folder.  These are the files that will appear in the VIDEO_TS folder of the final DVD.</li>
</ul>
<hr/>
<a name="imgburn"></a><br />
<h2>ImgBurn</h2>
<p>Upon opening, select &#8220;Write files/folders to disc&#8221; or &#8220;Image file from files/folders&#8221; to start a new project.  Alternately, select Build from the Mode menu.</p>
<p><center><img class="aligncenter size-full wp-image-181" title="imgburn1c" src="http://backstar.com/blog/wp-content/uploads/2009/09/imgburn1c.png" alt="ImgBurn screenshot" width="421" height="294" /><br />
settings addressed in this tutorial are highlighted in red</center></p>
<p>Settings:</p>
<ul>
<li><strong>Source</strong><br />
select the folder you set as the output folder in VobBlanker (this is your new VIDEO_TS folder).  You can also set this through the File menu.</li>
<li><strong>Destination</strong><br />
select ISO file or Disc as target using the Output menu, then select the specific ISO location or Disc in the Destination section of the interface</li>
<li><strong>Labels/Advanced</strong><br />
You can also change some of the other settings on the right hand side, particularly under the Labels and Advanced tabs.  These will allow you to make changes to the disc metadata such as the disc label that will appear by its icon on your computer.  You can even force specific creation/last-modified times.  Of course, <em>all these right-hand settings are optional.</em></li>
</ul>
<p>Click the <strong>Folder &gt; Disc/ISO</strong> button to build.</p>
<ul>
<li>If ImgBurn builds without errors then you have successfully created a new, modified version of your source DVD (either in disc or .ISO format).</li>
</ul>
<hr/>
<a name="conclusion"></a><br />
<h2>Conclusion</h2>
<p>This is the best, cleanest, and possibly quickest way that I have found to make changes to the audio/video content of an existing DVD (unless I have the original project files, of course).  Hope this helped, if you need further assistance with your project please drop us a line in the <a href="http://backstar.com/contact-us/">Contact-Us</a> section of our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://backstar.com/blog/2009/09/01/edit-video-on-an-existing-dvd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Repairing VHS Tapes &#8211; Transplanting</title>
		<link>http://backstar.com/blog/2009/04/29/repairing-vhs-tapes-transplanting/</link>
		<comments>http://backstar.com/blog/2009/04/29/repairing-vhs-tapes-transplanting/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:36:16 +0000</pubDate>
		<dc:creator>Ben Baker-Smith</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[cassette]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[tape]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vhs]]></category>

		<guid isPermaLink="false">http://backstar.com/blog/?p=74</guid>
		<description><![CDATA[Today I received a faulty VHS tape from a client.  Ultimately it was to be digitized, but before that was even an option, I had to get the tape to play.  After testing on a variety of players, it seemed clear that this was a problem with the physical cassette, not the data [...]]]></description>
			<content:encoded><![CDATA[<p>Today I received a faulty VHS tape from a client.  Ultimately it was to be digitized, but before that was even an option, I had to get the tape to play.  After testing on a variety of players, it seemed clear that this was a problem with the physical cassette, not the data on the tape.</p>
<p>A routine transplant was in order.<span id="more-74"></span></p>
<h2>Here&#8217;s how&#8230;</h2>
<p>Materials:</p>
<ul>
<li>Original VHS cassette (patient)</li>
<li>New VHS cassette (donor)</li>
<li>Screwdriver (scalpel)</li>
</ul>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs1.jpg"></div>
<p>I use new VHS cassettes to insure that they are in good working order, but you could use any old tape for the donor so long as you know it will play and you are willing to sacrifice it in order to save your patient tape.</p>
<p>Now it&#8217;s time to scrub in.</p>
<h2>1.</h2>
<p>Begin by removing the screws on the underside of both cassettes.  There are five screws for each.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs2.jpg"></div>
<h2>2.</h2>
<p>Flip the cassettes so they are right-side-up and remove the tops.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs3.jpg"></div>
<h2>3.</h2>
<p>Remove the reels from the donor cassette.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs4.jpg"></div>
<p>Note that these three cylindrical posts (2 silver, one white) must be in place on the bottom half before continuing (sometimes they get stuck on the top half when it is removed, so look there if you can&#8217;t find them on the bottom half).  Their locations are marked on the above image.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs5.jpg"></div>
<h2>4.</h2>
<p>Place the left hand reel from the patient cassette in the left hand spot of the now empty donor cassette.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs6.jpg"></div>
<p>Thread the tape between the white and silver cylinders.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs7.jpg"></div>
<p>On the right hand side, thread the tape around the silver cylinder and between the silver tab and it&#8217;s peg counterpart.  This last part can be a bit tricky, just pull the tab aside, slip in the tape, and release.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs8.jpg"></div>
<p>Place the right hand reel from the patient cassette in the right hand spot of the donor cassette.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;"><img src="http://backstar.com/images/vhs/vhs3.jpg"></div>
<p>Get rid of any slack in the tape by tightening the reels.</p>
<h2>5.</h2>
<p>Place the top back on to the bottom half of the cassette.  To do so, lift up the flap at the front and be sure the various pegs are aligned as you place it down.  It helps to put the back in first then ease the front down.</p>
<div style="margin-left:auto; margin-right:auto; text-align:center;">
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><img src="http://backstar.com/images/vhs/vhs10.jpg"></td>
<td><img src="http://backstar.com/images/vhs/vhs11.jpg"></td>
</tr>
</table>
</div>
<p>Flip it over and replace the screws.  The operation is complete, and (hopefully) a success.  Pop the cassette in a player and give it a test run.</p>
<p>The reel from the donor and the shell from the patient tape can be discarded.</p>
<h2>More.</h2>
<p>For a more entertaining (though perhaps less informative) video tutorial, check this out <a href="http://vimeo.com/1702416" target="_blank">http://vimeo.com/1702416</a></p>
]]></content:encoded>
			<wfw:commentRss>http://backstar.com/blog/2009/04/29/repairing-vhs-tapes-transplanting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

