<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Am 04.03.2011 11:16, schrieb chr:
    <blockquote cite="mid:4D70BBF5.6030406@gmx.de" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Am 01.03.2011 22:29, schrieb Markus Demmel:
      <blockquote cite="mid:4D6D653C.7000102@zankapfel.org" type="cite">
        <pre wrap="">Hi List,

does anybody know a good (working) way to capture audio and video from Pd/Gem
under linux?
</pre>
      </blockquote>
      hi markus<br>
      <br>
      i give it out in images with [pix_write] and soundfile with
      [writesf~] <br>
      the tif images i animate with<br>
      ffmpeg for ex.:<br>
      <br>
      &nbsp;ffmpeg -f gem%05d.tif -b 800k test.avi <br>
      <br>
      (but i have better experience with mencoder for doing this)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
      &nbsp;&nbsp;&nbsp; <br>
      mencoder fex.:<br>
      <br>
      &nbsp;mencoder "mf://*.tif" -mf fps=25 -o test.avi -ovc lavc -lavcopts
      vcodec=msmpeg4v2:vbitrate=800<br>
      <br>
      and than i bring the movie and the audio-files together with
      ffmpeg f.ex:<br>
      <br>
      &nbsp;ffmpeg -i test.avi -i sound.aiff -vcodec copy -async 10 -ab 128k
      output.mov<br>
    </blockquote>
    sorry, the output have also to be .avi oder the input .mov... it
    makes no sense to convert it like this...<br>
    greetings christian<br>
    <blockquote cite="mid:4D70BBF5.6030406@gmx.de" type="cite"> <br>
      hmm.... thats my way to do it (but always with different
      parameters...i'm a newby in it and experiment always). <br>
      hope it helps a little<br>
      <br>
      for me it's fine cause it is scriptable and with the [shell]-
      object i directly can integrate it into my patch<br>
      <br>
      <blockquote cite="mid:4D6D653C.7000102@zankapfel.org" type="cite">
        <pre wrap="">So far i tried using glc-capture, which gives good video results, but refuses to
record any sound at all. glc-capture should work with alsa, but it only outputs
error messages like this: snd_pcm_open (input): Device or resource busy or [
33.15s alsa_capture error ] initialization failed: Invalid argument ...

markus

_______________________________________________
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>

</pre>
      </blockquote>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list
UNSUBSCRIBE and account-management -&gt; <a class="moz-txt-link-freetext" href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>