<?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; converting</title> <atom:link href="http://www.ghacks.net/tag/converting/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 20:51:26 +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>Managing Microsoft compiled html help files in Linux</title><link>http://www.ghacks.net/2009/12/18/managing-microsoft-compiled-html-help-files-in-linux/</link> <comments>http://www.ghacks.net/2009/12/18/managing-microsoft-compiled-html-help-files-in-linux/#comments</comments> <pubDate>Fri, 18 Dec 2009 20:47:01 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[chm]]></category> <category><![CDATA[chm to html]]></category> <category><![CDATA[converting]]></category> <category><![CDATA[converting chm to pdf]]></category> <category><![CDATA[pdf conversion]]></category> <category><![CDATA[windows help files]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21563</guid> <description><![CDATA[If you&#8217;ve worked in Windows long enough, you have come across the .chm file format. This format is nothing more than a compressed html directory with an included index for easy viewing. Problem is, you can&#8217;t view these files in Linux without the help of another tool. And sometimes you want to be able view [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve worked in Windows long enough, you have come across the .chm file format. This format is nothing more than a compressed html directory with an included index for easy viewing. Problem is, you can&#8217;t view these files in Linux without the help of another tool. And sometimes you want to be able view these files in another format. Well, fortunately the Linux development community has solved that problem by creating various tools to manage these .chm files.</p><p>In this tutorial you are going to learn how to view .chm files and convert them to both html and pdf documents. This tutorial will be using the Ubuntu distribution, but this task can be tackled with just about any distribution available.</p><p><span
id="more-21563"></span><strong>View chm files</strong></p><p><strong><span
style="font-weight: normal">Before we get into converting these files, let&#8217;s see how to simply view them in Linux. Luckily there is a single, user-friendly tool for this task. The tool &#8211; Xchm. Xchm does one thing &#8211; view compiled html documents. This tool can display the contents tree (if one exists), allows you to navigate the document, change the fonts, and search the text. </span></strong></p><p><strong><span
style="font-weight: normal">To install this tool issue the following command:</span></strong></p><p><strong><span
style="font-weight: normal"><em>sudo apt-get install xchm</em></span></strong></p><p><strong><span
style="font-weight: normal"> </span></strong></p><p><strong> </strong></p><p><strong> </strong></p><p><strong></p><div
id="attachment_21564" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/xchm.png"><img
class="size-medium wp-image-21564 " src="http://www.ghacks.net/wp-content/uploads/2009/12/xchm-500x393.png" alt="Figure 1" width="300" height="236" /></a><p
class="wp-caption-text">Figure 1</p></div><p></strong></p><p><strong><span
style="font-weight: normal">Once installed, you can start the tool from the Office sub-menu of the Applications menu. When you start the tool up</span> </strong>you should instantly notice how simple the interface is.</p><p>In Figure 1 Xchm is opened with a Microsoft TechNet document. <strong> </strong>As you can see, you can navigate around using any link included in the document as well as with the contents tree in the left pane.</p><p>But what if you want to edit that document or convert it to a pdf document? Simple &#8211; install two more applications.</p><p><strong>Editing chm documents</strong></p><p>In order to edit these documents you are going to need to convert them to html documents. This conversion is done with the CHMLIB tool. To install this issue the command:</p><p><em>sudo apt-get install libchm-bin</em></p><p>After this tool is installed you can make the conversions with a command like this:</p><p><em>extract_chmLib file.chm output_dir</em></p><p>Where <em>file.chm</em> is the chm file you want to convert and <em>output_dir </em>is the name of the directory you want to output the file to. Understand that the <em>output_dir</em> does not (nor should) already exist, because the command will create it for you.</p><p>When the command is issued all of the contents of the chm file will be extracted into the <em>output_dir. </em>From there you can go into the newly created directory and edit to your hearts content.</p><p><strong>Converting to pdf</strong></p><p>The next task is to convert the file to a pdf document. This is done with the help of the htmldoc application. First, install this with the command:</p><p><em>sudo apt-get install htmldoc</em></p><div
id="attachment_21565" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/12/htmldoc.png"><img
class="size-medium wp-image-21565 " src="http://www.ghacks.net/wp-content/uploads/2009/12/htmldoc-500x388.png" alt="Figure 2" width="300" height="233" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The html tool is a graphical tool that allows you to add as many html documents that you want and convert them all into a single pdf file. The user interface (see Figure 2) is very simple to use.</p><ol><li>Click the Add Files button.</li><li>Navigate to the directory containing your html files.</li><li>Select the file(s) you want to add.</li><li>Check Web Page as the document type.</li><li>Click on the Output tab.</li><li>Check File and then give the file a name in the output path.</li><li>Check PDF as the output format.</li><li>Click the Generate button.</li></ol><p>You can also deal with the various options in the other tabs, but generating a basic PDF from your html documents is fairly straight forward.</p><p><strong>Final thoughts</strong></p><p>No longer do you have to miss out on reading those pesky chm files. Although most people have no need for such tasks, there are those of us who do need access to these documents, but don&#8217;t (or can&#8217;t) read them in their original format. Now you have the means to read them in either html or pdf format.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/18/managing-microsoft-compiled-html-help-files-in-linux/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Extract Audio Directly from YouTube with Mediacoder</title><link>http://www.ghacks.net/2008/09/07/extract-audio-directly-from-youtube-with-mediacoder/</link> <comments>http://www.ghacks.net/2008/09/07/extract-audio-directly-from-youtube-with-mediacoder/#comments</comments> <pubDate>Sun, 07 Sep 2008 07:12:19 +0000</pubDate> <dc:creator>Cheryl</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Music and Video]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[converting]]></category> <category><![CDATA[mediacoder]]></category> <category><![CDATA[youtube]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6832</guid> <description><![CDATA[YouTube isn&#8217;t just for watching videos. A lot of times you can find great music in the form of old songs that aren&#8217;t available anywhere else online. Or you come across a fascinating audio track and get tempted to use it elsewhere. Extracting audio from a YouTube video usually requires you to download the video [...]]]></description> <content:encoded><![CDATA[<p><!--[if gte mso 9]&gt; Normal   0                         MicrosoftInternetExplorer4 &lt;![endif]--><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} --> <!--[endif]--></p><p>YouTube isn&#8217;t just for watching videos. A lot of times you can find great music in the form of old songs that aren&#8217;t available anywhere else online. Or you come across a fascinating audio track and get tempted to use it elsewhere.</p><p>Extracting audio from a YouTube video usually requires you to download the video to your hard drive, convert it to another format and then extract the audio track from it. Well, I&#8217;ve been doing a little experimenting and discovered that you can extract audio directly without downloading the video from YouTube. The secret of my success: <a
href="http://www.mediacoderhq.com/index.htm">MediaCoder</a>.</p><p>As far as transcoders go, Mediacoder is one of the best out there. It requires a bit of a learning curve but it&#8217;s capable of a lot of stuff. I&#8217;ve been using it almost exclusively whenever I need to convert a video or any media files.</p><p><span
id="more-6832"></span></p><p>To extract the audio directly from a YouTube video, navigate to the video in question and copy the link in the address bar. Then, open up Mediacoder, click on the <strong>Add</strong> button and select <strong>Add Url</strong>. Paste the link of the video in the box that pops up.</p><p>Now, you need to adjust the settings of the converted file. On the lower left-hand side of the GUI are the different transcoding parameters. Click on the <strong>Audio </strong>tab and select the encoder format. For example, if you want an MP3 file, you would select the Lame MP3 encoder. Then, click the <strong>Video </strong>tab and uncheck the box ‘Enable Video&#8217;. This ensures that only the audio is transcoded.</p><p>Once your transcoded settings are in place, click the <strong>Start </strong>button to begin converting your file. It only takes a few minutes or so. After transcoding is finished, play back the transcoded file and check if it&#8217;s complete.</p><p>I&#8217;ve done a lot of testing and this method works for most YouTube videos but not all of them. I think that has something to do with the format used in the original file upload. Still, this is a nice trick to try out whenever you want to quickly extract an audio track from online video.</p><p>Have you used Mediacoder to extract audio before? What do you think of this tip? What software do you use to extract audio from a video clip? Let me know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/09/07/extract-audio-directly-from-youtube-with-mediacoder/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> </channel> </rss>
