<?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>mein neues blog</title>
	<atom:link href="http://mein-neues-blog.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://mein-neues-blog.de</link>
	<description>Ein weiteres tolles WordPress-Blog</description>
	<lastBuildDate>Thu, 17 May 2012 03:18:56 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>traGtor 0.8.53: New bitrate syntax</title>
		<link>http://mein-neues-blog.de/2012/05/07/tragtor-0-8-53-new-bitrate-syntax/</link>
		<comments>http://mein-neues-blog.de/2012/05/07/tragtor-0-8-53-new-bitrate-syntax/#comments</comments>
		<pubDate>Mon, 07 May 2012 09:46:27 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[traGtor]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1258</guid>
		<description><![CDATA[Version 0.8.53: * New bitrate syntax with selector and config * Fixed some width/height issues in UI * Compiler options in text view with scrollbar]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.53:
* New bitrate syntax with selector and config
* Fixed some width/height issues in UI
* Compiler options in text view with scrollbar</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/05/07/tragtor-0-8-53-new-bitrate-syntax/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copy/Rip Flash videos under Linux to watch them in local players</title>
		<link>http://mein-neues-blog.de/2012/04/23/copyrip-flash-videos-under-linux-gnome-to-watch-them-in-local-players/</link>
		<comments>http://mein-neues-blog.de/2012/04/23/copyrip-flash-videos-under-linux-gnome-to-watch-them-in-local-players/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:29:55 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1251</guid>
		<description><![CDATA[With Flash 9 it was done in a blink &#8211; look in your /tmp and copy the appropriate file to have it as a local video for watching in a more suitable player like VLC. Since Flash 10 it isn&#8217;t possible anymore so I decided to write a script which copies the data from memory [...]]]></description>
			<content:encoded><![CDATA[<p>With Flash 9 it was done in a blink &#8211; look in your /tmp and copy the appropriate file to have it as a local video for watching in a more suitable player like VLC. Since Flash 10 it isn&#8217;t possible anymore so I decided to write a script which copies the data from memory to your hard drive. <strong>This script needs Zenity</strong> (default in Gnome) and is written in Python.</p>
<p><strong>It doens&#8217;t work on Youtube</strong> since they stream their Flash content but is usable on a lot of other file and video hosters like Dailymotion, Vimeo, Sockshare, Streamload, Putlocker and many others.</p>
<h2>Installation:</h2>
<pre>wget http://mein-neues-blog.de/files/ripflash
chmod a+x ripflash
sudo mv ripflash /usr/local/bin</pre>
<p>If you like you may want to create a starter in your menu.</p>
<h2>Usage:</h2>
<p>Open the video in your browser and wait until it was loaded completely.</p>
<pre> ripflash [path]</pre>
<p>It lists all video file descriptors opened by your flash plugin and lets you select which of them should be copied. They have some cryptic ID&#8217;s which isn&#8217;t that comfortable but for this quick&#8217;n'dirty solution it seems good enough.</p>
<p>If path is omitted it will ask you where to save the file to. It is named automatically after the given ID so the dialog and the command line option wants to know a folder to save to.</p>
<pre>ripflash /home/user/Desktop</pre>
<p>or</p>
<pre>user@machine~$: ripflash Desktop</pre>
<p>&#8230;will copy the files to your Desktop without asking for a path.</p>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/04/23/copyrip-flash-videos-under-linux-gnome-to-watch-them-in-local-players/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>traGtor 0.8.52: Time display</title>
		<link>http://mein-neues-blog.de/2012/04/21/tragtor-0-8-52-time-display/</link>
		<comments>http://mein-neues-blog.de/2012/04/21/tragtor-0-8-52-time-display/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 23:10:29 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[traGtor]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1249</guid>
		<description><![CDATA[Version 0.8.52: * Time display in progress window functional again]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.52:
* Time display in progress window functional again</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/04/21/tragtor-0-8-52-time-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>traGtor 0.8.51: Progress bar</title>
		<link>http://mein-neues-blog.de/2012/04/19/tragtor-0-8-51-progress-bar/</link>
		<comments>http://mein-neues-blog.de/2012/04/19/tragtor-0-8-51-progress-bar/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 12:47:04 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[traGtor]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1247</guid>
		<description><![CDATA[Version 0.8.51: *Progress bar functional again]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.51:
*Progress bar functional again</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/04/19/tragtor-0-8-51-progress-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>traGtor 0.8.50: RegEx in stream detection</title>
		<link>http://mein-neues-blog.de/2012/04/10/tragtor-0-8-50-regex-in-stream-detection/</link>
		<comments>http://mein-neues-blog.de/2012/04/10/tragtor-0-8-50-regex-in-stream-detection/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 09:30:36 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Notizblog]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1244</guid>
		<description><![CDATA[Version 0.8.50: * RegEx for audio stream detection]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.50:
* RegEx for audio stream detection</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/04/10/tragtor-0-8-50-regex-in-stream-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>traGtor 0.8.49: Preset bugs</title>
		<link>http://mein-neues-blog.de/2012/03/31/tragtor-0-8-49-preset-bugs/</link>
		<comments>http://mein-neues-blog.de/2012/03/31/tragtor-0-8-49-preset-bugs/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 22:12:59 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Notizblog]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1242</guid>
		<description><![CDATA[Version 0.8.49: * Deinterlace not set in fillValues * [streamcopy] not available in presets]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.49:
* Deinterlace not set in fillValues
* [streamcopy] not available in presets</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/03/31/tragtor-0-8-49-preset-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xplanetFX 2.4.12: Bug with XFCE autostart</title>
		<link>http://mein-neues-blog.de/2012/03/30/xplanetfx-2-4-12-bug-with-xfce-autostart/</link>
		<comments>http://mein-neues-blog.de/2012/03/30/xplanetfx-2-4-12-bug-with-xfce-autostart/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 21:47:29 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[xplanetFX]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1240</guid>
		<description><![CDATA[Version 2.4.12: * Autostart entry in XFCE 4 broken]]></description>
			<content:encoded><![CDATA[<pre>Version 2.4.12:
* Autostart entry in XFCE 4 broken</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/03/30/xplanetfx-2-4-12-bug-with-xfce-autostart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xplanetFX: new template &#8220;Dog&#8221;</title>
		<link>http://mein-neues-blog.de/2012/03/27/xplanetfx-new-template-dog/</link>
		<comments>http://mein-neues-blog.de/2012/03/27/xplanetfx-new-template-dog/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 19:41:23 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Eyecandy]]></category>
		<category><![CDATA[xplanetFX]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1236</guid>
		<description><![CDATA[Let&#8217;s call it kind of a request&#8230;]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s call it kind of a request&#8230;<a href="http://mein-neues-blog.de/wp-content/uploads/2012/03/dog.png" rel="lightbox[1236]"><img src="http://mein-neues-blog.de/wp-content/uploads/2012/03/dog-320x133.png" alt="" title="dog" width="320" height="133" class="alignright size-medium wp-image-1237" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/03/27/xplanetfx-new-template-dog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xplanetFX 2.4.11: Sandbox has composite</title>
		<link>http://mein-neues-blog.de/2012/03/11/xplanetfx-2-4-11-sandbox-has-composite/</link>
		<comments>http://mein-neues-blog.de/2012/03/11/xplanetfx-2-4-11-sandbox-has-composite/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 00:01:49 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[xplanetFX]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1229</guid>
		<description><![CDATA[Version 2.4.11: * Sandbox has composite function, too]]></description>
			<content:encoded><![CDATA[<pre>Version 2.4.11:
* Sandbox has composite function, too</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/03/11/xplanetfx-2-4-11-sandbox-has-composite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>traGtor 0.8.48: Previews on click</title>
		<link>http://mein-neues-blog.de/2012/03/05/tragtor-0-8-48-previews-on-click/</link>
		<comments>http://mein-neues-blog.de/2012/03/05/tragtor-0-8-48-previews-on-click/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 20:59:55 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[traGtor]]></category>

		<guid isPermaLink="false">http://mein-neues-blog.de/?p=1227</guid>
		<description><![CDATA[Version 0.8.48: * Preview generation on right click]]></description>
			<content:encoded><![CDATA[<pre>Version 0.8.48:
* Preview generation on right click</pre>
]]></content:encoded>
			<wfw:commentRss>http://mein-neues-blog.de/2012/03/05/tragtor-0-8-48-previews-on-click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

