<?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>Linux Ask! &#187; Sound &amp; Video</title>
	<atom:link href="http://www.linuxask.com/topics/applications/sound-video/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linuxask.com</link>
	<description>Linux Ask! is a Q &#38; A web site specific for Linux related questions such as how to use common Linux commands.</description>
	<lastBuildDate>Tue, 05 May 2015 07:15:40 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Convert a Nero .nrg file to .iso file</title>
		<link>http://www.linuxask.com/questions/convert-a-nero-nrg-file-to-iso-file</link>
		<comments>http://www.linuxask.com/questions/convert-a-nero-nrg-file-to-iso-file#comments</comments>
		<pubDate>Wed, 30 Jun 2010 17:20:23 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=1806</guid>
		<description><![CDATA[Convert a Nero .nrg file to .iso file Answer: It is easy to convert a Nero .nrg file to an .iso file, using the following command. # dd bs=1k if=input.nrg of=output.iso skip=300<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/convert-windows-text-file-to-unix-format-without-dos2unix" rel="bookmark" title="Convert Windows text file to UNIX format without dos2unix">Convert Windows text file to UNIX format without dos2unix </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dosmac-to-unix-text-file-format-converter" rel="bookmark" title="Convert DOS/MAC to UNIX text file format converter">Convert DOS/MAC to UNIX text file format converter </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dos-newlines-to-unix-format" rel="bookmark" title="Convert DOS newlines to Unix format">Convert DOS newlines to Unix format </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Convert a Nero .nrg file to .iso file</p>
<p><strong>Answer:</strong></p>
<p>It is easy to convert a <strong>Nero .nrg</strong> file to an <strong>.iso</strong> file, using the following command.</p>
<p><code># dd bs=1k if=input.nrg of=output.iso skip=300</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/convert-windows-text-file-to-unix-format-without-dos2unix" rel="bookmark" title="Convert Windows text file to UNIX format without dos2unix">Convert Windows text file to UNIX format without dos2unix </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dosmac-to-unix-text-file-format-converter" rel="bookmark" title="Convert DOS/MAC to UNIX text file format converter">Convert DOS/MAC to UNIX text file format converter </a></li>
<li><a href="http://www.linuxask.com/questions/convert-dos-newlines-to-unix-format" rel="bookmark" title="Convert DOS newlines to Unix format">Convert DOS newlines to Unix format </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/convert-a-nero-nrg-file-to-iso-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create ISO image from CD-ROM in Linux</title>
		<link>http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux</link>
		<comments>http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux#comments</comments>
		<pubDate>Mon, 14 Jun 2010 04:23:49 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[command]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=1724</guid>
		<description><![CDATA[Create ISO image from CD-ROM in Linux Answer: 1. Put the CD in your CDROM 2. umount the CD if it was mounted automatically (assume the current mount point is at /mnt/cdrom, you can type the mount command to check if your are not sure) # umount /mnt/cdrom 3. Create the ISO image # dd <a href='http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux' class='excerpt-more'>[...]</a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/create-a-transparent-image-using-imagemagick" rel="bookmark" title="Create a transparent image using ImageMagick">Create a transparent image using ImageMagick </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux" rel="bookmark" title="How to mount an MDF file in Linux">How to mount an MDF file in Linux </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Create ISO image from CD-ROM in Linux</p>
<p><strong>Answer:</strong></p>
<p>1. Put the CD in your CDROM</p>
<p>2. <strong>umount </strong>the CD if it was mounted automatically (assume the current mount point is at <strong>/mnt/cdrom</strong>, you can type the <strong>mount </strong>command to check if your are not sure)</p>
<p><code># umount /mnt/cdrom</code></p>
<p>3. Create the ISO image</p>
<p><code># dd if=/dev/cdrom of=/tmp/cd.iso</code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/create-a-transparent-image-using-imagemagick" rel="bookmark" title="Create a transparent image using ImageMagick">Create a transparent image using ImageMagick </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux" rel="bookmark" title="How to mount an MDF file in Linux">How to mount an MDF file in Linux </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Device is busy” when umounting</title>
		<link>http://www.linuxask.com/questions/%e2%80%9cdevice-is-busy%e2%80%9d-when-umounting</link>
		<comments>http://www.linuxask.com/questions/%e2%80%9cdevice-is-busy%e2%80%9d-when-umounting#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:19:21 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=898</guid>
		<description><![CDATA[“Device is busy” when umounting Answer: Sometimes when you want to unmount a filesystem, error of "Device is busy" will appear. To solve this: 1. Find out who is using the mount point # fuser /mnt/cdrom 2. Force to kill it # fuser -k /mnt/cdrom<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux" rel="bookmark" title="Create ISO image from CD-ROM in Linux">Create ISO image from CD-ROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/kill-all-processes-accessing-the-a-particular-filefolder" rel="bookmark" title="Kill all processes accessing the a particular file/folder">Kill all processes accessing the a particular file/folder </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>“Device is busy” when umounting </p>
<p><strong>Answer:</strong></p>
<p>Sometimes when you want to unmount a filesystem, error of "<strong>Device is busy</strong>" will appear.</p>
<p>To solve this:</p>
<p>1. Find out who is using the mount point</p>
<p><code> # fuser /mnt/cdrom </code></p>
<p>2. Force to kill it</p>
<p><code> # fuser -k /mnt/cdrom </code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/create-iso-image-from-cd-rom-in-linux" rel="bookmark" title="Create ISO image from CD-ROM in Linux">Create ISO image from CD-ROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/kill-all-processes-accessing-the-a-particular-filefolder" rel="bookmark" title="Kill all processes accessing the a particular file/folder">Kill all processes accessing the a particular file/folder </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/%e2%80%9cdevice-is-busy%e2%80%9d-when-umounting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount an MDF file in Linux</title>
		<link>http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux</link>
		<comments>http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux#comments</comments>
		<pubDate>Thu, 21 Jan 2010 15:10:56 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Commands]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=895</guid>
		<description><![CDATA[How to mount an ISO file in Linux Answer: 1. Create the mount point # mkdir -p /mnt/mdf 2. Mount the mdf file using the mount command # mount -o loop -t iso9660 dvd.mdf /mnt/mdf<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-iso-file-in-linux" rel="bookmark" title="How to mount an ISO file in Linux">How to mount an ISO file in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to mount an ISO file in Linux</p>
<p><strong>Answer:</strong></p>
<p>1. Create the mount point</p>
<p><code># mkdir -p /mnt/mdf</code></p>
<p>2. Mount the mdf file using the <strong>mount </strong>command</p>
<p><code># mount -o loop -t iso9660 dvd.mdf /mnt/mdf </code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-iso-file-in-linux" rel="bookmark" title="How to mount an ISO file in Linux">How to mount an ISO file in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount an ISO file in Linux</title>
		<link>http://www.linuxask.com/questions/how-to-mount-an-iso-file-in-linux</link>
		<comments>http://www.linuxask.com/questions/how-to-mount-an-iso-file-in-linux#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:07:34 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Basic Linux]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=865</guid>
		<description><![CDATA[How to mount an ISO file in Linux Answer: 1. Create the mount point # mkdir -p /mnt/iso 2. Mount the iso file using the mount command # mount -o loop dvd.iso /mnt/iso<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux" rel="bookmark" title="How to mount an MDF file in Linux">How to mount an MDF file in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>How to mount an ISO file in Linux</p>
<p><strong>Answer:</strong></p>
<p>1. Create the mount point</p>
<p><code># mkdir -p /mnt/iso </code></p>
<p>2. Mount the iso file using the <strong>mount </strong>command</p>
<p><code># mount -o loop dvd.iso /mnt/iso </code></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-mount-an-mdf-file-in-linux" rel="bookmark" title="How to mount an MDF file in Linux">How to mount an MDF file in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-cdrom-in-linux" rel="bookmark" title="Mount a CDROM in Linux">Mount a CDROM in Linux </a></li>
<li><a href="http://www.linuxask.com/questions/mount-a-usb-drive-in-ubuntu-using-command" rel="bookmark" title="Mount a USB drive in Ubuntu using command">Mount a USB drive in Ubuntu using command </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/how-to-mount-an-iso-file-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the euqivilant of i-tunes for Linux?</title>
		<link>http://www.linuxask.com/questions/what-is-the-euqivilant-of-i-tunes-for-linux</link>
		<comments>http://www.linuxask.com/questions/what-is-the-euqivilant-of-i-tunes-for-linux#comments</comments>
		<pubDate>Fri, 25 Dec 2009 12:39:03 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[i-tune]]></category>
		<category><![CDATA[rhythmbox]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=86</guid>
		<description><![CDATA[What is the euqivilant of i-tunes for Linux? Answer: There are many, but I would suggest Rhythmbox http://projects.gnome.org/rhythmbox/<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-pronounce-gnome" rel="bookmark" title="How to pronounce Gnome?">How to pronounce Gnome? </a></li>
<li><a href="http://www.linuxask.com/questions/sshmenu-ssh-connections-manager-for-gnome" rel="bookmark" title="SSHMenu: SSH connections manager for GNOME">SSHMenu: SSH connections manager for GNOME </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-convert-ext2-partition-to-ext3" rel="bookmark" title="How to convert ext2 partition to ext3?">How to convert ext2 partition to ext3? </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>What is the euqivilant of i-tunes for Linux?</p>
<p><strong>Answer:</strong></p>
<p>There are many, but I would suggest <strong>Rhythmbox</strong></p>
<p><a href="http://projects.gnome.org/rhythmbox/">http://projects.gnome.org/rhythmbox/</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/how-to-pronounce-gnome" rel="bookmark" title="How to pronounce Gnome?">How to pronounce Gnome? </a></li>
<li><a href="http://www.linuxask.com/questions/sshmenu-ssh-connections-manager-for-gnome" rel="bookmark" title="SSHMenu: SSH connections manager for GNOME">SSHMenu: SSH connections manager for GNOME </a></li>
<li><a href="http://www.linuxask.com/questions/how-to-convert-ext2-partition-to-ext3" rel="bookmark" title="How to convert ext2 partition to ext3?">How to convert ext2 partition to ext3? </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/what-is-the-euqivilant-of-i-tunes-for-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Linux distribution is the best for home audio/video processing?</title>
		<link>http://www.linuxask.com/questions/what-linux-distribution-is-the-best-for-home-audiovideo-processing</link>
		<comments>http://www.linuxask.com/questions/what-linux-distribution-is-the-best-for-home-audiovideo-processing#comments</comments>
		<pubDate>Fri, 25 Dec 2009 12:32:19 +0000</pubDate>
		<dc:creator><![CDATA[Linux Ask!]]></dc:creator>
				<category><![CDATA[Sound & Video]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64 studio]]></category>
		<category><![CDATA[av]]></category>

		<guid isPermaLink="false">http://www.linuxask.com/?p=81</guid>
		<description><![CDATA[What Linux distribution is the best for home audio/video processing? Answer: For normal users, Ubuntu: http://www.ubuntu.com/ would be a good choice for audio/video processing. Also, you may check out 64 Studio: http://www.64studio.com/<div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-current-linux-distribution-and-version-information" rel="bookmark" title="Show current Linux distribution and version information">Show current Linux distribution and version information </a></li>
<li><a href="http://www.linuxask.com/questions/force-mysql-to-use-a-specific-index-during-query-processing" rel="bookmark" title="Force MySQL to use a specific index during query processing">Force MySQL to use a specific index during query processing </a></li>
<li><a href="http://www.linuxask.com/questions/etcinittab-is-missing-in-ubuntuetcinittab-is-missing-in-ubuntu" rel="bookmark" title="/etc/inittab is missing in Ubuntu">/etc/inittab is missing in Ubuntu </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>What Linux distribution is the best for home audio/video processing?</p>
<p><strong>Answer:</strong></p>
<p>For normal users, <strong>Ubuntu</strong>: <a href="http://www.ubuntu.com/">http://www.ubuntu.com/</a> would be a good choice for audio/video processing.</p>
<p>Also, you may check out <strong>64 Studio</strong>:<a href="http://www.64studio.com/"> http://www.64studio.com/</a></p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="http://www.linuxask.com/questions/show-current-linux-distribution-and-version-information" rel="bookmark" title="Show current Linux distribution and version information">Show current Linux distribution and version information </a></li>
<li><a href="http://www.linuxask.com/questions/force-mysql-to-use-a-specific-index-during-query-processing" rel="bookmark" title="Force MySQL to use a specific index during query processing">Force MySQL to use a specific index during query processing </a></li>
<li><a href="http://www.linuxask.com/questions/etcinittab-is-missing-in-ubuntuetcinittab-is-missing-in-ubuntu" rel="bookmark" title="/etc/inittab is missing in Ubuntu">/etc/inittab is missing in Ubuntu </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxask.com/questions/what-linux-distribution-is-the-best-for-home-audiovideo-processing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
