<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Tue May 21, 2013 7:40 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Tue May 21, 2013 7:40 am</pubDate>
  <lastBuildDate>Tue May 21, 2013 7:40 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>zenity progress bar</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=104716#104716</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=19987'&gt;sh2515&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Mar 03, 2012 5:20 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi&lt;br /&gt;
&lt;br /&gt;
Wanting to get a progress bar to to show the progress going up per file converted but all I get is 0% or finished it all 100%&lt;br /&gt;
&lt;br /&gt;
here is the code for converting video cast to audio for my dog walks&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
cd ~/Videos/casts&lt;br /&gt;
echo n | for i in *.*; do&lt;br /&gt;
ffmpeg -i $i -vn -acodec copy ~/Videos/casts/audio/&amp;quot;$&amp;#123;i%.*&amp;#125;&amp;quot;.mp4&lt;br /&gt;
done 2&amp;gt;&amp;amp;1 | zenity --title=&amp;quot;coverting&amp;quot; --text=&amp;quot;$i&amp;quot; --progress --percentage=0 --auto-kill&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
any ideas</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=104716#104716</comments>
                                        <author>sh2515</author>
                                        <pubDate>Sat Mar 03, 2012 5:20 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=104716#104716</guid>
                                      </item></channel></rss>