Is it possible to change the playback rate of a video in gst-launch to make it play faster/slower? Or is there a way to set the video to start playing from a specific position?
Take into consideration the following pipeline that I'm using to play both audio/video with subtitle:
gst-launch filesrc location=tbbt_s05e01.srt ! subparse ! bot. filesrc location=tbbt_s05e01.avi ! decodebin name=decoder decoder. ! queue ! audioconvert ! audioresample ! autoaudiosink decoder. ! timeoverlay ! textoverlay name=bot valignment=bottom ! xvimagesink