<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to Make High Quality DVD Rips</title>
	<atom:link href="http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html/feed" rel="self" type="application/rss+xml" />
	<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html</link>
	<description>Digital Awareness and Flying Spirit</description>
	<pubDate>Fri, 25 Jul 2008 08:32:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Vinny</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-130931</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Sun, 20 Jul 2008 17:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-130931</guid>
		<description>Problem solved.</description>
		<content:encoded><![CDATA[<p>Problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinny</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-130927</link>
		<dc:creator>Vinny</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-130927</guid>
		<description>I tried to use this script to encode a movie (a legally owned 'Batman Begins' movie), but with no success. I'm using Ubuntu 8.04, I've changed the script to reflect my system, to no effect. I receive this error message:

x264 [error]: can't open file './eqm_avc_hr.cfg'
./ripar: line 81:  7886 Segmentation fault      "$HANDBRAKE" $VERB -i "$INPUT" -o "$OUTPUT" -S $SIZE -m $SEGMENT $AUDIO -e x264 -2 -T -p -x $X264ARGS

, where 'ripar' is the name I gave to the script. Anyone has a clue about what is going wrong?

PS: Sim, eu sou brasileiro, mas uma pergunta em inglês tem mais chance de ser respondida... :D</description>
		<content:encoded><![CDATA[<p>I tried to use this script to encode a movie (a legally owned &#8216;Batman Begins&#8217; movie), but with no success. I&#8217;m using Ubuntu 8.04, I&#8217;ve changed the script to reflect my system, to no effect. I receive this error message:</p>
<p>x264 [error]: can&#8217;t open file &#8216;./eqm_avc_hr.cfg&#8217;<br />
./ripar: line 81:  7886 Segmentation fault      &#8220;$HANDBRAKE&#8221; $VERB -i &#8220;$INPUT&#8221; -o &#8220;$OUTPUT&#8221; -S $SIZE -m $SEGMENT $AUDIO -e x264 -2 -T -p -x $X264ARGS</p>
<p>, where &#8216;ripar&#8217; is the name I gave to the script. Anyone has a clue about what is going wrong?</p>
<p>PS: Sim, eu sou brasileiro, mas uma pergunta em inglês tem mais chance de ser respondida&#8230; <img src='http://avi.alkalay.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: µ空间 &#187; Blog Archive &#187; 高质量 DvD压缩，选择handbrake ＋ x264 ＋ mkv</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-130501</link>
		<dc:creator>µ空间 &#187; Blog Archive &#187; 高质量 DvD压缩，选择handbrake ＋ x264 ＋ mkv</dc:creator>
		<pubDate>Sat, 28 Jun 2008 07:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-130501</guid>
		<description>[...] 装了Dvd::rip，应该算是linux下最强大的带图形界面的Dvd压缩软件了，比较好用，可调的参数也是非常多。但是字幕和一个压缩文件按集切割开的问题解决不好。就上网找，后来发现有比Avi更好的包装格式，就是Mkv(Matroska)，优点和介绍见这里，可以选内嵌软字幕的。然后那个网页上还有一个很好用的Script文件，用它和Handbrake一起，就可以压出接近完美的Mkv视频文件了。很可惜DvD::Rip既不支持Mkv(小问题）又不支持x264，虽然有很好很强大的集成图形界面，不过支持的技术比较落后。看完压出来的x264的效果，感觉比DvD::Rip里面按照Gentoo Wiki里面的设置用xvid的似乎要好点，试着抓图一比较，优势就比较明显了： [...]</description>
		<content:encoded><![CDATA[<p>[...] 装了Dvd::rip，应该算是linux下最强大的带图形界面的Dvd压缩软件了，比较好用，可调的参数也是非常多。但是字幕和一个压缩文件按集切割开的问题解决不好。就上网找，后来发现有比Avi更好的包装格式，就是Mkv(Matroska)，优点和介绍见这里，可以选内嵌软字幕的。然后那个网页上还有一个很好用的Script文件，用它和Handbrake一起，就可以压出接近完美的Mkv视频文件了。很可惜DvD::Rip既不支持Mkv(小问题）又不支持x264，虽然有很好很强大的集成图形界面，不过支持的技术比较落后。看完压出来的x264的效果，感觉比DvD::Rip里面按照Gentoo Wiki里面的设置用xvid的似乎要好点，试着抓图一比较，优势就比较明显了： [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JW</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-130408</link>
		<dc:creator>JW</dc:creator>
		<pubDate>Tue, 24 Jun 2008 17:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-130408</guid>
		<description>I enjoyed the article.  Thanks.  I am going to try the advanced options that you have for the H.264, is there anything else I need to change to try to match your settings?  Do I need to do a custom query?  I am just trying to find the best compression with least quality loss.  I want to do MKV (H264/AC3).  Hopefully this all works.  Thanks again for the help.</description>
		<content:encoded><![CDATA[<p>I enjoyed the article.  Thanks.  I am going to try the advanced options that you have for the H.264, is there anything else I need to change to try to match your settings?  Do I need to do a custom query?  I am just trying to find the best compression with least quality loss.  I want to do MKV (H264/AC3).  Hopefully this all works.  Thanks again for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-129872</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 06 Jun 2008 22:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-129872</guid>
		<description>Thank you for this guide - it's been very useful so far.  I'm still eagerly awaiting your guide on repacking the ripped file, though - it will be *really* nice to read it!</description>
		<content:encoded><![CDATA[<p>Thank you for this guide - it&#8217;s been very useful so far.  I&#8217;m still eagerly awaiting your guide on repacking the ripped file, though - it will be *really* nice to read it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-129740</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 04 Jun 2008 20:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-129740</guid>
		<description>While it may be a great way to make dvd backups for the pc, it's absolutely useless if you want to watch any of those backups on your standalone dvd player because as far as I know none support Matroska.  It's DiVX or XViD, period.</description>
		<content:encoded><![CDATA[<p>While it may be a great way to make dvd backups for the pc, it&#8217;s absolutely useless if you want to watch any of those backups on your standalone dvd player because as far as I know none support Matroska.  It&#8217;s DiVX or XViD, period.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-129410</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 30 May 2008 23:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-129410</guid>
		<description>A step-by-step guide would be nice to show and convince everyone why this is the best way.  I just installed Handbrake and left it on default...chose FILM and ripped Matrix as a test.  DVD contains multiple audio tracks, subtitles, etc....but my ripped .mkv encoded with H264 had no extra audio tracks or any subtitles.

But even if this is the best method to rip dvd's....it's probably not until standalone dvd's start playing these formats.  I haven't seen any players here in Toronto that can play .mp4 or .mkv extensions.  Divx/Xvid, that's it! If there is one, it probably costs a fortune in comparison to a divx/xvid dvd player so no thank you...

On a positive note.  Handbrake ripped the dvd super fast, with excellent quality.  I was playing around with Gordian Knot for a week, trying to get the best results and it cannot compare to Handbrake or Matroska...same file size!

If it would keep additional audio and let me select the subs I want it, while maintaining compatibility with today's standalone dvd players this thing kicks ass.  

Andrew.</description>
		<content:encoded><![CDATA[<p>A step-by-step guide would be nice to show and convince everyone why this is the best way.  I just installed Handbrake and left it on default&#8230;chose FILM and ripped Matrix as a test.  DVD contains multiple audio tracks, subtitles, etc&#8230;.but my ripped .mkv encoded with H264 had no extra audio tracks or any subtitles.</p>
<p>But even if this is the best method to rip dvd&#8217;s&#8230;.it&#8217;s probably not until standalone dvd&#8217;s start playing these formats.  I haven&#8217;t seen any players here in Toronto that can play .mp4 or .mkv extensions.  Divx/Xvid, that&#8217;s it! If there is one, it probably costs a fortune in comparison to a divx/xvid dvd player so no thank you&#8230;</p>
<p>On a positive note.  Handbrake ripped the dvd super fast, with excellent quality.  I was playing around with Gordian Knot for a week, trying to get the best results and it cannot compare to Handbrake or Matroska&#8230;same file size!</p>
<p>If it would keep additional audio and let me select the subs I want it, while maintaining compatibility with today&#8217;s standalone dvd players this thing kicks ass.  </p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-129409</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 May 2008 23:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-129409</guid>
		<description>A step-by-step guide would be nice to show and convince everyone why this is the best way.  I just installed Handbrake and left it on default...chose FILM and ripped Matrix as a test.  DVD contains multiple audio tracks, subtitles, etc....but my ripped .mkv encoded with H264 had no extra audio tracks or any subtitles.

But even if this is the best method to rip dvd's....it's probably not until standalone dvd's start playing these formats.  I haven't seen any players here in Toronto that can play .mp4 or .mkv extensions.  Divx/Xvid, that's it! If there is one, it probably costs a fortune in comparison to a divx/xvid dvd player so no thank you...

On a positive note.  Handbrake ripped the dvd super fast, with excellent quality.  I was playing around with Gordian Knot for a week, trying to get the best results and it cannot compare to Handbrake or Matroska...same file size!

If it would keep additional audio and let me select the subs I want it, while maintaining compatibility with today's standalone dvd players this thing kicks ass.  

Andrew.</description>
		<content:encoded><![CDATA[<p>A step-by-step guide would be nice to show and convince everyone why this is the best way.  I just installed Handbrake and left it on default&#8230;chose FILM and ripped Matrix as a test.  DVD contains multiple audio tracks, subtitles, etc&#8230;.but my ripped .mkv encoded with H264 had no extra audio tracks or any subtitles.</p>
<p>But even if this is the best method to rip dvd&#8217;s&#8230;.it&#8217;s probably not until standalone dvd&#8217;s start playing these formats.  I haven&#8217;t seen any players here in Toronto that can play .mp4 or .mkv extensions.  Divx/Xvid, that&#8217;s it! If there is one, it probably costs a fortune in comparison to a divx/xvid dvd player so no thank you&#8230;</p>
<p>On a positive note.  Handbrake ripped the dvd super fast, with excellent quality.  I was playing around with Gordian Knot for a week, trying to get the best results and it cannot compare to Handbrake or Matroska&#8230;same file size!</p>
<p>If it would keep additional audio and let me select the subs I want it, while maintaining compatibility with today&#8217;s standalone dvd players this thing kicks ass.  </p>
<p>Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MARCIO PEREIRA</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-125059</link>
		<dc:creator>MARCIO PEREIRA</dc:creator>
		<pubDate>Tue, 22 Apr 2008 22:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-125059</guid>
		<description>Como faço pra usar este script com o HandBrake?</description>
		<content:encoded><![CDATA[<p>Como faço pra usar este script com o HandBrake?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-123830</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 18 Apr 2008 21:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-123830</guid>
		<description>how to use this script?
tks!</description>
		<content:encoded><![CDATA[<p>how to use this script?<br />
tks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-120916</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sat, 29 Mar 2008 15:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-120916</guid>
		<description>Ok, I have a large dvd collection that I would like to rip.  One reason is b/c I'd like to either get Apple TV, or a Mac mini to run my collection.  The other reason, is that I'm splitting the entire collection with the ex, and don't feel like purchasing all the other movies again.  I have Handbrake on my MBP, but I could really use some help on step by step ripping.  I'd like to benefit from the closest to original quality I can get, so that I don't view pixelated mosaics on my 46" LCD.  Help!  I don't know anything about running scripts, and I apologize for my lack of know how, but I beg for assistance!

How can I begin ripping the collection?  
How can I get the best quality?
My TV supports 1080P, does it matter in the ripping process?
I have 2 1TB external drives, what is the first step (aside from turning on the oven and sticking my head inside)?</description>
		<content:encoded><![CDATA[<p>Ok, I have a large dvd collection that I would like to rip.  One reason is b/c I&#8217;d like to either get Apple TV, or a Mac mini to run my collection.  The other reason, is that I&#8217;m splitting the entire collection with the ex, and don&#8217;t feel like purchasing all the other movies again.  I have Handbrake on my MBP, but I could really use some help on step by step ripping.  I&#8217;d like to benefit from the closest to original quality I can get, so that I don&#8217;t view pixelated mosaics on my 46&#8243; LCD.  Help!  I don&#8217;t know anything about running scripts, and I apologize for my lack of know how, but I beg for assistance!</p>
<p>How can I begin ripping the collection?<br />
How can I get the best quality?<br />
My TV supports 1080P, does it matter in the ripping process?<br />
I have 2 1TB external drives, what is the first step (aside from turning on the oven and sticking my head inside)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-119735</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Sun, 23 Mar 2008 05:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-119735</guid>
		<description>Evandro, when I pasted the script into this post, the quotes where modified.

I fixed that. Try to copy the script again from this page.</description>
		<content:encoded><![CDATA[<p>Evandro, when I pasted the script into this post, the quotes where modified.</p>
<p>I fixed that. Try to copy the script again from this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evandro Pastor</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-119657</link>
		<dc:creator>Evandro Pastor</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-119657</guid>
		<description>Avi, eu usei o seu script e retornaram 2 erros:

./rip.sh: line 55: fim do arquivo inesperado enquanto procurava por `"'
./rip.sh: line 95: erro de sintaxe: fim de arquivo inesperado

Alguma idéia do que pode ser? Abraço!</description>
		<content:encoded><![CDATA[<p>Avi, eu usei o seu script e retornaram 2 erros:</p>
<p>./rip.sh: line 55: fim do arquivo inesperado enquanto procurava por `&#8221;&#8216;<br />
./rip.sh: line 95: erro de sintaxe: fim de arquivo inesperado</p>
<p>Alguma idéia do que pode ser? Abraço!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evandro Pastor</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-119399</link>
		<dc:creator>Evandro Pastor</dc:creator>
		<pubDate>Fri, 21 Mar 2008 00:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-119399</guid>
		<description>Eita Avi! To vendo que gostou mesmo do Handbreake :D Abraco!</description>
		<content:encoded><![CDATA[<p>Eita Avi! To vendo que gostou mesmo do Handbreake <img src='http://avi.alkalay.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Abraco!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-118124</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 10 Mar 2008 23:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-118124</guid>
		<description>Thanks Avi! This tutorial is just what I have been looking for. I am eagerly awaiting your next HOWTO on optimizing seeks and including soft subs. Hope it comes out soon! =]</description>
		<content:encoded><![CDATA[<p>Thanks Avi! This tutorial is just what I have been looking for. I am eagerly awaiting your next HOWTO on optimizing seeks and including soft subs. Hope it comes out soon! =]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-117922</link>
		<dc:creator>Marcio</dc:creator>
		<pubDate>Wed, 05 Mar 2008 03:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-117922</guid>
		<description>Valeu pelo tutorial estava procurando isso já fazia um tempo</description>
		<content:encoded><![CDATA[<p>Valeu pelo tutorial estava procurando isso já fazia um tempo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avi</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-117750</link>
		<dc:creator>Avi</dc:creator>
		<pubDate>Sun, 02 Mar 2008 21:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-117750</guid>
		<description>OK Troll, I meant to say high quality, or the highest definition your DVD can provide.

You can use exactly the same script to rip BluRay discs. You will only have to fine tune the file size because BluRay movies have bigger frames.</description>
		<content:encoded><![CDATA[<p>OK Troll, I meant to say high quality, or the highest definition your DVD can provide.</p>
<p>You can use exactly the same script to rip BluRay discs. You will only have to fine tune the file size because BluRay movies have bigger frames.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: troll</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-117732</link>
		<dc:creator>troll</dc:creator>
		<pubDate>Sun, 02 Mar 2008 15:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-117732</guid>
		<description>DVDs are not High Definition. Now go and repeat the same with Bluray disc.</description>
		<content:encoded><![CDATA[<p>DVDs are not High Definition. Now go and repeat the same with Bluray disc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ademar</title>
		<link>http://avi.alkalay.net/2008/03/mpeg4-dvd-rip.html#comment-117730</link>
		<dc:creator>Ademar</dc:creator>
		<pubDate>Sun, 02 Mar 2008 14:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://avi.alkalay.net/2008/03/how-to-make-high-definition-dvd-rips.html#comment-117730</guid>
		<description>O script gera um arquivo output.mkv? Como foi feito por você, devia ser output.avi...

/me runs

Falando sério agora, legal sua dica. Vou testar esse HandBrake e guardar seu script por aqui. Fico no aguardo das dicas pra legenda.

Valeu,
  - Ademar</description>
		<content:encoded><![CDATA[<p>O script gera um arquivo output.mkv? Como foi feito por você, devia ser output.avi&#8230;</p>
<p>/me runs</p>
<p>Falando sério agora, legal sua dica. Vou testar esse HandBrake e guardar seu script por aqui. Fico no aguardo das dicas pra legenda.</p>
<p>Valeu,<br />
  - Ademar</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.484 seconds -->
