guys, 0.9.3 hasnt been released, and latest is 0.9.4 .... what about leaving this thread to die? :)<br><br><div class="gmail_quote">On Fri, Feb 1, 2013 at 8:34 PM, Lou <span dir="ltr"><<a href="mailto:lou@lrcd.com" target="_blank">lou@lrcd.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, 1 Feb 2013 10:26:05 -0900<br>
Lou <<a href="mailto:lou@lrcd.com">lou@lrcd.com</a>> wrote:<br>
<br>
> On Thu, 31 Jan 2013 20:53:01 +0100<br>
> Christ-Jan Wijtmans <<a href="mailto:cj.wijtmans@gmail.com">cj.wijtmans@gmail.com</a>> wrote:<br>
><br>
> > Is there any easy way to record both audio input and output? i looked<br>
> > around and it requires some messing around with things i dont<br>
> > understand. Could i make both pcmC0D0c  pcmC0D0p devices as input<br>
> > files?<br>
><br>
> With ALSA? Did you see this?<br>
> <<a href="https://ffmpeg.org/trac/ffmpeg/wiki/Capturing%20audio%20with%20FFmpeg%20and%20ALSA" target="_blank">https://ffmpeg.org/trac/ffmpeg/wiki/Capturing%20audio%20with%20FFmpeg%20and%20ALSA</a>><br>
><br>
> You you have audio loopback capability on your sound card perhaps you<br>
> can use it to capture everything. It is commonly called Stereo Mix/Wave<br>
> out mix/Mono Mix/What U Hear (refer to alsamixer). The above link needs<br>
> to be expanded to include such an example.<br>
><br>
> You can also try a software solution, such as PulseAudio and<br>
> pavucontrol as described in the FAQ here:<br>
> <a href="http://ubuntuforums.org/showpost.php?p=8746719&postcount=2" target="_blank">http://ubuntuforums.org/showpost.php?p=8746719&postcount=2</a><br>
><br>
> However, I haven't tried any of these. You might get a better answer<br>
> at linux-audio-user:<br>
> <a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
<br>
</div>Additionally, a possibly less elegant solution in ffmpeg is to simply<br>
make one audio stream per device. These can possibly be merged in the<br>
same capture command with the "amerge" (and possibly "pan") audio<br>
filter(s) in ffmpeg. Unfortunately I don't have an example for you, but<br>
I think it is possible with some experimentation.<br>
<br>
Input devices:<br>
<a href="http://ffmpeg.org/ffmpeg-devices.html#alsa-1" target="_blank">http://ffmpeg.org/ffmpeg-devices.html#alsa-1</a><br>
<a href="http://ffmpeg.org/ffmpeg-devices.html#pulse" target="_blank">http://ffmpeg.org/ffmpeg-devices.html#pulse</a><br>
<br>
Audio filters:<br>
<a href="http://ffmpeg.org/ffmpeg-filters.html#amerge" target="_blank">http://ffmpeg.org/ffmpeg-filters.html#amerge</a><br>
<a href="http://ffmpeg.org/ffmpeg-filters.html#pan" target="_blank">http://ffmpeg.org/ffmpeg-filters.html#pan</a><br>
<div class="HOEnZb"><div class="h5"><br>
------------------------------------------------------------------------------<br>
Everyone hates slow websites. So do we.<br>
Make your web apps faster with AppDynamics<br>
Download AppDynamics Lite for free today:<br>
<a href="http://p.sf.net/sfu/appdyn_d2d_jan" target="_blank">http://p.sf.net/sfu/appdyn_d2d_jan</a><br>
_______________________________________________<br>
Kdenlive-devel mailing list<br>
<a href="mailto:Kdenlive-devel@lists.sourceforge.net">Kdenlive-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/kdenlive-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/kdenlive-devel</a><br>
</div></div></blockquote></div><br>