<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; convert</title> <atom:link href="http://www.ghacks.net/tag/convert/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Converting Binary to Hexadecimal</title><link>http://www.ghacks.net/2011/09/21/converting-binary-to-hexadecimal/</link> <comments>http://www.ghacks.net/2011/09/21/converting-binary-to-hexadecimal/#comments</comments> <pubDate>Wed, 21 Sep 2011 05:09:43 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[binary]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[hexadecimal]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=50682</guid> <description><![CDATA[Every now and then it’s nice to take break from tutorials, and look at something a little geekier. We’ve all seen binary code, and most people know it’s made up of two characters, zeros and ones. Most people also understand that binary code can be converted into decimal by taking the binary number from the [...]]]></description> <content:encoded><![CDATA[<p>Every now and then it’s nice to take break from tutorials, and look at something a little geekier. We’ve all seen binary code, and most people know it’s made up of two characters, zeros and ones. Most people also understand that binary code can be converted into decimal by taking the binary number from the right-hand-side of the sequence and applying it to another sequence of numbers “two to the power of”. For example an eight digit binary code could look like this – “10010001”. This includes one “1”, one “16”, and one “128”, making a grand total of 145. That’s fairly simple. It gets more complex when you add more numbers but the principal is the same.</p><p>Now – if you do a lot of HTML work, you will have seen codes that represent colors. These codes include letters, and are in hexadecimal. The letters are actually numbers but because the characters we commonly use are in base 10, i.e. the digits 0 through to 9, we have to use letters to represent the numbers 10,11,12,13,14 and 15. This is because hexadecimal is base 16, and has 16 digits including zero. We don’t use two characters in a hexadecimal number until we get to the number 16, which is actually “10”. This represents one sixteen. The hexadecimal number “18” is actually sixteen plus 8, which is 24. The hex code “1F” represents 31 in decimal because we have one sixteen plus 15. Get the idea?</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/09/binary-to-hexadecimal.jpg" alt="binary to hexadecimal" title="binary to hexadecimal" width="206" height="244" class="alignnone size-full wp-image-50683" /></p><p>Okay, so we can mostly work out what a hex number in decimal is when we only have two characters. One digit represents how many “16”s we have, and the other is simply counting from zero to fifteen. So the highest number we have is “FF”, which is fifteen times sixteen, plus fifteen. The answer is 255. Already you can see the benefits of hex, because in binary that number would require eight characters, and we’ve done it in two.</p><p>So how do we solve bigger numbers into decimal easier? The answer is to split each hex character into its binary equivalent. So the hex number 8FA4 becomes in binary 1000.1111.1011.0100. Here we can see each number that makes up the ultimate answer. Starting from the left we have a 4, a 16, a 32, a 128 etc… all the way up to the last character, which is a 32,768. Add all the numbers represented by ones together and we have 36772. So our hex code of 8FA4 is actually 36772 in decimal. Four characters to represent something that is sixteen characters in binary is very impressive indeed.</p><p>If you remember back your hex codes in HTML that represent colors, you’ll notice that you have hex codes of 6 characters. The first character represents 16’s, the second 16’s to the power 2, the third is sixteen to the power 3 and so on. If you work it out, the largest number you can have with six hex digits is 16,777,215. Nearly seventeen million colors represented by only six characters.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/09/21/converting-binary-to-hexadecimal/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>PDFZilla Time-limited Giveaway</title><link>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/</link> <comments>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/#comments</comments> <pubDate>Tue, 18 Jan 2011 09:35:44 +0000</pubDate> <dc:creator>Mike Halsey MVP</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[conversion]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[download]]></category> <category><![CDATA[free]]></category> <category><![CDATA[pdf]]></category> <category><![CDATA[pdfzilla]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39062</guid> <description><![CDATA[The PDF converter software, PDZFilla, is now completely free for a limited period.  This isn&#8217;t like any other PDF conversion software though as PDFZilla doesn&#8217;t convert your documents into Adobe&#8217;s portable document format, instead it can convert PDFs back into editable files. It&#8217;s main features include&#8230; Convert PDF to Word Convert PDF to Word with [...]]]></description> <content:encoded><![CDATA[<p>The PDF converter software, PDZFilla, is now completely <em>free</em> for a limited period.  This isn&#8217;t like any other PDF conversion software though as PDFZilla doesn&#8217;t convert your documents <em>into</em> Adobe&#8217;s portable document format, instead it can convert PDFs <em>back</em> into editable files.</p><p>It&#8217;s main features include&#8230;</p><blockquote><p><strong>Convert PDF to Word</strong><br
/> Convert PDF to Word with all text and Graphical data.<br
/> <strong>Convert PDF to RTF</strong><br
/> Convert PDF to Rich Text Files. You can edit all text and graphic by Windows Wordpad.<br
/> <strong>Convert PDF to TXT</strong><br
/> Convert PDF to plain text files. You can edit text by Notepad.<br
/> <strong>Convert PDF to Images</strong><br
/> Convert PDF to BMP, JPG, GIF or TIF files.<br
/> <strong>Convert PDF to HTML</strong><br
/> Convert PDF to HTML files and automatically generate the Index file.<br
/> <strong>Convert PDF to SWF</strong><br
/> Convert PDF to Shockwave Flash Animation files which can be published on websites.<br
/> <strong>Page Selection</strong><br
/> Convert all the pages, or partial pages of PDF file.<br
/> <strong>Easy to use software</strong><br
/> Add a PDF File -&gt; Select the Output File Format -&gt; Click on Start Converting button, then just have a cup of coffee :)</p></blockquote><p>This software is normally $29.95 but is completely free until February 5th 2011.  You can download your copy <a
href="http://www.pdfzilla.com/giveaway.html" target="_blank">here</a> where you will also find a product code.  The best thing about all this is that it&#8217;s just a simple download and there&#8217;s no need to register with the website and give away all your marketing details.</p><p>So for free software, this utility to make your PDF files editable again is an absolute must have!  You can download your free copy <a
href="http://www.pdfzilla.com/giveaway.html" target="_blank">here</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/18/pdfzilla-time-limited-giveaway/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Convert a file before downloading</title><link>http://www.ghacks.net/2007/03/11/convert-a-file-before-downloading/</link> <comments>http://www.ghacks.net/2007/03/11/convert-a-file-before-downloading/#comments</comments> <pubDate>Sun, 11 Mar 2007 19:05:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[files]]></category> <category><![CDATA[media convert]]></category> <category><![CDATA[multimedia convert]]></category> <category><![CDATA[Software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/03/11/convert-a-file-before-downloading/</guid> <description><![CDATA[Media Convert is a new online service which makes it possible to convert a lot of file formats before downloading the file to your computer. All you have to do is add an url and select the input format. Select the format that you want to convert the file to and click on convert. The only restriction is that the file has a maximum size of 150 megabytes, everything above that amount will not be processed.
There are so many supported file formats that it is impossible to name them all. I try to list the most important ones. It supports the most important text formats, such as doc, txt, pdf, rtf and Open Office, many zip formats such as zip, rar and cab. It supports 17 movie formats such as avi, mpg, mov and mp4 and more than 40 audio formats.]]></description> <content:encoded><![CDATA[<p><a
href="http://media-convert.com/convert/" target="_blank">Media Convert</a> is a new online service which makes it possible to convert a lot of file formats before downloading the file to your computer. All you have to do is add an url and select the input format. Select the format that you want to convert the file to and click on convert. The only restriction is that the file has a maximum size of 150 megabytes, everything above that amount will not be processed.</p><p>There are so many supported file formats that it is impossible to name them all. I try to list the most important ones. It supports the most important text formats, such as doc, txt, pdf, rtf and Open Office, many zip formats such as zip, rar and cab. It supports 17 movie formats such as avi, mpg, mov and mp4 and more than 40 audio formats.</p><p><span
id="more-1292"></span></p><p>The process itself takes some time depending on the size of the file which seems to be the major factor of course. A second option that the service offers is to upload a file and let the service convert the file for you. The time that this process takes depends of the upload speed of your internet connection.</p><p>The major advantages of using the media convert service is that you can use their service to convert a needed file into a format that you can edit and read using your computer and that you do not need to install a software to convert files anymore.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/03/11/convert-a-file-before-downloading/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Convert and Burn Avis to DVD</title><link>http://www.ghacks.net/2007/01/07/convert-and-burn-avis-to-dvd/</link> <comments>http://www.ghacks.net/2007/01/07/convert-and-burn-avis-to-dvd/#comments</comments> <pubDate>Sun, 07 Jan 2007 12:42:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[avi]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[create-dvd]]></category> <category><![CDATA[divx]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[dvd-menu]]></category> <category><![CDATA[dvd-styler]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[mpg]]></category> <category><![CDATA[super]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/07/convert-and-burn-avis-to-dvd/</guid> <description><![CDATA[I sometimes have the desire to create custom DVDs of movies that I own or that I downloaded to be able to view them on my tv using a dvd player. Many people might think that it is a rather difficult procedure to convert a avi file into a DVD compliant format and create DVD menus to be able to playback the movies on a standard DVD drive. This is not the case.]]></description> <content:encoded><![CDATA[<p>I sometimes have the desire to create custom DVDs of movies that I own or that I downloaded to be able to view them on my tv using a dvd player. Many people might think that it is a rather difficult procedure to convert a avi file into a DVD compliant format and create DVD menus to be able to playback the movies on a standard DVD drive. This is not the case.</p><p>You do need two freeware programs for the whole procedure. The first is called Super. Super is a great converter that is able to convert to many formats including a DVD compliant MPEG II format. The second freely available application is <a
title="dvd styler" target="_blank" href="http://www.dvdstyler.de/">DVD Styler</a> which we will use to create the navigation of the DVD and the DVD iso file. We can finally burn the iso image using a program that is able to burn such images.</p><p><span
id="more-1073"></span>Start Super the video converter and change the following settings. The output container should be mpg (MPEG II). Everything else can remain the way it is. Drag and drop a avi file into Super and click on Encode (active files). Super will start the conversion and output the new mpg file in the directory where it is installed. The process might take a while depending on your cpu, graphics adapter and the size of the movie.</p><p>Once the conversion is finished we start DVD Styler and create our DVD menu which will later be used to navigate the DVD and start the movies that have been added to it. DVD Styler has a somewhat unusual interface which requires some explanation.</p><p>Action defines the next step after the first button is pressed. We want to play the first movie which is the default value for the first button. Add a second button to the menu and name it accordingly. Now we want the second movie to start which means that we have to select Jump to Title 2 instead of Title 1.</p><p>Continue this for all the movies that you want on the DVD.</p><p>Start by selecting a background from the left background menu. Now add the newly created mpg files by dragging and dropping them into the lower bar of DVD Styler next to Menu 1. The movies should appear on the right side of Menu 1.</p><p>A very basic menu would look like the following. Click on the buttons tab on the left side of the program. Drag and Drop one of the buttons to the right pane. You can move it around and make it smaller or bigger. Right-click the button and select properties.</p><p>The first thing that we should do is change the label that appears in the menu. Rename button 1 to the name of the first movie.</p><p>You could also create separate menus for every movie. Do this by right-clicking the lower pane which contains menu 1 and all the movies that we have added to it. Select Add New Menu and Menu 2 will appear in the pane.</p><p>You do need to create a button that opens Menu 2. The process is similar to linking to a movie. Right-click the button and select properties. Choose Menu 2 in Jump to and the link has been created.</p><p>Adding screenshots or boxart is easy as well. Just drag and drop them into the menu area and place them accordingly. Once you are satisfied with the results click on File in the menu and select Burn DVD. Select the temp directory and the output directory. Make sure you have enough space in both.</p><p>You can find further help in the DVD Styler wiki.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/07/convert-and-burn-avis-to-dvd/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Download and Convert Youtube movies in one step</title><link>http://www.ghacks.net/2007/01/06/download-and-convert-youtube-movies-in-one-step/</link> <comments>http://www.ghacks.net/2007/01/06/download-and-convert-youtube-movies-in-one-step/#comments</comments> <pubDate>Sat, 06 Jan 2007 08:14:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[convert-flv]]></category> <category><![CDATA[dailymotion]]></category> <category><![CDATA[download]]></category> <category><![CDATA[flv]]></category> <category><![CDATA[google-video]]></category> <category><![CDATA[vdownloader]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/01/06/download-and-convert-youtube-movies-in-one-step/</guid> <description><![CDATA[Not long ago I wrote an article about converting flv files which are used by Youtube and Google Video to another format like avi and mpg to be able to watch them on your computer without the need of using a flv player or plugin. Fastdump pointed out in the comments that the program VDownloader would do the same faster and easier, what can I say - he was right.]]></description> <content:encoded><![CDATA[<p>Not long ago I wrote an article about converting flv files which are used by Youtube and Google Video to another format like avi and mpg to be able to watch them on your computer without the need of using a flv player or plugin. Fastdump pointed out in the comments that the program VDownloader would do the same faster and easier, what can I say &#8211; he was right.</p><p>Vdownloader is a little freeware program that scans your clipboard for links to youtube, google video, grinvi and dailymotion. Once it detects such a link the movie will be automatically downloaded and converted to the format that you specified in the settings. You may save the video as avi, mpg or psp and change the output size and audio bitrate in the process.</p><p><span
id="more-1070"></span>Converting youtube videos did not take long at all. A 2 minute video was downloaded and converted in about 2-3 minutes to mpg. I was trying the same on dailymotion and it was working fluent as well. It takes a little bit longer to convert larger videos of course but it still the fastest way that I know of. It is basically a one click download and conversion program.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/01/06/download-and-convert-youtube-movies-in-one-step/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Convert Youtube Video Files to Avi</title><link>http://www.ghacks.net/2006/12/14/convert-youtube-video-files-to-avi/</link> <comments>http://www.ghacks.net/2006/12/14/convert-youtube-video-files-to-avi/#comments</comments> <pubDate>Thu, 14 Dec 2006 08:04:24 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[avi]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[download]]></category> <category><![CDATA[flv]]></category> <category><![CDATA[google-video]]></category> <category><![CDATA[mpg]]></category> <category><![CDATA[video]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/14/convert-youtube-video-files-to-avi/</guid> <description><![CDATA[Youtube and Google Video use the format flv, flash video, to stream the videos on their websites. If you download them using a firefox extension such as Video Downloader you might have problems playing them in your normal video player. One option would be to use a player that supports flv files such as the FLV Player. A better solution would be in my opinion to convert the flv files into avi or mpg which are widely supported and can be send to friends or burned on DVD easier.]]></description> <content:encoded><![CDATA[<p>Youtube and Google Video use the format flv, flash video, to stream the videos on their websites. If you download them using a firefox extension such as Video Downloader you might have problems playing them in your normal video player. One option would be to use a player that supports flv files such as the <a
target="_blank" title="flv player" href="http://download.cnet.com/FLV-Player/3000-13632_4-10467081.html">FLV Player</a>. A better solution would be in my opinion to convert the flv files into avi or mpg which are widely supported and can be send to friends or burned on DVD easier.</p><p>The <a
target="_blank" title="riva flv encoder" href="http://download.cnet.com/Riva-FLV-Encoder/3000-2140_4-10320097.html?part=dl-RivaFLVEn&amp;subj=dl&amp;tag=button">Riva FLV Encoder</a> helps us to convert the downloaded flv files into avi, mpg, quicktime or wmv files. All you need to do is add a local input file (flv in this case) and select an output format by adding the extension to the file. If you want an avi file you simply name it video.avi in the form destination video file.</p><p><span
id="more-1007"></span>You may change additional parameters like movie size, bitrate, framerate and audio if you like. Please note that the results will not be good if you choose to increase the movie size for instance. Hitting Encode will start the process. Once that is finished you may preview the result and try again if you do not like the result.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/14/convert-youtube-video-files-to-avi/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Free Online Conversions</title><link>http://www.ghacks.net/2006/12/09/free-online-conversions/</link> <comments>http://www.ghacks.net/2006/12/09/free-online-conversions/#comments</comments> <pubDate>Sat, 09 Dec 2006 14:14:58 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[The Web]]></category> <category><![CDATA[conversion]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[file]]></category> <category><![CDATA[filetypes]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[image]]></category> <category><![CDATA[movie]]></category> <category><![CDATA[music]]></category> <category><![CDATA[script]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/09/free-online-conversions/</guid> <description><![CDATA[Sometimes you download filetypes that your computer can't read because of a missing viewer or that you would like to transport to a portable device that only reads certain filetypes. Instead of download several programs that are able to convert the files you have into the filetypes that you need you could use the online file conversion website Zamzar to do the same.]]></description> <content:encoded><![CDATA[<p>Sometimes you download filetypes that your computer can&#8217;t read because of a missing viewer or that you would like to transport to a portable device that only reads certain filetypes. Instead of download several programs that are able to convert the files you have into the filetypes that you need you could use the online file conversion website <a
title="zamzar" href="http://www.zamzar.com/" target="_blank">Zamzar</a> to do the same.</p><p><a
title="zamzar convert filetypes" href="http://www.zamzar.com/conversionTypes.php" target="_blank">Zamzar</a> offers four different format categories which are: document, image, movie and music. Each category has a large list of formats that can be converted into each other. The following can be converted on the website:</p><p><span
id="more-992"></span></p><ul><li>text formats: csv, doc, odp, ods, odt, pdf, ppt and xls.</li><li>image formats: bmp, gif, jpg, tiff, ps</li><li>music fomats: ac3, au, flac, m4a, mp3, wav, wma</li><li>movie formats: avi, flv, gvi, mov, mp4, mpg</li></ul><p>As you can see there are plenty of possiblities to convert formats into each other. The maximum file limit is 100 megabytes which should be sufficient for most purposes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/09/free-online-conversions/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>iTube download and convert movies for your video iPod</title><link>http://www.ghacks.net/2006/11/27/itube-download-and-convert-movies-for-your-video-ipod/</link> <comments>http://www.ghacks.net/2006/11/27/itube-download-and-convert-movies-for-your-video-ipod/#comments</comments> <pubDate>Mon, 27 Nov 2006 08:21:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[iPod]]></category> <category><![CDATA[apple]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[itube]]></category> <category><![CDATA[itunes]]></category> <category><![CDATA[movies]]></category> <category><![CDATA[mp4]]></category> <category><![CDATA[mpg]]></category> <category><![CDATA[video-ipod]]></category> <category><![CDATA[videos]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/11/27/itube-download-and-convert-movies-for-your-video-ipod/</guid> <description><![CDATA[If you ever wondered if there was a fast and easy way to download and convert movies from sites such as youtube to make them playable on your video iPod you are reading the right article. iTube does exactly that. It downloads videos from a page you specify and converts the video either into mpg which plays on most, if not all, computers or mp4 format which plays on video iPods.]]></description> <content:encoded><![CDATA[<p>If you ever wondered if there was a fast and easy way to download and convert movies from sites such as youtube to make them playable on your video iPod you are reading the right article. iTube does exactly that. It downloads videos from a page you specify and converts the video either into mpg which plays on most, if not all, computers or mp4 format which plays on video iPods.</p><p>The free version supports only youtube but that should probably be enough for most users out there. The author offers plugins for five video sites that cost $7.99: dailymotion, blip.tv, google video, metacafe and myspace. Most users probably don&#8217;t need the plugin to enable the other websites.</p><p><span
id="more-945"></span>iTube will automatically import any downloaded and converted movie to iTunes. The movie will then automatically sync with your video iPod (if you have one). You can still play the files in iTunes if you don&#8217;t have a video iPod.</p><p>Itube needs the .net framwork from Microsoft. It will check if the framwork is installed on your system, ff you do not have it installed it will prompt to download it.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/11/27/itube-download-and-convert-movies-for-your-video-ipod/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Convert your Documents into one Format</title><link>http://www.ghacks.net/2006/08/08/convert-your-documents-into-one-format/</link> <comments>http://www.ghacks.net/2006/08/08/convert-your-documents-into-one-format/#comments</comments> <pubDate>Tue, 08 Aug 2006 06:28:01 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[conversion]]></category> <category><![CDATA[convert]]></category> <category><![CDATA[convert files]]></category> <category><![CDATA[documents]]></category> <category><![CDATA[omni format]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/08/08/convert-your-documents-into-one-format/</guid> <description><![CDATA[You have got lots of different file formats on your computer: jpg, jpeg, gif, bmp and png or rtf,txt,doc and pdf for instance. The big question that comes to my mind is why do we need that many formats. Most file formats offer no gain over the other, would not it make sense to convert all files of a certain type to one format only ?]]></description> <content:encoded><![CDATA[<p>You have got lots of different file formats on your computer: jpg, jpeg, gif, bmp and png or rtf,txt,doc and pdf for instance. The big question that comes to my mind is why do we need that many formats. Most file formats offer no gain over the other, would not it make sense to convert all files of a certain type to one format only ?</p><p><a
target="_blank" title="omniformat" href="http://www.omniformat.com/">Omniformat</a> is able to convert 75 different document types, the emphasis lies on text and graphic documents. I can think of one reason for myself to convert documents to different formats: I sometimes download files that I´am not able to edit because they have been either created on a different operating system and my system does not support editing the file or I simply do not have an editor at hand for the document.</p><p><span
id="more-695"></span>This could be the most prominent reason for most users of omniformat but there are or course more. Omniformat is able to watch a folder for new documents. Once a new document is added to the folder it will be automatically converted to a chosen format. An image could be converted to a text document using OCR for instance.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/08/08/convert-your-documents-into-one-format/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
