<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AVI + AVI + Linux = DVD</title>
	<atom:link href="http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/</link>
	<description>Making up launch dates since 1982</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:57:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ibmercurial</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-38517</link>
		<dc:creator>ibmercurial</dc:creator>
		<pubDate>Mon, 10 Dec 2007 14:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-38517</guid>
		<description>Worked great !!! Thank You</description>
		<content:encoded><![CDATA[<p>Worked great !!! Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-37670</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 31 Oct 2007 22:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-37670</guid>
		<description>Note: dvgrab can convert from DV Type 1 to DV Type 2 and vice versa</description>
		<content:encoded><![CDATA[<p>Note: dvgrab can convert from DV Type 1 to DV Type 2 and vice versa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVI to DVD format in Linux Ubuntu Script &#124; Realtimeedit</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-37367</link>
		<dc:creator>AVI to DVD format in Linux Ubuntu Script &#124; Realtimeedit</dc:creator>
		<pubDate>Sun, 07 Oct 2007 18:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-37367</guid>
		<description>[...] to Movabletripe for helping me make [...]</description>
		<content:encoded><![CDATA[<p>[...] to Movabletripe for helping me make [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad H. L.</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-35443</link>
		<dc:creator>Prasad H. L.</dc:creator>
		<pubDate>Tue, 14 Aug 2007 11:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-35443</guid>
		<description>Good FAQ!

I would like to add one point regarding AVIs containing DV Type 1 format.

There is no proper tool in open source (as far as I know) for converting a DV Type 1 AVI to DV Type 2 AVI. The above given FAQ is the solution for this problem with one small modification.

Instead of 
&lt;code&gt;mencoder -o finalmovie.avi -noidx -oac copy -ovc copy concatenatedfile.avi&lt;/code&gt;
use 
&lt;code&gt;mencoder -o finalmovie.avi -noidx -oac pcm -ovc copy concatenatedfile.avi&lt;/code&gt;
in which the Audio codec is specified to be other than &#039;copy&#039;. This is necessary because DV Type 1 AVI has just one stream which contains both audio and video interleaved (see &lt;a href=&quot;http://www.microsoft.com/whdc/archive/dvavi.mspx&quot; rel=&quot;nofollow&quot;&gt;http://www.microsoft.com/whdc/archive/dvavi.mspx&lt;/a&gt; for details).</description>
		<content:encoded><![CDATA[<p>Good FAQ!</p>
<p>I would like to add one point regarding AVIs containing DV Type 1 format.</p>
<p>There is no proper tool in open source (as far as I know) for converting a DV Type 1 AVI to DV Type 2 AVI. The above given FAQ is the solution for this problem with one small modification.</p>
<p>Instead of<br />
<code>mencoder -o finalmovie.avi -noidx -oac copy -ovc copy concatenatedfile.avi</code><br />
use<br />
<code>mencoder -o finalmovie.avi -noidx -oac pcm -ovc copy concatenatedfile.avi</code><br />
in which the Audio codec is specified to be other than &#8216;copy&#8217;. This is necessary because DV Type 1 AVI has just one stream which contains both audio and video interleaved (see <a href="http://www.microsoft.com/whdc/archive/dvavi.mspx" rel="nofollow">http://www.microsoft.com/whdc/archive/dvavi.mspx</a> for details).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-27446</link>
		<dc:creator>Bud</dc:creator>
		<pubDate>Mon, 04 Jun 2007 06:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-27446</guid>
		<description>Thanks for this tutorial, it helped me out and was great, i wrote this little script based on the tutorial i hope somebody can find some use for it, as i said it was written to learn so please dont comment on the quality of the code, 

usage, 

chmod +x scriptname
./scriptname [ [ -b outputfile ] input file(s) ]

function check_input {
	if [ &quot;$2&quot; ];
		then
			echo &quot;Concatenating selected files Please wait...&quot;
			cat &quot;$@&quot; &gt; merged&quot;$outputfilename&quot;.avi
			echo &quot;Concatenation complete&quot;
			echo &quot;Syncronizing concatenated file&quot;
			mencoder -o &quot;$outputfilename&quot;.avi -noidx -oac copy -ovc copy merged&quot;$outputfilename&quot;.avi
			echo &quot;Removing concatenated file to preserve disc space&quot;
			rm merged&quot;$outputfilename&quot;.avi
	else
			echo &quot;Only one file for conversion, concatenation skipped&quot;
			echo &quot;Preparing file for conversion. Please wait...&quot;
			cp &quot;$1&quot; &quot;$outputfilename&quot;.avi
	fi
}

if [ &quot;$1&quot; ]
then
	if [ &quot;$1&quot; = &quot;-b&quot; ] &amp;&amp; [ &quot;$3&quot; ]
		then
			for i in &quot;${@:3:$#}&quot;
				do
					echo &quot;Checking&quot; &quot;$i&quot; &quot;exists.....&quot;
					if test -e &quot;$i&quot;
						then
							echo &quot;....does&quot;
						else
							echo &quot;Cannot find&quot; &quot;$i&quot; &quot;Please re-check your input&quot;
							echo &quot;Exiting....&quot;
							exit 1
					fi
				done
			outputfilename=&quot;$2&quot;
			inputfilename=&quot;${@:3:$#}&quot;
			check_input ${@:3:$#}
	else 
		for i in &quot;$@&quot;
			do
				echo &quot;Checking&quot; &quot;$i&quot; &quot;exists.....&quot;
				if test -e &quot;$i&quot;
					then
						echo &quot;....does&quot;
					else
						echo &quot;Cannot find&quot; &quot;$i&quot; &quot;Please re-check your input&quot;
						echo &quot;Exiting....&quot;
						exit 1	
				fi
			done
		outputfilename=&quot;finalmovie&quot;
		inputfilename=&quot;$1&quot;
		check_input &quot;$1&quot;
	fi
else
		echo &quot;ERROR: You must input at least one file for conversion!&quot;
		echo &quot;Expected Syntax: ./mkdvd [ [ -b outputfile ] &#039;file1&#039; &#039;file2&#039; &#039;etc..&#039; ]&quot;
		exit 1
fi

echo &quot;Converting to mpg (This may take a long time...)&quot;
ffmpeg -i &quot;$outputfilename&quot;.avi -y -target pal-dvd -sameq -aspect 16:9 &quot;$outputfilename&quot;.mpg
echo &quot;Conversion Complete&quot;

echo &quot;Creating DVD files Please wait...&quot;
dvdauthor --title -o &quot;$outputfilename&quot; -f &quot;$outputfilename&quot;.mpg
dvdauthor -o $outputfilename -T
echo &quot;DVD file creation complete&quot;

echo &quot;Removing uneeded files&quot;
rm &quot;$outputfilename&quot;.avi
rm &quot;$outputfilename&quot;.mpg

echo &quot;Creating burnable ISO image&quot;
mkisofs -dvd-video -o &quot;$outputfilename&quot;.iso $outputfilename/
echo &quot;ISO image creation complete&quot;
echo &quot;Removing uneeded directory&quot;
rm -r &quot;$outputfilename&quot;

read -n 1 -p &quot;Do you wish to burn your project now? (y/n)&quot; burn
echo &quot;&quot;
if [ $burn == &quot;y&quot; ]
	then
		read -n 1 -p &quot;Have you insereted a blank disc? (y/n)&quot; disc_inserted
		echo &quot;&quot;
		if [ $disc_inserted == &quot;y&quot; ]
			then
				growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&quot;$outputfilename&quot;/*
			else
				echo &quot;You may burn your project later using: &#039;growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&quot;$outputfilename&quot;/*&#039;&quot;
				exit 0
		fi
	else
		echo &quot;You may burn your project at a later date using: &#039;growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&quot;$outputfilename&quot;/*&#039;&quot;
		exit 0
fi</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial, it helped me out and was great, i wrote this little script based on the tutorial i hope somebody can find some use for it, as i said it was written to learn so please dont comment on the quality of the code, </p>
<p>usage, </p>
<p>chmod +x scriptname<br />
./scriptname [ [ -b outputfile ] input file(s) ]</p>
<p>function check_input {<br />
	if [ "$2" ];<br />
		then<br />
			echo &#8220;Concatenating selected files Please wait&#8230;&#8221;<br />
			cat &#8220;$@&#8221; &gt; merged&#8221;$outputfilename&#8221;.avi<br />
			echo &#8220;Concatenation complete&#8221;<br />
			echo &#8220;Syncronizing concatenated file&#8221;<br />
			mencoder -o &#8220;$outputfilename&#8221;.avi -noidx -oac copy -ovc copy merged&#8221;$outputfilename&#8221;.avi<br />
			echo &#8220;Removing concatenated file to preserve disc space&#8221;<br />
			rm merged&#8221;$outputfilename&#8221;.avi<br />
	else<br />
			echo &#8220;Only one file for conversion, concatenation skipped&#8221;<br />
			echo &#8220;Preparing file for conversion. Please wait&#8230;&#8221;<br />
			cp &#8220;$1&#8243; &#8220;$outputfilename&#8221;.avi<br />
	fi<br />
}</p>
<p>if [ "$1" ]<br />
then<br />
	if [ "$1" = "-b" ] &amp;&amp; [ "$3" ]<br />
		then<br />
			for i in &#8220;${@:3:$#}&#8221;<br />
				do<br />
					echo &#8220;Checking&#8221; &#8220;$i&#8221; &#8220;exists&#8230;..&#8221;<br />
					if test -e &#8220;$i&#8221;<br />
						then<br />
							echo &#8220;&#8230;.does&#8221;<br />
						else<br />
							echo &#8220;Cannot find&#8221; &#8220;$i&#8221; &#8220;Please re-check your input&#8221;<br />
							echo &#8220;Exiting&#8230;.&#8221;<br />
							exit 1<br />
					fi<br />
				done<br />
			outputfilename=&#8221;$2&#8243;<br />
			inputfilename=&#8221;${@:3:$#}&#8221;<br />
			check_input ${@:3:$#}<br />
	else<br />
		for i in &#8220;$@&#8221;<br />
			do<br />
				echo &#8220;Checking&#8221; &#8220;$i&#8221; &#8220;exists&#8230;..&#8221;<br />
				if test -e &#8220;$i&#8221;<br />
					then<br />
						echo &#8220;&#8230;.does&#8221;<br />
					else<br />
						echo &#8220;Cannot find&#8221; &#8220;$i&#8221; &#8220;Please re-check your input&#8221;<br />
						echo &#8220;Exiting&#8230;.&#8221;<br />
						exit 1<br />
				fi<br />
			done<br />
		outputfilename=&#8221;finalmovie&#8221;<br />
		inputfilename=&#8221;$1&#8243;<br />
		check_input &#8220;$1&#8243;<br />
	fi<br />
else<br />
		echo &#8220;ERROR: You must input at least one file for conversion!&#8221;<br />
		echo &#8220;Expected Syntax: ./mkdvd [ [ -b outputfile ] &#8216;file1&#8242; &#8216;file2&#8242; &#8216;etc..&#8217; ]&#8221;<br />
		exit 1<br />
fi</p>
<p>echo &#8220;Converting to mpg (This may take a long time&#8230;)&#8221;<br />
ffmpeg -i &#8220;$outputfilename&#8221;.avi -y -target pal-dvd -sameq -aspect 16:9 &#8220;$outputfilename&#8221;.mpg<br />
echo &#8220;Conversion Complete&#8221;</p>
<p>echo &#8220;Creating DVD files Please wait&#8230;&#8221;<br />
dvdauthor &#8211;title -o &#8220;$outputfilename&#8221; -f &#8220;$outputfilename&#8221;.mpg<br />
dvdauthor -o $outputfilename -T<br />
echo &#8220;DVD file creation complete&#8221;</p>
<p>echo &#8220;Removing uneeded files&#8221;<br />
rm &#8220;$outputfilename&#8221;.avi<br />
rm &#8220;$outputfilename&#8221;.mpg</p>
<p>echo &#8220;Creating burnable ISO image&#8221;<br />
mkisofs -dvd-video -o &#8220;$outputfilename&#8221;.iso $outputfilename/<br />
echo &#8220;ISO image creation complete&#8221;<br />
echo &#8220;Removing uneeded directory&#8221;<br />
rm -r &#8220;$outputfilename&#8221;</p>
<p>read -n 1 -p &#8220;Do you wish to burn your project now? (y/n)&#8221; burn<br />
echo &#8220;&#8221;<br />
if [ $burn == "y" ]<br />
	then<br />
		read -n 1 -p &#8220;Have you insereted a blank disc? (y/n)&#8221; disc_inserted<br />
		echo &#8220;&#8221;<br />
		if [ $disc_inserted == "y" ]<br />
			then<br />
				growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&#8221;$outputfilename&#8221;/*<br />
			else<br />
				echo &#8220;You may burn your project later using: &#8216;growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&#8221;$outputfilename&#8221;/*&#8217;&#8221;<br />
				exit 0<br />
		fi<br />
	else<br />
		echo &#8220;You may burn your project at a later date using: &#8216;growisofs -dvd-compat -dvd-video -speed=4 -Z /dev/dvd ./&#8221;$outputfilename&#8221;/*&#8217;&#8221;<br />
		exit 0<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Łączenie kilku plików avi w jeden at Hadret&#8217;s.Blog</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-25991</link>
		<dc:creator>Łączenie kilku plików avi w jeden at Hadret&#8217;s.Blog</dc:creator>
		<pubDate>Sat, 26 May 2007 19:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-25991</guid>
		<description>[...] zna sporo odpowiedzi na to pytanie. Odfiltrowałem kilka z nich i przyjrzałem im się bliżej. Pierwsza jest przeznaczona do połączenia kilku plików avi i wypalenia ich formacie DVD - to drugie mnie [...]</description>
		<content:encoded><![CDATA[<p>[...] zna sporo odpowiedzi na to pytanie. Odfiltrowałem kilka z nich i przyjrzałem im się bliżej. Pierwsza jest przeznaczona do połączenia kilku plików avi i wypalenia ich formacie DVD &#8211; to drugie mnie [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-20182</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 28 Mar 2007 01:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-20182</guid>
		<description>I tried this process on a fat32 partition - mkisofs and growisofs failed.  This is because they need the filenames to all be uppercase.  Ending up resorting to creating a big enough ext3 partition and doing it from there.  Worked well, except for a lot of buffer underruns when using ffmpeg, which may have been the source of some skips on the final product.

Thanks for a really clear guide.</description>
		<content:encoded><![CDATA[<p>I tried this process on a fat32 partition &#8211; mkisofs and growisofs failed.  This is because they need the filenames to all be uppercase.  Ending up resorting to creating a big enough ext3 partition and doing it from there.  Worked well, except for a lot of buffer underruns when using ffmpeg, which may have been the source of some skips on the final product.</p>
<p>Thanks for a really clear guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-15795</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 16 Feb 2007 04:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-15795</guid>
		<description>Great instructions but have a weird issue.  Finalmovie.avi is perfect, but when I do the ffmpeg step the resulting fimalmovie.mpg file contains the entire finalmovie.avi, plus the last 45 minutes repeated again at the end of what was the end of the finalmovie.avi.  Not really an issue but the resulting files are extremely close to the capacatiy of my storage media.</description>
		<content:encoded><![CDATA[<p>Great instructions but have a weird issue.  Finalmovie.avi is perfect, but when I do the ffmpeg step the resulting fimalmovie.mpg file contains the entire finalmovie.avi, plus the last 45 minutes repeated again at the end of what was the end of the finalmovie.avi.  Not really an issue but the resulting files are extremely close to the capacatiy of my storage media.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mavric</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-10573</link>
		<dc:creator>mavric</dc:creator>
		<pubDate>Sun, 07 Jan 2007 19:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-10573</guid>
		<description>I am getting repeated buffer underflows when running ffmpeg.......  dvd @ 0x82c8a80]buffer underflow.  How would i fix this? I&#039;ve read that a few dont hurt anything, but repeated underflows will hose the final output.</description>
		<content:encoded><![CDATA[<p>I am getting repeated buffer underflows when running ffmpeg&#8230;&#8230;.  dvd @ 0&#215;82c8a80]buffer underflow.  How would i fix this? I&#8217;ve read that a few dont hurt anything, but repeated underflows will hose the final output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/comment-page-1/#comment-909</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 29 Aug 2006 12:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://movabletripe.com/archive/avi-plus-avi-plus-linux-equals-dvd/#comment-909</guid>
		<description>You can also try &lt;a href=&quot;http://www.linuxquestions.org/questions/showthread.php?p=1563577#post1563577&quot; rel=&quot;nofollow&quot;&gt;dvdrequant&lt;/a&gt;, which I have personally had some success with when requantisizing a DVD-9 to a DVD-5.</description>
		<content:encoded><![CDATA[<p>You can also try <a href="http://www.linuxquestions.org/questions/showthread.php?p=1563577#post1563577" rel="nofollow">dvdrequant</a>, which I have personally had some success with when requantisizing a DVD-9 to a DVD-5.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
