<?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>Alt.bin - alt.binaries - usenet binaries - bitcoin &#187; batch</title>
	<atom:link href="http://altbin.net/category/batch/feed" rel="self" type="application/rss+xml" />
	<link>http://altbin.net</link>
	<description>The complete reference about alt.binaries newsgroups on usenet</description>
	<lastBuildDate>Fri, 04 May 2012 19:56:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>mass-repair avi videos with broken index</title>
		<link>http://altbin.net/mass-repair-avi-videos-with-broken-index</link>
		<comments>http://altbin.net/mass-repair-avi-videos-with-broken-index#comments</comments>
		<pubDate>Mon, 15 Sep 2008 21:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[avi]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[divfixpp]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[repair]]></category>

		<guid isPermaLink="false">http://altbin.net/mass-repair-avi-videos-with-broken-index/</guid>
		<description><![CDATA[so yeah, my camera makes broken avi videos and I had a bunch of them to repair : for i in *.avi; do mencoder -idx $i -ovc copy -oac copy -o $i.repaired.avi; done ( that&#8217;s a command-line for those who wonder ) this only repairs the index, no re-encoding divfixpp repairs indexes as well, but [...]]]></description>
		<wfw:commentRss>http://altbin.net/mass-repair-avi-videos-with-broken-index/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Batch convert a huge number of jpg images into one single pdf file</title>
		<link>http://altbin.net/batch-convert-huge-number-of-jpg</link>
		<comments>http://altbin.net/batch-convert-huge-number-of-jpg#comments</comments>
		<pubDate>Tue, 07 Feb 2006 18:08:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[batch]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[jpg]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdftk]]></category>
		<category><![CDATA[scan]]></category>

		<guid isPermaLink="false">http://altbin.net/batch-convert-a-huge-number-of-jpg-images-into-one-single-pdf-file/</guid>
		<description><![CDATA[1 &#8211; Convert all the jpg files into pdf files with ImageMagick : $ for i in *.jpg; do convert $i $i.pdf; done 2 &#8211; Merge, concantenate, join all the pdf files into one with pdftk : $ pdftk *.pdf cat output output.pdf Note : convert from ImageMagick won&#8217;t work if there are too many [...]]]></description>
		<wfw:commentRss>http://altbin.net/batch-convert-huge-number-of-jpg/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

