<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, "Tom" <<a href="mailto:fb8fb8@gmail.com">fb8fb8@gmail.com</a>> wrote:<br type="attribution">> I use<br>> gst-launch filesrc "location=video/1.MPG" ! decodebin ! videorate !<br>
> video/x-raw-yuv, width=640,height=480,framerate=25/1 ! ffmpegcolorspace !<br>> jpegenc ! multipartmux ! tcpserversink host=192.168.2.1 port=$portNumber<br>> to stream a video and can change the video frame rate in this way.<br>
> <br>> But in this way the frame rate is fixed (i.e., framerate=25/1 here).<br>> How can I change the frame rate dynamically?<br>> I mean, during the streaming of this video, I can change the framerate<br>> anytime I want.<br>
> <br>> Thanks!<br></div>