I have the following pipeline and now I want to play video in slow motion, while not reducing frame-rate. I was thinking pause(time) and resume after each frame but i found no element that does that.<div><br></div><div><div>
 gst-launch -e \</div><div>   videomixer name=mix <span class="Apple-tab-span" style="white-space:pre">        </span>sink_0::zorder=0 <span class="Apple-tab-span" style="white-space:pre">        </span>sink_0::sync=false\</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>          sink_1::xpos=0<span class="Apple-tab-span" style="white-space:pre">        </span>sink_1::ypos=0 <span class="Apple-tab-span" style="white-space:pre">                </span>sink_1::alpha=1 <span class="Apple-tab-span" style="white-space:pre">        </span>sink_1::zorder=3 <span class="Apple-tab-span" style="white-space:pre">        </span>! \</div>
<div>   <span class="Apple-tab-span" style="white-space:pre">        </span>ffmpegcolorspace ! xvimagesink \</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>videotestsrc pattern=&quot;3&quot; ! video/x-raw-yuv, framerate=1/1, width=640, height=480 ! mix.sink_0 \</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>filesrc location=video.avi ! avidemux ! queue  ! decodebin ! videoscale ! \</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>textoverlay text=&quot;video.avi&quot; valign=top halign=left shaded-background=true  font-desc=&quot;Sans 15&quot; ! \</div>
<div><span class="Apple-tab-span" style="white-space:pre">                                </span>textoverlay text=&quot;playing now&quot; valign=top halign=right shaded-background=true  font-desc=&quot;Sans 15&quot; ! \</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>ffmpegcolorspace ! video/x-raw-yuv, width=640, height=480 ! videorate ! video/x-raw-yuv,framerate=15/1 ! mix.sink_1</div>
<div><br></div>-- <br>Regards<br><br>Thabelo Mmbengeni (TMT Services Cape Town HO, Engineering dep)<br>
</div>