<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What is the easiest way to edit video from a DVD?</title>
	<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD/</link>
	<description>Comments on Ask MetaFilter post What is the easiest way to edit video from a DVD?</description>
	<pubDate>Mon, 25 Jul 2005 10:58:17 -0800</pubDate>
	<lastBuildDate>Mon, 25 Jul 2005 10:58:17 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What is the easiest way to edit video from a DVD?</title>
		<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD</link>	
		<description>What is the easiest way to edit video from a DVD, and then be able to burn it back to DVD? &lt;br /&gt;&lt;br /&gt; I have a DVD (no macrovision, not encrypted) that I would like to remove short scenes from. I can copy the VOB files to my drive and convert them to another format (ie: AVI), edit them, convert them back to MPG and burn back to DVD, but that seams like a lot of converting. &lt;br&gt;
&lt;br&gt;
What is the easiest way to edit the movie and be able to burn it back to a DVD. And if I do have to re-compress it to MPG format will I be losing a lot of quality?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.21671</guid>
		<pubDate>Mon, 25 Jul 2005 10:31:55 -0800</pubDate>
		<dc:creator>monsta coty scott</dc:creator>
		
			<category>dvd</category>
		
			<category>video</category>
		
			<category>edit</category>
		
			<category>censor</category>
		
			<category>editing</category>
		
			<category>burn</category>
		
			<category>movie</category>
		
			<category>film</category>
		
	</item> <item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD#349488</link>	
		<description>MPEG-2 is the native format of data on DVD video discs. &lt;a href=&quot;http://www.google.com/search?hl=en&amp;q=mpeg2+editor&amp;btnG=Google+Search&quot;&gt;Google&lt;/a&gt; returns many MPEG-2 editors, including &lt;a href=&quot;http://www.mediawaresolutions.com/products/m2-edit-pro.html&quot;&gt;this one&lt;/a&gt;. Once edited, you can burn the files back to DVD with &lt;a href=&quot;http://www.nero.com/&quot;&gt;Nero&lt;/a&gt; etc.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21671-349488</guid>
		<pubDate>Mon, 25 Jul 2005 10:58:17 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: vjz</title>
		<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD#349605</link>	
		<description>1. Download &lt;a href=&quot;http://www.dvdshrink.org/&quot;&gt;DVDShrink&lt;/a&gt;.&lt;br&gt;
2. Rip out the scenes you want using DVDShrink. It is very user-friendly, and it creates VOB files. You can ignore the rest of the files.&lt;br&gt;
3. (Optionally) Use ffmpeg (or ffmpegX for Mac) to compress the VOB files.&lt;br&gt;
4. Use Nero or Toast to author and burn the files to DVD.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21671-349605</guid>
		<pubDate>Mon, 25 Jul 2005 12:46:51 -0800</pubDate>
		<dc:creator>vjz</dc:creator>
	</item><item>
		<title>By: jtron</title>
		<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD#349692</link>	
		<description>More of a general suggestion: &lt;a href=&quot;http://www.videohelp.com&quot;&gt;Video Help&lt;/a&gt; is the first stop when you have a question like this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21671-349692</guid>
		<pubDate>Mon, 25 Jul 2005 14:27:00 -0800</pubDate>
		<dc:creator>jtron</dc:creator>
	</item><item>
		<title>By: Pinback</title>
		<link>http://ask.metafilter.com/21671/What-is-the-easiest-way-to-edit-video-from-a-DVD#349936</link>	
		<description>No reconverting is necessary - MPEG-2 is MPEG-2, regardless of the container (.vob, .mp2, mpv, .mpg/.mpeg, .ts, etc). You can store it in an .avi container if you want, but I can&apos;t think of any reason why you&apos;d want to...&lt;br&gt;
&lt;br&gt;
Assuming you&apos;re on Windows, and looking for free tools :&lt;br&gt;
&lt;br&gt;
ProjectX : demuxes the DVD .vob or MPEG-2 file to separate video / audio files. Requires the Sun Java runtime to be installed.&lt;br&gt;
&lt;br&gt;
Cuttermaran : simple editor. By itself, it&apos;ll only cut on I / P frames (every 12~15 frames or so in PAL; dunno what in NTSC). If you want frame-accurate cutting, add a free MPEG-2 encoder like MPEG2Enc + &lt;a href=&quot;http://www.psimarron.net/Projects/DVD/CuttyEnc/&quot;&gt;CuttyEnc&lt;/a&gt;. This is the only time re-encoding is necessary, and it&apos;ll only re-encode the bit to the next I-frame (very quick). Requires the .NET framework from Microsoft; probably already installed if you&apos;re using XP or automatic update.&lt;br&gt;
&lt;br&gt;
Check out &lt;a href=&quot;http://doom9.net/&quot;&gt;Doom9&lt;/a&gt; for download links.&lt;br&gt;
&lt;br&gt;
If you&apos;ve got the full version of Nero, you&apos;ll probably already have a DVD authoring program. If not, look at &lt;a href=&quot;http://www.mediachance.com/&quot;&gt;DVDLab&lt;/a&gt; - the trial version is time-limited (30 days?), but otherwise fully functional. Handy if this is a one-off job...&lt;br&gt;
&lt;br&gt;
Overall, it &lt;em&gt;is&lt;/em&gt; a lot of farnarkling - but it&apos;s only converting the container format, not full re-encoding, so it&apos;s quick and no quality loss is involved. I can&apos;t think of anything off-hand which will handle it all in one application. Using these tools, I regularly do a (2 x 45 minute) DVD in &amp;lt; 30 mins.&lt;br&gt;
&lt;br&gt;
Part of the reason it&apos;s more than a little complicated is that it&apos;s all just a &lt;em&gt;little&lt;/em&gt; shady - there&apos;s plenty of non-shady reasons for wanting to edit MPEG-2 video, even in .vob format off a DVD, but the reality of it is that 99.999% of people doing it are ripping commercial DVDs...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21671-349936</guid>
		<pubDate>Mon, 25 Jul 2005 23:56:13 -0800</pubDate>
		<dc:creator>Pinback</dc:creator>
	</item>
	</channel>
</rss>
