<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/any2dvd/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/any2dvd/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 30 Sep 2007 23:14:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/any2dvd/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>imagemagic-6.3.5.10 CLI option changed</title><link>https://sourceforge.net/p/any2dvd/patches/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Required changes for imagemagic-6.3.5.10 in any2dvd-3.6_beta&lt;/p&gt;
&lt;p&gt;You maybe should code the script against specific version (which is currently up to date). If the version differs from the one that the script was coded for, you should throw out a warning that commandline options of the tool XYZ may have changed.&lt;/p&gt;
&lt;p&gt;Something like:&lt;/p&gt;
&lt;p&gt;!WARNING! ${TOOLXYZ} version is newer/older than expected, this implies that CLI options may have changed and it might break that script.&lt;/p&gt;
&lt;p&gt;-#     In a terminal type `convert -list type`, if the fonts package is installed correctly, it will show a list of fonts&lt;br /&gt;
+#     In a terminal type `convert -list font`, if the fonts package is installed correctly, it will show a list of fonts&lt;/p&gt;
&lt;p&gt;-  GS_XML=`convert -list type | grep Path: | grep ghostscript | awk '{print $2}'`&lt;br /&gt;
+  GS_XML=`convert -list font | grep Path: | grep ghostscript | awk '{print $2}'`&lt;/p&gt;
&lt;p&gt;I am not 100% shure but I guess you mixed up these two:&lt;br /&gt;
Checking if Transcode can decode audio stream ... YES&lt;br /&gt;
Checking if Transcode can decode video stream without MPlayer ... YES&lt;/p&gt;
&lt;p&gt;any2vob (line 2088 and 2091) as example&lt;/p&gt;
&lt;p&gt;When watching the output tmp folder it creats a m2v file but shows "Checking if Transcode can decode audio stream ..." ;-)&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;
Bjoern&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjoern</dc:creator><pubDate>Sun, 30 Sep 2007 23:14:09 -0000</pubDate><guid>https://sourceforge.net7d9a2343cd94382dbb6442cca0c416c88e3eeef0</guid></item><item><title>Patch for minor problems with any2dvd 0.34</title><link>https://sourceforge.net/p/any2dvd/patches/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I stumbled across some minor problems yesterday, when I wanted to make DVDs of some avi files. &lt;/p&gt;
&lt;p&gt;The first problem occurred on line 6300:&lt;/p&gt;
&lt;p&gt;cd $currDir&lt;/p&gt;
&lt;p&gt;The script bailed out since the directory I was working in/with contained spaces. Quoting $currDir solved the problem.&lt;/p&gt;
&lt;p&gt;The second problem was when the DVD file structure were to be created, and dvdauthor complained about widescreen="nopanscan". Reading some forum posts, I found out that dvdauthor recently was made stricter when using 4:3 format (which I did). I'm using dvdauthor 0.6.14, by the way. The solution to this was to add some if statements, which - if $ASPECT is 4:3 - removed the creation of the&lt;/p&gt;
&lt;p&gt;&amp;lt;video widescreen="nopanscan" /&amp;gt;&lt;/p&gt;
&lt;p&gt;lines, and the widescreen="nopanscan" from the &amp;lt;video ... /&amp;gt; lines defining the aspect and resolution, in the $XMLFILE.&lt;/p&gt;
&lt;p&gt;Here is a patch solving these problems, if you'll accept it.&lt;/p&gt;
&lt;p&gt;Thank you for a nifty tool :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cryosome</dc:creator><pubDate>Wed, 09 May 2007 16:53:57 -0000</pubDate><guid>https://sourceforge.net7d9e4ba507692c22a8e318703c873b9796a34013</guid></item><item><title>several changes</title><link>https://sourceforge.net/p/any2dvd/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;I hereby submit a diff file with modifications I had to include in any2vob so some trouble was by-passed:&lt;/p&gt;
&lt;p&gt;1) arial.ttf not found&lt;br /&gt;
2) broken sed command (Error: "Search pattern not terminated at -e line 1")&lt;br /&gt;
3) cat overwriting ogg_tmp.dat file, which as a result gets empty and no video/audio/subtitles are detecting when using ogmdemux on ogm files&lt;br /&gt;
4) adding the possibility that the audio files written by ogmdemux are mp3 and not ogg&lt;br /&gt;
5) minor problem with "SUBFONT" environment variable&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Miguel&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Miguel</dc:creator><pubDate>Thu, 01 Feb 2007 09:02:24 -0000</pubDate><guid>https://sourceforge.net3df7ba4583ed7a1afdb7a1facd99d0781656f15c</guid></item><item><title>with patch attached this time</title><link>https://sourceforge.net/p/any2dvd/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Since which itch was badly needed scratching, I thought&lt;br /&gt;
I could probably share the experience over.&lt;/p&gt;
&lt;p&gt;The point is that with this patch I could sort of use&lt;br /&gt;
any2dvd to convert some AVI's to DVD. There are a lot&lt;br /&gt;
of problems into the code because any2DVD uses a lot of&lt;br /&gt;
external programs which can fail mysteriously. I don't&lt;br /&gt;
want to be misunderstood, any2dvd is an amazing&lt;br /&gt;
program, very nicely done and organized, but the sheer&lt;br /&gt;
complexity of what it tries to achieve is astonishing.&lt;/p&gt;
&lt;p&gt;Any2dvd does a pretty descent job with my patch which&lt;br /&gt;
works around merely some bugs exposed due to bash&lt;br /&gt;
upgrades, changing the argument handling, and minor bug&lt;br /&gt;
fixing.&lt;/p&gt;
&lt;p&gt;If there is sufficient interest I may turn this patch&lt;br /&gt;
to a series of smaller for inclusion. If not I hope&lt;br /&gt;
that anybody hits the archives with the same questions&lt;br /&gt;
like me, may find in this patch the solution. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Apr 2006 17:20:57 -0000</pubDate><guid>https://sourceforge.netf4f0112744e89e7d19c179b5993978b4c5297dc2</guid></item><item><title>patch to make any2dvd working again with recent bash</title><link>https://sourceforge.net/p/any2dvd/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ok,&lt;/p&gt;
&lt;p&gt;Since I scratched the which was badly needed&lt;br /&gt;
scratching, I thought I could&lt;br /&gt;
probably share the experience over.&lt;/p&gt;
&lt;p&gt;The point is that with this patch I could sort of use&lt;br /&gt;
any2dvd&lt;br /&gt;
to convert some AVI's to DVD. There are a lot of&lt;br /&gt;
problems into&lt;br /&gt;
the code because any2DVD uses a lot of external&lt;br /&gt;
programs which&lt;br /&gt;
can fail mysteriously. I don't want to be&lt;br /&gt;
misunderstood, any2dvd&lt;br /&gt;
is an amazing program, very nicely done and organized,&lt;br /&gt;
but the&lt;br /&gt;
sheer complexity of what it tries to achieve is&lt;br /&gt;
astonishing.&lt;br /&gt;
Any2dvd does a pretty descent job with my patch which&lt;br /&gt;
works around&lt;br /&gt;
merely some bugs exposed due to bash upgrades, changing the&lt;br /&gt;
argument handling, and minor bug fixing.&lt;/p&gt;
&lt;p&gt;If there is sufficient interest I may turn this patch&lt;br /&gt;
to a series&lt;br /&gt;
of smaller for inclusion. If not I hope that anybody&lt;br /&gt;
hits the&lt;br /&gt;
archives with the same questions like me, may find in&lt;br /&gt;
this patch&lt;br /&gt;
the solution.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 26 Apr 2006 17:18:05 -0000</pubDate><guid>https://sourceforge.net413f2402ae6a9344002b5ce437adb8c611364b0b</guid></item></channel></rss>