<p>Yes.  But not in shell script.<br>
Python can do it.<br>
</p>
<div class="gmail_quote">On Mar 5, 2011 2:28 PM, &quot;Tom&quot; &lt;<a href="mailto:fb8fb8@gmail.com">fb8fb8@gmail.com</a>&gt; wrote:<br type="attribution">&gt; I use<br>&gt; gst-launch filesrc &quot;location=video/1.MPG&quot; ! decodebin ! videorate !<br>
&gt; video/x-raw-yuv, width=640,height=480,framerate=25/1 ! ffmpegcolorspace !<br>&gt; jpegenc ! multipartmux ! tcpserversink host=192.168.2.1 port=$portNumber<br>&gt; to stream a video and can change the video frame rate in this way.<br>
&gt; <br>&gt; But in this way the frame rate is fixed (i.e., framerate=25/1 here).<br>&gt; How can I change the frame rate dynamically?<br>&gt; I mean, during the streaming of this video, I can change the framerate<br>&gt; anytime I want.<br>
&gt; <br>&gt; Thanks!<br></div>