<?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>Alt om ingenting og litt i mellom &#187; editing</title>
	<atom:link href="http://hovenko.no/blog/tag/editing/feed/" rel="self" type="application/rss+xml" />
	<link>https://hovenko.no/blog</link>
	<description>En blogg av Knut-Olav</description>
	<lastBuildDate>Mon, 10 Mar 2025 19:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Video capture the old way on new Ubuntu 10.10</title>
		<link>https://hovenko.no/blog/2010/11/06/video-capture-the-old-way-on-new-ubuntu-10-10/</link>
		<comments>https://hovenko.no/blog/2010/11/06/video-capture-the-old-way-on-new-ubuntu-10-10/#comments</comments>
		<pubDate>Sat, 06 Nov 2010 00:24:16 +0000</pubDate>
		<dc:creator>Knut-Olav</dc:creator>
				<category><![CDATA[English-posts]]></category>
		<category><![CDATA[Teknologi]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videoredigering]]></category>

		<guid isPermaLink="false">http://hovenko.no/blog/?p=497</guid>
		<description><![CDATA[Like probably many people, I have a lot of old analog video recordings on HI-8 and VHS tape I just have forgotten to keep up to date with technology. I guess it&#8217;s time to start capturing video. Soon&#8230; First, the camcorders charger is broken, and buying a new one is kind of difficult, but luckily, [...]]]></description>
			<content:encoded><![CDATA[<p>Like probably many people, I have a lot of old analog video recordings on HI-8 and VHS tape I just have forgotten to keep up to date with technology. I guess it&#8217;s time to start capturing video. Soon&#8230;</p>
<p>First, the camcorders charger is broken, and buying a new one is kind of difficult, but luckily, I got to borrow one from some friends.<br />
Second, I managed to find the last working VHS player I got. A little dusty.<br />
Third, since Mini-DV is kind of legacy as well, I decided to copy those on to my computer as well, if I ever manage to find the camcorder. Got the charger, remote and the casing, but no camcorder. Oh well&#8230;</p>
<p>Find the best composite or S-Video cables you can dig up, because this job you only want to do once. I got my overly priced Monster composite cables, ready to start. Soon…</p>
<p>Ok, so I&#8217;ve got an analog video capture card that I, in the old days, used with Windows 98 and pulled my hair out to get working on Windows 2000. The <a href="http://linuxtv.org/wiki/index.php/Pinnacle/Miro_DC10+">card is a Zoran based Pinnacle/Miro DC10+</a>. That&#8217;s history. Sort of. I still got the video capture card.</p>
<p>What I also got is <a href="http://www.ubuntu.com/">the latest Ubuntu Linux</a> 10.10, also known as Ubuntu Maverick, which comes with the somewhat great ALSA audio support. I say somewhat because this version of Ubuntu <a href="https://bugs.launchpad.net/ubuntu/+source/oss-compat/+bug/659024">lacks the legacy OSS compability driver</a> in the Linux kernel. In other words it makes it harder to record or play audio from older kinds of programs, such as lavrec.</p>
<p><a href="http://mjpeg.sourceforge.net/">lavrec is the video and audio capture application from the MJPEG video tools</a> package. It is the tool recommended for capturing video from the DC10+ card on Linux, but it lacks ALSA support. However, you can get a OSS wrapper program named aoss from the Ubuntu alsa-oss package which provides OSS is most cases for those old applications.</p>
<p>This is how I do video and audio recording, from the command line, enter something like this:</p>
<pre><code>
$ aoss lavrec -f a -i p -q 100 -s -R l -U dc10-out.avi
</code></pre>
<p>Make sure that the correct recording input line is selected for <strong>CAPTURE</strong> in <tt>alsamixer -V capture</tt> such as <strong>Line</strong> or <strong>Mic</strong>. I recommend you capture a 10 second test and check the sound.</p>
]]></content:encoded>
			<wfw:commentRss>https://hovenko.no/blog/2010/11/06/video-capture-the-old-way-on-new-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
