If the video is not so big, you can shoot the screen at 25 fps with [pix_write] and make a film of all the pictures with mencoder :<br><br>mencoder &quot;mf://*.jpg&quot; -mf fps=25 -o output.avi -ovc lavc -lavcopts vcodec=mpeg4<br>

<br>01ivier<br><br><br><div class="gmail_quote">2011/3/23 •≈•≈•≈• <span dir="ltr">&lt;<a href="mailto:potaxpotax@gmail.com" target="_blank">potaxpotax@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

i have the same problem on OS X.<br>
is there any other way to record GEM videos?<br>
<font color="#888888">thanks<br>
</font><div><div></div><div><br>
<br>
On Sun, Mar 13, 2011 at 1:50 PM, Matteo Sisti Sette<br>
&lt;<a href="mailto:matteosistisette@gmail.com" target="_blank">matteosistisette@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;ve also tried with &quot;auto 1&quot;, with and without the bangs, and nothing<br>
&gt; changes.<br>
&gt;<br>
&gt; On 03/13/2011 01:43 PM, Olivier Baudu wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve recently tried all the codecs but without success... :-/<br>
&gt;&gt; (pd-ext 0.42.5 // gem 0.92.3 // Ubuntu 10.04)<br>
&gt;&gt;<br>
&gt;&gt; Sorry...<br>
&gt;&gt;<br>
&gt;&gt; If someone knows a way to make it works, I&#39;ll be happy too...<br>
&gt;&gt;<br>
&gt;&gt; Cheers...<br>
&gt;&gt;<br>
&gt;&gt; 01ivier<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 2011/3/12 Matteo Sisti Sette &lt;<a href="mailto:matteosistisette@gmail.com" target="_blank">matteosistisette@gmail.com</a><br>
&gt;&gt; &lt;mailto:<a href="mailto:matteosistisette@gmail.com" target="_blank">matteosistisette@gmail.com</a>&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    Some more detailed information of what happens:<br>
&gt;&gt;<br>
&gt;&gt;    1 I start Pd Extended<br>
&gt;&gt;    2 I open the patch which uses pix_record<br>
&gt;&gt;    3 send it &quot;codec 5&quot;<br>
&gt;&gt;    4 send it &quot;open filename.mov&quot;<br>
&gt;&gt;    5 send it &quot;record 1&quot;<br>
&gt;&gt;    6 send it a bang at every frame<br>
&gt;&gt;    7 send it &quot;record 0&quot;.<br>
&gt;&gt;<br>
&gt;&gt;    (it is always receiving the gemlist)<br>
&gt;&gt;<br>
&gt;&gt;    Result: it only records the first frame (not a black frame, an<br>
&gt;&gt;    actual frame).<br>
&gt;&gt;<br>
&gt;&gt;    If I repeat steps 4-7, i records only one frame again (overwriting<br>
&gt;&gt;    the file, as expected). If I repeat only steps 5-7, it does nothing,<br>
&gt;&gt;    doesn&#39;t even touch the file (this may be expected).<br>
&gt;&gt;<br>
&gt;&gt;    If I close the patch (but not Pd), and repeat steps 2-5, it crashes.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    This is Pd Extended 0.42.5, gem 0.92.3 compiled sep 22 2010 (comes<br>
&gt;&gt;    with pd extended), Ubuntu 10.04<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    Apart from the crash which I can avoid, is there something I am<br>
&gt;&gt;    missing to have it record more than one frame??? Does anybody know<br>
&gt;&gt;    of a codec that gives less issues? (there are too many to try them<br>
&gt;&gt; all).<br>
&gt;&gt;<br>
&gt;&gt;    thanks<br>
&gt;&gt;    m.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    On 03/12/2011 08:18 PM, Matteo Sisti Sette wrote:<br>
&gt;&gt;<br>
&gt;&gt;        Hi,<br>
&gt;&gt;<br>
&gt;&gt;        Time ago I succesfully used pix_record in Windows by trying<br>
&gt;&gt;        different<br>
&gt;&gt;        codecs until I found one that wouldn&#39;t make it crash.<br>
&gt;&gt;<br>
&gt;&gt;        Now I&#39;m trying to use it in linux and I managed to create the<br>
&gt;&gt; output<br>
&gt;&gt;        file and it seems it records one black frame, but nothing more.<br>
&gt;&gt;        The file<br>
&gt;&gt;        seems to have the correct dimensions in pixels but it never grows<br>
&gt;&gt; to<br>
&gt;&gt;        more than a few Kb.<br>
&gt;&gt;<br>
&gt;&gt;        I use &quot;codec 5&quot; which is ffmpeg mjpeg.<br>
&gt;&gt;<br>
&gt;&gt;        I have:<br>
&gt;&gt;<br>
&gt;&gt;        [gemhead 99]<br>
&gt;&gt;        |<br>
&gt;&gt;        [t b a]<br>
&gt;&gt;        | /<br>
&gt;&gt;        [pix_snap 500 500]<br>
&gt;&gt;        |<br>
&gt;&gt;        [t b a]<br>
&gt;&gt;        | /<br>
&gt;&gt;        [pix_record]<br>
&gt;&gt;<br>
&gt;&gt;        Well I&#39;m simplifying it, because I have a spigot so that the<br>
&gt;&gt;        situation<br>
&gt;&gt;        is equivalent to the picture above only after I&#39;ve sent the<br>
&gt;&gt;        &quot;record 1&quot;<br>
&gt;&gt;        message.<br>
&gt;&gt;<br>
&gt;&gt;        I send to pix_record, in this order:<br>
&gt;&gt;        &quot;file output.mov&quot;<br>
&gt;&gt;        &quot;record 1&quot;<br>
&gt;&gt;        ... now for every frame I send it a bang (and the gemlist of<br>
&gt;&gt; course)<br>
&gt;&gt;        &quot;record 0&quot;<br>
&gt;&gt;        ...now i stop banging it<br>
&gt;&gt;<br>
&gt;&gt;        I&#39;ve verified that pix_snap is snapping as expected (I&#39;ve tried<br>
&gt;&gt;        putting<br>
&gt;&gt;        a pix texture after it and using the texture on a square).<br>
&gt;&gt;<br>
&gt;&gt;        Any idea?<br>
&gt;&gt;<br>
&gt;&gt;        It prints this message to the console when it receives the<br>
&gt;&gt;        &quot;file&quot; message:<br>
&gt;&gt;        encoding as Quicktime (QT7 compatible)<br>
&gt;&gt;<br>
&gt;&gt;        but it doesn&#39;t print any message when it gets the &quot;record 1&quot; and<br>
&gt;&gt;        &quot;record<br>
&gt;&gt;        0&quot; messages.<br>
&gt;&gt;<br>
&gt;&gt;        thanks<br>
&gt;&gt;        m.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;    _______________________________________________<br>
&gt;&gt;    <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> &lt;mailto:<a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a>&gt; mailing list<br>
&gt;&gt;    UNSUBSCRIBE and account-management -&gt;<br>
&gt;&gt;    <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
<br>
</div></div>_______________________________________________<br>
<div><div></div><div><a href="mailto:Pd-list@iem.at" target="_blank">Pd-list@iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br>