<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hi all,<br>
<br>
I am trying to record video alive and to save it into an AVI file. My
last problem with the avi file was fixed sending to the pipeline an EOS
signal before stopping (with CTRL+C) as Jyoti pointed me (thanks).<br>
<br>
&nbsp;&nbsp;&nbsp; Now, I have "the last" problem with the video speed when I play it
using VLC or any other player. I am recording a chronometer count of
around 13 seconds, but when I play the file, it is played in less than
7 seconds!! I enclose the avi file, just as help.<br>
<br>
&nbsp;&nbsp;&nbsp; The pipeline that I am running is the following. I have added as
many elements as I know to control de frame rate, but nothing works.<br>
<br>
<i>gst-launch-0.10 <b>mfw_v4lsrc</b> capture-width=640
capture-height=480 num-buffers=200 ! 'video/x-raw-yuv,framerate=25/1' !
<b>mfw_vpuencoder</b> framerate=25 width=640 height=480
codec-type=std_mpeg4 !
queue ! avimux ! filesink location=fast.avi</i><br>
<br>
&nbsp;&nbsp;&nbsp; Thanks one more time.<br>
&nbsp;&nbsp;&nbsp; Regards.<br>
&nbsp;&nbsp;&nbsp; LD.<br>
</body>
</html>