<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Fixed, thanxs Borja<br>
Sergio.<br>
<br>
Borja SIXTO escribió:
<blockquote cite="mid:490F317C.6080900@i6net.com" type="cite">
  <pre wrap="">Hi alls,

The mp4save use timestamps to mark the video sequence.
Some SIP phones not pay attention about that a set wrong values...

The app_h324m have the same problem, Sergio...

I have made this modification to the app_h324m (all the frame of the 
same sample must have the same timestamp, Asterisk use relative 
"timestamps" by the use of samples !)  :
            /* Rest of values*/
            send-&gt;src = "h324m";
            if (vt-&gt;first)
            send-&gt;samples = vt-&gt;samples;
            else
            send-&gt;samples = 0;

Regards,


Borja


Sergio Garcia Murillo a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">Umm.. it seems that it has calculated the fps wrong

176x144 @ 0.279218 fps

How have you recorded the file? 

Best regards
Sergio

aj2r escribió:
  
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hello, when I save a video with mp4save, I obtain a wrong mp4 file.
The video track length is n times larger than the audio track length
which is the actual length.

mp4info output:
  mp4info version 1.5.0.1
  /tmp/test.mp4:
  Track        Type        Info
  1        audio        G.711 uLaw, 21.780 secs, 64 kbps, 8000 Hz
  2        hint        Payload PCMU for track 1
  3        video        H.263, 469.168 secs, 3 kbps, 176x144 @ 0.279218 fps
  4        hint        Payload H263-1998 for track 

Any idea? Thanks

  
    
      </pre>
    </blockquote>
    <pre wrap="">

_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
--Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a>--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-video">http://lists.digium.com/mailman/listinfo/asterisk-video</a></pre>
</blockquote>
<br>
</body>
</html>