<div dir="ltr">Hello<br><br>The actual <a href="https://gstreamer.freedesktop.org">https://gstreamer.freedesktop.org</a> ges-launch tutorial says:<br><br>"ges-launch-1.0 +clip /path/to/media inpoint=4.0<br><br>Assuming "media" is a 10 second long media sample, this will play the sample from the 4th second to the 10th, resulting in a 6-seconds long playback."<br><br>However, my experience is:<br><br>ges-launch-1.0 +clip file.ogg inpoint=2<br>>>>fails with error: ERROR: Could not create timeline because: Couldn't add clip with id file:///path/to/file.ogg to layer with priority -1<br><br>ges-launch-1.0 +clip file.ogg inpoint=2 duration=2<br>>>>succeeds (I see the preview with correct cut)<br><br><br>file.ogg contains one video/x-theora stream and is 0:00:24.024000000 long<br><br><br>looking through the debug log I find in the case that fails :<br><br>0:00:00.140059961  3054      0x111ce30 INFO                 gestree ges-timeline-tree.c:403:check_track_elements_overlaps_and_values: videourisource0<0x12ea190> [ 0:00:00.000000000 (0:00:02.000000000) - 0:00:24.024000000(0:00:24.024000000) layer: 0]  inpoint + duration 26024000000 > max_duration 24024000000<br><br><br>my guess is that the default duration is the total length, therefore an inpoint > 0 will result in failure<br><br>indeed:<br>ges-launch-1.0 +clip file.ogg inpoint=0<br>>>>succeeds<br><br>I am using a self compiled 1.16.0 gstreamer version <br><br>am I missing something?<br><br>or should the tutorial be modified, as this is misleading (and it's one of the first examples: newcomers could want to run away?) <br><br>please apologize for my bad english, and if this is not the right place to post<br><br>cheers!<br><div><br></div><div>Vince</div></div>